Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP
2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View File

@@ -4,6 +4,8 @@ version=0.9.9
revision=2
build_style=python-module
makedepends="python"
noarch="yes"
pycompile_module="Pyrex"
short_desc="Language for writing Python extension modules"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex"
@@ -13,11 +15,3 @@ checksum=5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50
long_desc="
Pyrex lets you write code that mixes Python and C data types any way you
want, and compiles it into a C extension for Python."
Pyrex_package() {
noarch="yes"
pycompile_module="Pyrex"
pkg_install() {
vmove usr
}
}