void-packages/srcpkgs/python3-Cython/template

32 lines
896 B
Bash

# Template file for 'python3-Cython'
pkgname=python3-Cython
version=3.0.10
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3-setuptools"
short_desc="Python to C compiler"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
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=dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99
# Tests are flaky
make_check=no
conflicts="python3-Cython0.29>=0"
replaces="python3-Cython0.29>=0"
alternatives="
cython:cygdb:/usr/bin/cygdb3
cython:cython:/usr/bin/cython3
cython:cythonize:/usr/bin/cythonize3
"
post_install() {
mv ${DESTDIR}/usr/bin/cygdb{,3}
mv ${DESTDIR}/usr/bin/cython{,3}
mv ${DESTDIR}/usr/bin/cythonize{,3}
}