summaryrefslogtreecommitdiff
path: root/cython/Pkgfile
blob: 15025645fdf0a7d6a0c9c78d1ea5976e9e1927a9 (plain)
    1 # Description: C extensions for Python.
    2 # URL: http://www.cython.org/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Packager: Victor Martinez, pitillo at ono dot com
    5 # Depends on: setuptools
    6 
    7 name=cython
    8 version=0.21.2
    9 release=1
   10 source=(http://www.cython.org/release/Cython-$version.tar.gz)
   11 
   12 build() {
   13 	cd Cython-$version
   14 	/usr/bin/python setup.py install --root $PKG
   15 }

Generated by cgit