# HG changeset patch # User Hans-G?nter Theisgen # Date 1657722347 -3600 # Node ID e8d7503593e7ad38abb72c7518b12035d50cf210 # Parent d171690dddbf633439b291b1783e78a21178f772 updated python-pastescript (3.2.0 -> 3.2.1) diff -r d171690dddbf -r e8d7503593e7 python-pastescript/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pastescript/description.txt Wed Jul 13 15:25:47 2022 +0100 @@ -0,0 +1,13 @@ +PasteScript is a pluggable command-line tool. + +Note: Paste Script is being maintained on life support. + That means that critical bugs will be fixed, and support for + new versions of Python will be handled, but other than that + new features are not being considered. + +It includes some built-in features; + +- Create file layouts for packages. + For instance, paster create --template=basic_package MyPackage will + create a setuptools-ready file layout. +- Serving up web applications, with configuration based on paste.deploy. diff -r d171690dddbf -r e8d7503593e7 python-pastescript/receipt --- a/python-pastescript/receipt Wed Jul 13 15:21:10 2022 +0100 +++ b/python-pastescript/receipt Wed Jul 13 15:25:47 2022 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="python-pastescript" -VERSION="3.2.0" +VERSION="3.2.1" CATEGORY="development" TAGS="python" SHORT_DESC="A pluggable command-line frontend, including commands to setup package file layouts." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="https://pypi.org/project/PasteScript/" +REPOLOGY="python:pastescript" SOURCE="PasteScript" TARBALL="$SOURCE-$VERSION.tar.gz"