milis/talimatname/genel/p/python-enum34/talimat

18 lines
523 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.

# Tanım: Python 3.4'ün enum paketinin arka portu. Bu modül, eski Python sürümleri için bu veri türünün bir arka portu sağlar.
# URL: https://pypi.python.org/pypi/enum34
# Paketçi: milisarge
# Gerekler: python-setuptools
name=python-enum34
_name=enum34
version=1.1.2
release=1
source=(http://pypi.python.org/packages/source/e/$_name/$_name-$version.tar.gz)
derle() {
cd $_name-$version
/usr/bin/python2 setup.py install --root=$PKG --optimize=1
rm $PKG/usr/lib/python*/site-packages/enum/{LICENSE,README}
}