wok diff python-webtest/receipt @ rev 25805
created recipe for xfce4-weather-plugin
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 15:24:31 2024 +0100 (4 days ago) |
parents | 104a2a2e5484 |
children |
line diff
1.1 --- a/python-webtest/receipt Mon Feb 07 18:01:05 2022 +0000 1.2 +++ b/python-webtest/receipt Wed Nov 13 15:24:31 2024 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-webtest" 1.7 -VERSION="2.0.34" 1.8 +VERSION="2.0.35" # last version for Python 2 1.9 CATEGORY="development" 1.10 TAGS="python" 1.11 SHORT_DESC="Helper to test WSGI applications." 1.12 MAINTAINER="taziden@slitaz.org" 1.13 LICENSE="MIT" 1.14 -WEB_SITE="https://pypi.python.org/pypi/WebTest/" 1.15 +WEB_SITE="https://pypi.org/project/WebTest/" 1.16 +REPOLOGY="python:webtest" 1.17 1.18 SOURCE="WebTest" 1.19 TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 @@ -32,5 +33,5 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - cp -a $install/usr $fs 1.25 + cook_copy_folders lib 1.26 }