cython.paketlendi

This commit is contained in:
milisman 2016-07-14 16:13:30 +00:00
parent 8acdcaebdc
commit 391b2cd3d6
1 changed files with 5 additions and 4 deletions

View File

@ -1,15 +1,16 @@
# Description: C extensions for Python. # Description: C extensions for Python.
# URL: http://www.cython.org/ # URL: http://www.cython.org/
# Packager: berlius at nutyx dot com # Packager: milisarge
# Depends on: python python3 python-setuptools # Depends on: python python3 python-setuptools
name=cython name=cython
version=0.23.4 version=0.24
release=2 release=2
source=(http://www.cython.org/release/Cython-$version.tar.gz) source=(https://github.com/cython/cython/archive/$version.tar.gz)
build() { build() {
cd Cython-$version cd $name-$version
/usr/bin/python setup.py install --root $PKG /usr/bin/python setup.py install --root $PKG
/usr/bin/python3 setup.py install --root $PKG /usr/bin/python3 setup.py install --root $PKG
} }