Cython: update to 0.20.1.
This commit is contained in:
parent
0b23a0bb05
commit
e48ce6f600
|
@ -1,24 +1,14 @@
|
|||
# Template file for 'Cython'
|
||||
pkgname=Cython
|
||||
version=0.17.3
|
||||
version=0.20.1
|
||||
revision=1
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel Pyrex"
|
||||
makedepends="python-devel Pyrex"
|
||||
pycompile_module="pyximport Cython cython.py"
|
||||
short_desc="C-Extensions for Python"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://cython.org"
|
||||
license="Apache-2.0"
|
||||
distfiles="http://www.cython.org/release/${pkgname}-${version}.tar.gz"
|
||||
checksum=2c9f2c2af9aa0519588bf941c9961a59bb8f57ee7f798db878494d1a21c07ece
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="${makedepends}"
|
||||
fi
|
||||
|
||||
Cython_package() {
|
||||
depends="Pyrex"
|
||||
pycompile_module="pyximport Cython cython.py"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
checksum=31a563744a21d7b10355f25a3bca96b37ec5d32bdecfc75e93d65a5f7e62766c
|
||||
|
|
Loading…
Reference in New Issue