Update all packages for xbps-src>=28. WARNING: xbps-src-28 (or from git) required!

This commit is contained in:
Juan RP 2012-05-23 18:26:56 +02:00
parent 900779add4
commit 1816de0e4a
2107 changed files with 3050 additions and 10194 deletions

View file

@ -0,0 +1,3 @@
libpython2.7.so.1.0
libpthread.so.0
libc.so.6

View file

@ -5,6 +5,9 @@ revision=2
distfiles="http://www.cython.org/release/$pkgname-$version.tar.gz"
build_style=python-module
make_build_args="--prefix=/usr"
depends="glibc python"
makedepends="python-devel"
fulldepends="Pyrex"
short_desc="C-Extensions for Python"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cython.org"
@ -25,7 +28,3 @@ long_desc="
pycompile_module="pyximport Cython ."
Add_dependency run glibc
Add_dependency run python
Add_dependency full Pyrex
Add_dependency build python-devel