wok rev 25215
updated python-pastescript (3.2.0 -> 3.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 15:25:47 2022 +0100 (2022-07-13) |
parents | d171690dddbf |
children | 17fa8b024ff7 |
files | python-pastescript/description.txt python-pastescript/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-pastescript/description.txt Wed Jul 13 15:25:47 2022 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +PasteScript is a pluggable command-line tool. 1.5 + 1.6 +Note: Paste Script is being maintained on life support. 1.7 + That means that critical bugs will be fixed, and support for 1.8 + new versions of Python will be handled, but other than that 1.9 + new features are not being considered. 1.10 + 1.11 +It includes some built-in features; 1.12 + 1.13 +- Create file layouts for packages. 1.14 + For instance, paster create --template=basic_package MyPackage will 1.15 + create a setuptools-ready file layout. 1.16 +- Serving up web applications, with configuration based on paste.deploy.
2.1 --- a/python-pastescript/receipt Wed Jul 13 15:21:10 2022 +0100 2.2 +++ b/python-pastescript/receipt Wed Jul 13 15:25:47 2022 +0100 2.3 @@ -1,13 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-pastescript" 2.7 -VERSION="3.2.0" 2.8 +VERSION="3.2.1" 2.9 CATEGORY="development" 2.10 TAGS="python" 2.11 SHORT_DESC="A pluggable command-line frontend, including commands to setup package file layouts." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 LICENSE="MIT" 2.14 WEB_SITE="https://pypi.org/project/PasteScript/" 2.15 +REPOLOGY="python:pastescript" 2.16 2.17 SOURCE="PasteScript" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz"