# HG changeset patch # User Hans-G?nter Theisgen # Date 1586264589 -3600 # Node ID 9899c003230eb1f60dac4b800834294025664004 # Parent a0da61d3dffb6a0885a11929cb3bc3a197681869 updated python-werkzeug (0.15.2 -> 1.0.1) diff -r a0da61d3dffb -r 9899c003230e python-werkzeug/receipt --- a/python-werkzeug/receipt Tue Apr 07 13:58:56 2020 +0100 +++ b/python-werkzeug/receipt Tue Apr 07 14:03:09 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-werkzeug" -VERSION="0.15.2" +VERSION="1.0.1" CATEGORY="development" -SHORT_DESC="WSGI utility modules" +SHORT_DESC="WSGI utility modules." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.org/project/Werkzeug/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://werkzeug.pocoo.org/" WGET_URL="https://github.com/pallets/werkzeug/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python-dev python-setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -22,5 +23,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }