2015-02-06 20:38:38 +11:00
|
|
|
# Description: C extensions for Python.
|
2010-11-13 17:12:56 +11:00
|
|
|
# URL: http://www.cython.org/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2010-11-13 17:12:56 +11:00
|
|
|
# Packager: Victor Martinez, pitillo at ono dot com
|
2015-02-06 20:38:38 +11:00
|
|
|
# Depends on: setuptools
|
2010-11-13 17:12:56 +11:00
|
|
|
|
|
|
|
name=cython
|
2015-02-06 20:38:38 +11:00
|
|
|
version=0.21.2
|
2010-11-13 17:12:56 +11:00
|
|
|
release=1
|
|
|
|
source=(http://www.cython.org/release/Cython-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2011-10-13 00:20:09 +11:00
|
|
|
cd Cython-$version
|
2014-01-27 18:36:52 +11:00
|
|
|
/usr/bin/python setup.py install --root $PKG
|
2010-11-13 17:12:56 +11:00
|
|
|
}
|