wok diff python-werkzeug/receipt @ rev 21339

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-20)
parents 7390f8de9846
children 814362194a8d
line diff
     1.1 --- a/python-werkzeug/receipt	Sat May 23 16:17:14 2015 +0300
     1.2 +++ b/python-werkzeug/receipt	Sat Apr 20 11:34:23 2019 +0100
     1.3 @@ -1,30 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-werkzeug"
     1.7 -GITHASH="8c085bba3d0abe1139fd84bdb542efdb579b0205"
     1.8 -VERSION=${GITHASH:0:7}
     1.9 +VERSION="0.15.2"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="WSGI utility modules"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://werkzeug.pocoo.org/"
    1.16 -GIT_URL="https://github.com/mitsuhiko/werkzeug/tarball/$GITHASH"
    1.17 +WGET_URL="https://github.com/pallets/werkzeug/archive/$VERSION.tar.gz"
    1.18  
    1.19  DEPENDS="python"
    1.20 -BUILD_DEPENDS="wget python python-dev setuptools"
    1.21 +BUILD_DEPENDS="python-dev setuptools"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	[ -s $SOURCES_REPOSITORY/$TARBALL ] ||
    1.27 -		wget --no-check-certificate -O $SOURCES_REPOSITORY/$TARBALL $GIT_URL
    1.28 -	if [ ! -s $src ]; then
    1.29 -		mkdir -p $(dirname $src)
    1.30 -		tar xzf $SOURCES_REPOSITORY/$TARBALL &&
    1.31 -		mv mitsuhiko-werkzeug-$VERSION $src
    1.32 -	fi
    1.33 -	cd $src
    1.34  	python setup.py install --root=$DESTDIR
    1.35  }
    1.36