17 lines
468 B
Plaintext
17 lines
468 B
Plaintext
# Description: Python 3 Logilab projeleri tarafından kullanılan faydalı modüller.
|
||
# URL: https://bitbucket.org/logilab/astroid
|
||
# Packager: yasarciv67@gmail.com
|
||
# Depends on: python3 python3-six python3-setuptools
|
||
|
||
name=python3-astroid
|
||
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
|
||
}
|