wok rev 23541

updated python-pylons (1.0 -> 1.0.3)
author Hans-G?nter Theisgen
date Mon Apr 06 17:21:10 2020 +0100 (2020-04-06)
parents f4d0ccc2e940
children dd325ffcea24
files python-pylons/receipt
line diff
     1.1 --- a/python-pylons/receipt	Mon Apr 06 17:09:12 2020 +0100
     1.2 +++ b/python-pylons/receipt	Mon Apr 06 17:21:10 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  }