wok rev 25214

updated python-pastedeploy (2.1.0 -> 2.1.1)
author Hans-G?nter Theisgen
date Wed Jul 13 15:21:10 2022 +0100 (22 months ago)
parents 496aa6ebe819
children e8d7503593e7
files python-pastedeploy/description.txt python-pastedeploy/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-pastedeploy/description.txt	Wed Jul 13 15:21:10 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +This tool provides code to load WSGI applications and servers from URIs.
     1.5 +These URIs can refer to Python eggs for INI-style configuration files.
     1.6 +Paste Script provides commands to serve applications based on this
     1.7 +configuration file.
     2.1 --- a/python-pastedeploy/receipt	Wed Jul 13 15:17:25 2022 +0100
     2.2 +++ b/python-pastedeploy/receipt	Wed Jul 13 15:21:10 2022 +0100
     2.3 @@ -1,13 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-pastedeploy"
     2.7 -VERSION="2.1.0"
     2.8 +VERSION="2.1.1"
     2.9  CATEGORY="development"
    2.10  TAGS="python"
    2.11  SHORT_DESC="Load, configure, and compose WSGI applications and servers."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="MIT"
    2.14  WEB_SITE="https://pypi.org/project/PasteDeploy/"
    2.15 +REPOLOGY="python:pastedeploy"
    2.16  
    2.17  SOURCE="PasteDeploy"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"