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

19 lines
533 B
Plaintext
Raw Permalink 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: General parsing module for Python
# URL: http://pyparsing.wikispaces.com/
# Paketçi: milisarge
# Gerekler: python3-setuptools
# Grup: kütüphane
isim=python3-pyparsing
surum=2.2.0
devir=1
kaynak=(https://sourceforge.net/projects/pyparsing/files/pyparsing/pyparsing-$surum/pyparsing-$surum.tar.gz)
derle() {
cd pyparsing-$surum
python3 setup.py build
export LC_CTYPE=en_US.UTF-8
python3 setup.py install --prefix=/usr --root="$PKG" --optimize=1
install -Dm644 LICENSE "$PKG"/usr/share/licenses/$isim/LICENSE
}