contrib/cython/Pkgfile

16 lines
416 B
Plaintext
Raw Normal View History

# Description: A language that lets writing C extensions for the Python language.
# 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
2012-10-04 13:54:24 +02:00
# Depends on: python
name=cython
2013-01-13 09:26:30 +01:00
version=0.17.4
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
}