summaryrefslogtreecommitdiff
path: root/pyrex/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2007-11-02 12:24:15 -0500
committerMatt Housh <jaeger@crux.nu>2007-11-02 12:24:15 -0500
commit054bcc998b1b658226c24e3336ebe937cb786266 (patch)
tree69b7378300766ddcce747d85ba6e4137d4525ff2 /pyrex/Pkgfile
parent5bccfac3022eeb2b1755a9aa72c01fa3749939ba (diff)
downloadopt-054bcc998b1b658226c24e3336ebe937cb786266.tar.gz
opt-054bcc998b1b658226c24e3336ebe937cb786266.tar.xz
pyrex: updated to version 0.9.6.2
Diffstat (limited to 'pyrex/Pkgfile')
-rw-r--r--pyrex/Pkgfile6
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
}

Generated by cgit