Cython: update to version 0.16.
This commit is contained in:
parent
9d4b96558c
commit
681ff3d0e4
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'Cython'
|
# Template file for 'Cython'
|
||||||
pkgname=Cython
|
pkgname=Cython
|
||||||
version=0.13
|
version=0.16
|
||||||
revision=2
|
|
||||||
distfiles="http://www.cython.org/release/$pkgname-$version.tar.gz"
|
distfiles="http://www.cython.org/release/$pkgname-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
make_build_args="--prefix=/usr"
|
|
||||||
depends="glibc python"
|
depends="glibc python"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
fulldepends="Pyrex"
|
fulldepends="Pyrex"
|
||||||
|
@ -12,7 +10,7 @@ short_desc="C-Extensions for Python"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://cython.org"
|
homepage="http://cython.org"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
checksum=a30d5e26c82ec65d65703c7cf312161a21b30339addc1a42d3b2965dea254ca6
|
checksum=971651fc5d3c943b0ecf7bc4df86a977bf62623d94542bf2aaa5f7223697e6fb
|
||||||
long_desc="
|
long_desc="
|
||||||
Cython is a language that makes writing C extensions for the Python language
|
Cython is a language that makes writing C extensions for the Python language
|
||||||
as easy as Python itself. Cython is based on the well-known Pyrex, but
|
as easy as Python itself. Cython is based on the well-known Pyrex, but
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue