python-Cython: update to 0.22.1

This commit is contained in:
Alessio Sergi 2015-06-21 23:25:25 +02:00
parent e1395fba5d
commit d463665553

View file

@ -1,20 +1,19 @@
# Template file for 'python-Cython' # Template file for 'python-Cython'
pkgname=python-Cython pkgname=python-Cython
version=0.22 version=0.22.1
revision=2 revision=1
wrksrc="Cython-${version}" wrksrc="Cython-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
hostmakedepends="python-devel python3.4-devel" hostmakedepends="python-devel python3.4-devel"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends}"
replaces="Cython<0.22_1"
pycompile_module="Cython pyximport cython.py" pycompile_module="Cython pyximport cython.py"
short_desc="C-Extensions for Python2" short_desc="C-Extensions for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://cython.org" homepage="http://cython.org"
license="Apache-2.0" license="Apache-2.0"
distfiles="http://www.cython.org/release/Cython-${version}.tar.gz" distfiles="http://www.cython.org/release/Cython-${version}.tar.gz"
checksum=14307e7a69af9a0d0e0024d446af7e51cc0e3e4d0dfb10d36ba837e5e5844015 checksum=7fff120e65e7b66edb4a42823f5642bad3bc1e5601bf882d66aee50248cf0682
pre_build() { pre_build() {
# Fix non-executable scripts # Fix non-executable scripts