forked from ports/contrib
16 lines
448 B
Plaintext
16 lines
448 B
Plaintext
# Description: C extensions for Python.
|
|
# URL: http://www.cython.org/
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
# Packager: Victor Martinez, pitillo at ono dot com
|
|
# Depends on: setuptools
|
|
|
|
name=cython
|
|
version=0.24.1
|
|
release=1
|
|
source=(https://pypi.python.org/packages/c6/fe/97319581905de40f1be7015a0ea1bd336a756f6249914b148a17eefa75dc/Cython-$version.tar.gz)
|
|
|
|
build() {
|
|
cd Cython-$version
|
|
/usr/bin/python setup.py install --root $PKG
|
|
}
|