python-Cython: update to 0.29.15.

This commit is contained in:
Zach Dykstra 2020-03-09 12:36:59 -05:00 committed by Piraty
parent c2e5163155
commit 837e1a65ba

View file

@ -1,10 +1,9 @@
# Template file for 'python-Cython' # Template file for 'python-Cython'
pkgname=python-Cython pkgname=python-Cython
version=0.29.14 version=0.29.15
revision=2 revision=1
wrksrc="Cython-${version}" wrksrc="Cython-${version}"
build_style=python-module build_style=python-module
pycompile_module="Cython pyximport cython.py"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel" makedepends="python-devel python3-devel"
depends="python-setuptools" depends="python-setuptools"
@ -14,7 +13,7 @@ license="Apache-2.0"
homepage="https://cython.org/" homepage="https://cython.org/"
changelog="https://raw.githubusercontent.com/cython/cython/master/CHANGES.rst" changelog="https://raw.githubusercontent.com/cython/cython/master/CHANGES.rst"
distfiles="${PYPI_SITE}/C/Cython/Cython-${version}.tar.gz" distfiles="${PYPI_SITE}/C/Cython/Cython-${version}.tar.gz"
checksum=e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414 checksum=60d859e1efa5cc80436d58aecd3718ff2e74b987db0518376046adedba97ac30
alternatives=" alternatives="
cython:cygdb:/usr/bin/cygdb2 cython:cygdb:/usr/bin/cygdb2
@ -26,11 +25,10 @@ python3-Cython_package() {
cython:cygdb:/usr/bin/cygdb3 cython:cygdb:/usr/bin/cygdb3
cython:cython:/usr/bin/cython3 cython:cython:/usr/bin/cython3
cython:cythonize:/usr/bin/cythonize3" cython:cythonize:/usr/bin/cythonize3"
pycompile_module="Cython pyximport cython.py"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
depends="python3-setuptools" depends="python3-setuptools"
pkg_install() { pkg_install() {
vmove usr/bin/*3 vmove "usr/bin/*3"
vmove usr/lib/python3* vmove "usr/lib/python3*"
} }
} }