2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Python için C uzantıları.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.cython.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python python3 python-setuptools python3-setuptools
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=cython
|
|
|
|
|
surum=0.26
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/cython/cython/archive/$surum.tar.gz)
|
2016-07-14 18:13:30 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
/usr/bin/python setup.py install --root $PKG
|
|
|
|
|
/usr/bin/python3 setup.py install --root $PKG
|
|
|
|
|
}
|