cython
This commit is contained in:
parent
414e1471f4
commit
9edae9ae4d
1 changed files with 4 additions and 3 deletions
|
@ -2,14 +2,15 @@
|
||||||
# URL: http://www.cython.org/
|
# URL: http://www.cython.org/
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: python python3 python-setuptools python3-setuptools
|
# Gerekler: python python3 python-setuptools python3-setuptools
|
||||||
|
# Grup: kütüphane
|
||||||
|
|
||||||
isim=cython
|
isim=cython
|
||||||
surum=0.26
|
surum=0.28.4
|
||||||
devir=1
|
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() {
|
derle() {
|
||||||
cd $isim-$surum
|
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
|
/usr/bin/python3 setup.py install --root $PKG
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue