# HG changeset patch # User Hans-G?nter Theisgen # Date 1586190070 -3600 # Node ID a1ff9f10f41a2a9e503f9d2cdb68baf6d9e9f34c # Parent f4d0ccc2e940305902c5ac49e8f92f028c8b9cde updated python-pylons (1.0 -> 1.0.3) diff -r f4d0ccc2e940 -r a1ff9f10f41a python-pylons/receipt --- a/python-pylons/receipt Mon Apr 06 17:09:12 2020 +0100 +++ b/python-pylons/receipt Mon Apr 06 17:21:10 2020 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="python-pylons" -VERSION="1.0" +VERSION="1.0.3" CATEGORY="development" -SHORT_DESC="Lightweight web framework" +TAGS="python" +SHORT_DESC="Lightweight web framework." MAINTAINER="taziden@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.org/project/Pylons/" + SOURCE="Pylons" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/Pylons/" -WGET_URL="http://cdn.pylonshq.com/download/$VERSION/$TARBALL" -TAGS="python" +WGET_URL="https://files.pythonhosted.org/packages/source/P/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools" @@ -24,5 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }