python-Cython: update to 0.29.10.
This commit is contained in:
parent
8804194d7b
commit
fbf479adf8
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-Cython'
|
||||
pkgname=python-Cython
|
||||
version=0.29.2
|
||||
revision=2
|
||||
version=0.29.10
|
||||
revision=1
|
||||
wrksrc="Cython-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="Cython pyximport cython.py"
|
||||
|
@ -12,8 +12,9 @@ short_desc="C-Extensions for Python2"
|
|||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://cython.org/"
|
||||
changelog="https://raw.githubusercontent.com/cython/cython/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/C/Cython/Cython-${version}.tar.gz"
|
||||
checksum=2ac187ff998a95abb7fae452b5178f91e1a713698c9ced89836c94e6b1d3f41e
|
||||
checksum=26229570d6787ff3caa932fe9d802960f51a89239b990d275ae845405ce43857
|
||||
|
||||
alternatives="
|
||||
cython:cygdb:/usr/bin/cygdb2
|
||||
|
|
Loading…
Reference in New Issue