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

18 lines
504 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 Enum backported
# URL: https://pypi.python.org/pypi/enum34
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
# Grup: kütüphane
isim=python3-enum34
_isim=enum34
surum=1.1.6
devir=1
kaynak=(https://pypi.python.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz)
derle() {
cd "$SRC/$_name-$surum"
python3 setup.py install --root="$PKG" --optimize=1
install -Dm644 enum/LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
}