wok-6.x diff python-pastescript/receipt @ rev 23844
linld/readmenu: do not forget to lseek
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 13 10:41:01 2020 +0000 (2020-06-13) |
parents | 814362194a8d |
children | 1df6fa555414 |
line diff
1.1 --- a/python-pastescript/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-pastescript/receipt Sat Jun 13 10:41:01 2020 +0000 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 }