cython.paketlendi
This commit is contained in:
parent
8acdcaebdc
commit
391b2cd3d6
|
@ -1,15 +1,16 @@
|
|||
# Description: C extensions for Python.
|
||||
# URL: http://www.cython.org/
|
||||
# Packager: berlius at nutyx dot com
|
||||
# Packager: milisarge
|
||||
# Depends on: python python3 python-setuptools
|
||||
|
||||
name=cython
|
||||
version=0.23.4
|
||||
version=0.24
|
||||
release=2
|
||||
source=(http://www.cython.org/release/Cython-$version.tar.gz)
|
||||
source=(https://github.com/cython/cython/archive/$version.tar.gz)
|
||||
|
||||
|
||||
build() {
|
||||
cd Cython-$version
|
||||
cd $name-$version
|
||||
/usr/bin/python setup.py install --root $PKG
|
||||
/usr/bin/python3 setup.py install --root $PKG
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue