wok diff python-paste/receipt @ rev 23792
updated zbar and zbar-dev (0.23 -> 0.23.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 22 08:05:29 2020 +0100 (2020-05-22) |
parents | 814362194a8d |
children | 1df6fa555414 |
line diff
1.1 --- a/python-paste/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-paste/receipt Fri May 22 08:05:29 2020 +0100 1.3 @@ -1,21 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-paste" 1.7 -VERSION="1.7.2" 1.8 +VERSION="3.4.0" 1.9 CATEGORY="development" 1.10 +TAGS="python" 1.11 SHORT_DESC="Tools for using a Web Server Gateway Interface stack." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://pypi.org/project/Paste/" 1.15 + 1.16 SOURCE="Paste" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://pypi.org/project/Paste/" 1.19 -WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" 1.20 -TAGS="python" 1.21 -HOST_ARCH="i486 arm" 1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.23 1.24 DEPENDS="python" 1.25 BUILD_DEPENDS="python python-dev python-setuptools" 1.26 1.27 +HOST_ARCH="i486 arm" 1.28 + 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 @@ -25,6 +27,5 @@ 1.33 # Rules to gen a SliTaz package suitable for Tazpkg. 1.34 genpkg_rules() 1.35 { 1.36 - cp -a $install/usr $fs 1.37 + cp -a $install/usr $fs 1.38 } 1.39 -