Pyrex: add alternate distfiles url

This commit is contained in:
davehome 2012-06-02 23:13:23 -06:00
parent 57e2ae9279
commit 9d4b96558c

View file

@ -2,7 +2,8 @@
pkgname=Pyrex
version=0.9.9
revision=2
distfiles="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar.gz"
#distfiles="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar.gz"
distfiles="http://code.enthought.com/src/$pkgname-$version.tar.gz"
build_style=python-module
fulldepends="python"
short_desc="Language for writing Python extension modules"