python-Cython: update to 0.29
This commit is contained in:
parent
fcd918a2c8
commit
d6710a534e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-Cython'
|
||||
pkgname=python-Cython
|
||||
version=0.28.5
|
||||
version=0.29
|
||||
revision=1
|
||||
wrksrc="Cython-${version}"
|
||||
build_style=python-module
|
||||
|
@ -9,10 +9,10 @@ makedepends="${hostmakedepends}"
|
|||
pycompile_module="Cython pyximport cython.py"
|
||||
short_desc="C-Extensions for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://cython.org"
|
||||
homepage="https://cython.org/"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/C/Cython/Cython-${version}.tar.gz"
|
||||
checksum=b64575241f64f6ec005a4d4137339fb0ba5e156e826db2fdb5f458060d9979e0
|
||||
checksum=94916d1ede67682638d3cc0feb10648ff14dc51fb7a7f147f4fedce78eaaea97
|
||||
|
||||
alternatives="
|
||||
cython:cygdb:/usr/bin/cygdb2
|
||||
|
|
Loading…
Reference in a new issue