ports/opt (2.4): pyrex: updated 0.9.8
commit a492535196c57ef4b52832fdf04c5f22cfd4ca92 Author: Lucas Hazel <lucas@die.net.au> Date: Sat May 17 16:52:08 2008 +1000 pyrex: updated 0.9.8 diff --git a/pyrex/.footprint b/pyrex/.footprint index 90c1f88..7cf7d3c 100644 --- a/pyrex/.footprint +++ b/pyrex/.footprint @@ -4,7 +4,6 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python2.5/ drwxr-xr-x root/root usr/lib/python2.5/site-packages/ --rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex-0.9.6.4-py2.5.egg-info drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/ drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/ -rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Builtin.py diff --git a/pyrex/.md5sum b/pyrex/.md5sum index 65ab9e1..2fbd34e 100644 --- a/pyrex/.md5sum +++ b/pyrex/.md5sum @@ -1 +1 @@ -52bb6ec8848d9aa412c8bfd0fe9f33ea Pyrex-0.9.6.4.tar.gz +1bfd794735487bc270d6226b5c4e92f3 Pyrex-0.9.8.tar.gz diff --git a/pyrex/Pkgfile b/pyrex/Pkgfile index f9d7bb7..ca8192b 100644 --- a/pyrex/Pkgfile +++ b/pyrex/Pkgfile @@ -5,13 +5,13 @@ # Depends on: python name=pyrex -version=0.9.6.4 +version=0.9.8 release=1 source=(http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar....) build() { cd Pyrex-$version python setup.py install --root=$PKG - rm -rf $PKG/usr/lib/python2.5/site-packages/Pyrex/Mac + rm -rf $PKG/usr/lib/python2.5/site-packages/{*.egg-info,Pyrex/Mac} chown -R root:root $PKG }
participants (1)
-
crux@crux.nu