wok rev 25250

updated python-webtest (2.0.34 -> 2.0.35)
author Hans-G?nter Theisgen
date Thu Jul 14 07:35:06 2022 +0100 (21 months ago)
parents c0f79eae8eb7
children 2e2732e7e234
files python-webtest/description.txt python-webtest/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-webtest/description.txt	Thu Jul 14 07:35:06 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +This wraps any WSGI application and makes it easy to send test requests
     1.5 +to that application, without starting up an HTTP server.
     1.6 +
     1.7 +This provides convenient full-stack testing of applications written with
     1.8 +any WSGI-compatible framework.
     2.1 --- a/python-webtest/receipt	Thu Jul 14 07:30:53 2022 +0100
     2.2 +++ b/python-webtest/receipt	Thu Jul 14 07:35:06 2022 +0100
     2.3 @@ -1,13 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-webtest"
     2.7 -VERSION="2.0.34"
     2.8 +VERSION="2.0.35"	# last version for Python 2
     2.9  CATEGORY="development"
    2.10  TAGS="python"
    2.11  SHORT_DESC="Helper to test WSGI applications."
    2.12  MAINTAINER="taziden@slitaz.org"
    2.13  LICENSE="MIT"
    2.14 -WEB_SITE="https://pypi.python.org/pypi/WebTest/"
    2.15 +WEB_SITE="https://pypi.org/project/WebTest/"
    2.16 +REPOLOGY="python:webtest"
    2.17  
    2.18  SOURCE="WebTest"
    2.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.20 @@ -32,5 +33,5 @@
    2.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.22  genpkg_rules()
    2.23  {
    2.24 -	cp -a $install/usr	$fs
    2.25 +	cook_copy_folders	lib
    2.26  }