wok diff python-pyrex/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents fd4f1e692109
children ad8b9ff412d2
line diff
     1.1 --- a/python-pyrex/receipt	Sat Oct 19 13:53:26 2013 +0000
     1.2 +++ b/python-pyrex/receipt	Fri Jan 03 16:08:36 2020 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  SOURCE="Pyrex"
     1.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/"
     1.7 -WGET_URL="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/$TARBALL"
     1.8 +WGET_URL="$WEB_SITE$TARBALL"
     1.9  TAGS="python"
    1.10  
    1.11  DEPENDS="python"
    1.12 @@ -18,7 +18,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	python setup.py install --root="$DESTDIR" --prefix=/usr
    1.18  }
    1.19