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

16 lines
443 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python için yazım ipuçları
2017-05-31 04:03:35 +02:00
# URL: https://pypi.python.org/pypi/typing/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-setuptools python
2017-05-31 04:03:35 +02:00
2017-10-28 14:10:23 +02:00
isim=python-typing
surum=3.6.1
devir=1
kaynak=(https://pypi.python.org/packages/17/75/3698d7992a828ad6d7be99c0a888b75ed173a9280e53dbae67326029b60e/typing-3.6.1.tar.gz)
2017-05-31 04:03:35 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "$SRC/typing-$surum"
2017-05-31 04:03:35 +02:00
python2 setup.py build
python2 setup.py install --prefix=/usr --root="$PKG" --optimize=1
}