wok diff python-pylons/receipt @ rev 23595
updated qoauth (1.0 -> 2.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 08 14:40:29 2020 +0100 (2020-04-08) |
parents | 814362194a8d |
children | 1df6fa555414 |
line diff
1.1 --- a/python-pylons/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-pylons/receipt Wed Apr 08 14:40:29 2020 +0100 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pylons" 1.7 -VERSION="1.0" 1.8 +VERSION="1.0.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Lightweight web framework" 1.11 +TAGS="python" 1.12 +SHORT_DESC="Lightweight web framework." 1.13 MAINTAINER="taziden@slitaz.org" 1.14 LICENSE="BSD" 1.15 +WEB_SITE="https://pypi.org/project/Pylons/" 1.16 + 1.17 SOURCE="Pylons" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 -WEB_SITE="https://pypi.org/project/Pylons/" 1.20 -WGET_URL="http://cdn.pylonshq.com/download/$VERSION/$TARBALL" 1.21 -TAGS="python" 1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/P/$SOURCE/$TARBALL" 1.23 1.24 DEPENDS="python" 1.25 BUILD_DEPENDS="python python-dev python-setuptools" 1.26 @@ -24,5 +25,5 @@ 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - cp -a $install/usr $fs 1.31 + cp -a $install/usr $fs 1.32 }