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

17 lines
461 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-07-26 02:04:21 +02:00
name=python3-astroid
2017-07-25 22:21:02 +02:00
version=1.4.5
release=1
source=(https://pypi.python.org/packages/source/a/astroid/astroid-${version}.tar.gz)
build() {
cd astroid-$version
python3 setup.py check
python3 setup.py install --prefix=/usr --root=$PKG
}