# HG changeset patch # User Hans-G?nter Theisgen # Date 1586101857 -3600 # Node ID 10810f1a64c496da0d538a5c9c1fa256bc2d1b62 # Parent a3edc4e00723f1d70aa70c5ad23dacdc797b12a2 updated python-flup (1.0.2 -> 1.0.3) diff -r a3edc4e00723 -r 10810f1a64c4 python-flup/receipt --- a/python-flup/receipt Sun Apr 05 16:43:47 2020 +0100 +++ b/python-flup/receipt Sun Apr 05 16:50:57 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-flup" -VERSION="1.0.2" +VERSION="1.0.3" CATEGORY="network" SHORT_DESC="Random collection of WSGI modules for Python." MAINTAINER="pankso@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.org/project/flup/" + SOURCE="flup" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://www.saddi.com/software/flup/dist/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/f/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-distribute python-setuptools" @@ -25,6 +26,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs } -