milis/talimatname/genel/c/cython/talimat

17 lines
418 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Python için C uzantıları.
2016-02-24 02:27:23 +02:00
# URL: http://www.cython.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python python3 python-setuptools python3-setuptools
2018-08-14 14:54:03 +03:00
# Grup: kütüphane
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=cython
2018-08-14 14:54:03 +03:00
surum=0.28.4
2017-10-28 15:10:23 +03:00
devir=1
2018-08-14 14:54:03 +03:00
kaynak=(https://github.com/cython/cython/archive/$surum.tar.gz::$isim-$surum.tar.gz)
2016-07-14 16:13:30 +00:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2018-08-14 14:54:03 +03:00
/usr/bin/python2 setup.py install --root $PKG
2016-02-24 02:27:23 +02:00
/usr/bin/python3 setup.py install --root $PKG
}