milis/talimatname/genel/p/python3-astroid/talimat

17 lines
453 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python 3 Logilab projeleri tarafından kullanılan faydalı modüller.
2017-07-25 22:21:02 +02:00
# URL: https://bitbucket.org/logilab/astroid
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: python3 python3-six python3-setuptools
2017-07-25 22:21:02 +02:00
2017-10-28 14:10:23 +02:00
isim=python3-astroid
surum=1.4.5
devir=1
2017-07-25 22:21:02 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(https://pypi.python.org/packages/source/a/astroid/astroid-${surum}.tar.gz)
2017-07-25 22:21:02 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd astroid-$surum
2017-07-25 22:21:02 +02:00
python3 setup.py check
python3 setup.py install --prefix=/usr --root=$PKG
}