wok-6.x rev 23582
updated python-webtest (1.2.2 -> 2.0.34)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 13:58:56 2020 +0100 (2020-04-07) |
parents | 50e99d67d87c |
children | 9899c003230e |
files | python-webtest/receipt |
line diff
1.1 --- a/python-webtest/receipt Tue Apr 07 13:55:02 2020 +0100 1.2 +++ b/python-webtest/receipt Tue Apr 07 13:58:56 2020 +0100 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-webtest" 1.7 -VERSION="1.2.2" 1.8 +VERSION="2.0.34" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Helper to test WSGI applications" 1.11 +TAGS="python" 1.12 +SHORT_DESC="Helper to test WSGI applications." 1.13 MAINTAINER="taziden@slitaz.org" 1.14 LICENSE="MIT" 1.15 +WEB_SITE="https://pypi.python.org/pypi/WebTest/" 1.16 + 1.17 SOURCE="WebTest" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" 1.20 -WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL" 1.21 -TAGS="python" 1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.23 1.24 DEPENDS="python" 1.25 BUILD_DEPENDS="python python-dev python-setuptools" 1.26 @@ -24,5 +25,5 @@ 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - cp -a $install/usr $fs 1.31 + cp -a $install/usr $fs 1.32 }