2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: python3 için thrift kütüphanesi
|
|
|
|
|
# URL: https://thrift.apache.org/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python3 python3-setuptools thrift
|
2018-08-01 10:04:05 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python3-thrift
|
|
|
|
|
surum=0.10.0
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://pypi.python.org/packages/a3/ea/84a41e03f1ab14fb314c8bcf1c451090efa14c5cdfb9797d1079f502b54e/thrift-0.10.0.zip)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd "thrift-${surum}"
|
|
|
|
|
python3 setup.py install --root=$PKG --optimize=1
|
|
|
|
|
}
|