wok-current rev 23525
updated python-pastescript (1.7.3 -> 3.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 14:09:12 2020 +0100 (2020-04-06) |
parents | 1df2b9da3052 |
children | 8915ca584666 |
files | python-pastescript/receipt |
line diff
1.1 --- a/python-pastescript/receipt Mon Apr 06 14:04:47 2020 +0100 1.2 +++ b/python-pastescript/receipt Mon Apr 06 14:09:12 2020 +0100 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pastescript" 1.7 -VERSION="1.7.3" 1.8 +VERSION="3.2.0" 1.9 CATEGORY="development" 1.10 +TAGS="python" 1.11 SHORT_DESC="A pluggable command-line frontend, including commands to setup package file layouts." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://pypi.org/project/PasteScript/" 1.15 + 1.16 SOURCE="PasteScript" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://pypi.org/project/PasteScript/" 1.19 -WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" 1.20 -TAGS="python" 1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.22 1.23 DEPENDS="python python-paste python-pastedeploy" 1.24 -BUILD_DEPENDS="python-setuptools" 1.25 +BUILD_DEPENDS="python python-setuptools" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 @@ -24,5 +25,5 @@ 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 - cp -a $install/usr $fs 1.34 + cp -a $install/usr $fs 1.35 }