diff options
author | Matt Housh <jaeger@crux.nu> | 2007-11-02 12:24:15 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.nu> | 2007-11-02 12:24:15 -0500 |
commit | 054bcc998b1b658226c24e3336ebe937cb786266 (patch) | |
tree | 69b7378300766ddcce747d85ba6e4137d4525ff2 /pyrex/Pkgfile | |
parent | 5bccfac3022eeb2b1755a9aa72c01fa3749939ba (diff) | |
download | opt-054bcc998b1b658226c24e3336ebe937cb786266.tar.gz opt-054bcc998b1b658226c24e3336ebe937cb786266.tar.xz |
pyrex: updated to version 0.9.6.2
Diffstat (limited to 'pyrex/Pkgfile')
-rw-r--r-- | pyrex/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyrex/Pkgfile b/pyrex/Pkgfile index 6763df5f1..14b802923 100644 --- a/pyrex/Pkgfile +++ b/pyrex/Pkgfile @@ -4,13 +4,13 @@ # Depends on: python name=pyrex -version=0.9.5.1a +version=0.9.6.2 release=1 -source=(http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar.gz) +source=(http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-$version.tar.gz) build() { cd Pyrex-$version python setup.py install --root=$PKG - rm -rf $PKG/usr/lib/python2.4/site-packages/Pyrex/Mac + rm -rf $PKG/usr/lib/python2.5/site-packages/Pyrex/Mac chown -R root:root $PKG } |