From 9edae9ae4d8cd41edd4f8fa2186c086f453f4937 Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 14 Aug 2018 14:54:03 +0300 Subject: [PATCH] cython --- talimatname/genel/c/cython/talimat | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/talimatname/genel/c/cython/talimat b/talimatname/genel/c/cython/talimat index 3834524ce..883e1db3c 100644 --- a/talimatname/genel/c/cython/talimat +++ b/talimatname/genel/c/cython/talimat @@ -2,14 +2,15 @@ # URL: http://www.cython.org/ # Paketçi: milisarge # Gerekler: python python3 python-setuptools python3-setuptools +# Grup: kütüphane isim=cython -surum=0.26 +surum=0.28.4 devir=1 -kaynak=(https://github.com/cython/cython/archive/$surum.tar.gz) +kaynak=(https://github.com/cython/cython/archive/$surum.tar.gz::$isim-$surum.tar.gz) derle() { cd $isim-$surum - /usr/bin/python setup.py install --root $PKG + /usr/bin/python2 setup.py install --root $PKG /usr/bin/python3 setup.py install --root $PKG }