# HG changeset patch # User Hans-G?nter Theisgen # Date 1586264336 -3600 # Node ID a0da61d3dffb6a0885a11929cb3bc3a197681869 # Parent 50e99d67d87cbfbbfd4ec9d4733366433411acb0 updated python-webtest (1.2.2 -> 2.0.34) diff -r 50e99d67d87c -r a0da61d3dffb python-webtest/receipt --- a/python-webtest/receipt Tue Apr 07 13:55:02 2020 +0100 +++ b/python-webtest/receipt Tue Apr 07 13:58:56 2020 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="python-webtest" -VERSION="1.2.2" +VERSION="2.0.34" CATEGORY="development" -SHORT_DESC="Helper to test WSGI applications" +TAGS="python" +SHORT_DESC="Helper to test WSGI applications." MAINTAINER="taziden@slitaz.org" LICENSE="MIT" +WEB_SITE="https://pypi.python.org/pypi/WebTest/" + SOURCE="WebTest" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" -WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" -TAGS="python" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools" @@ -24,5 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }