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

17 lines
458 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 için yazım ipuçları
# URL: https://pypi.python.org/pypi/typing/
# Paketçi: milisarge
# Gerekler: python-setuptools python
# Grup: sistem
isim=python-typing
surum=3.6.1
devir=1
kaynak=(https://pypi.python.org/packages/17/75/3698d7992a828ad6d7be99c0a888b75ed173a9280e53dbae67326029b60e/typing-3.6.1.tar.gz)
derle() {
cd "$SRC/typing-$surum"
python2 setup.py build
python2 setup.py install --prefix=/usr --root="$PKG" --optimize=1
}