python-Cython: update to 0.22.1
This commit is contained in:
parent
e1395fba5d
commit
d463665553
1 changed files with 3 additions and 4 deletions
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'python-Cython'
|
||||
pkgname=python-Cython
|
||||
version=0.22
|
||||
revision=2
|
||||
version=0.22.1
|
||||
revision=1
|
||||
wrksrc="Cython-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
replaces="Cython<0.22_1"
|
||||
pycompile_module="Cython pyximport cython.py"
|
||||
short_desc="C-Extensions for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://cython.org"
|
||||
license="Apache-2.0"
|
||||
distfiles="http://www.cython.org/release/Cython-${version}.tar.gz"
|
||||
checksum=14307e7a69af9a0d0e0024d446af7e51cc0e3e4d0dfb10d36ba837e5e5844015
|
||||
checksum=7fff120e65e7b66edb4a42823f5642bad3bc1e5601bf882d66aee50248cf0682
|
||||
|
||||
pre_build() {
|
||||
# Fix non-executable scripts
|
||||
|
|
Loading…
Reference in a new issue