contrib/cython/Pkgfile

16 lines
455 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
# Depends on: python-setuptools
name=cython
2016-09-01 00:53:17 +02:00
version=0.24.1
release=1
2016-09-01 00:53:17 +02:00
source=(https://pypi.python.org/packages/c6/fe/97319581905de40f1be7015a0ea1bd336a756f6249914b148a17eefa75dc/Cython-$version.tar.gz)
build() {
2011-10-12 15:20:09 +02:00
cd Cython-$version
/usr/bin/python setup.py install --root $PKG
}