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

17 lines
453 B
Text
Raw Normal View History

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