contrib/cython/Pkgfile

16 lines
378 B
Plaintext
Raw Normal View History

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