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