milis/talimatname/genel/python3-astroid/talimat

17 lines
468 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}