# Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=cython pkgver=0.28.1 pkgrel=0 pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." url="http://cython.org" arch="all" license="Apache-2.0" depends="" depends_dev="python2-dev py-pgen cython" makedepends="$depends_dev" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/cython/cython/archive/$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" python2 setup.py build } package() { cd "$builddir" python2 setup.py install --prefix=/usr \ --root="$pkgdir" --optimize=1 } sha512sums="3346ebe01049ff6628f74ee1904d440680ccc7fc09c51afd26d6e05264318678c9fb64da4d98703d3e687662e98125e0b182d01cb9276cbb4fcb014ecb35be63 cython-0.28.1.tar.gz"