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

15 lines
403 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: python3 için thrift kütüphanesi
2017-08-31 07:11:39 +03:00
# URL: https://thrift.apache.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools thrift
2017-08-31 07:11:39 +03:00
2017-10-28 15:10:23 +03:00
isim=python3-thrift
surum=0.10.0
devir=1
kaynak=(https://pypi.python.org/packages/a3/ea/84a41e03f1ab14fb314c8bcf1c451090efa14c5cdfb9797d1079f502b54e/thrift-0.10.0.zip)
2017-08-31 07:11:39 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd "thrift-${surum}"
2017-08-31 07:11:39 +03:00
python3 setup.py install --root=$PKG --optimize=1
}