wok rev 23483

updated python-flup (1.0.2 -> 1.0.3)
author Hans-G?nter Theisgen
date Sun Apr 05 16:50:57 2020 +0100 (2020-04-05)
parents a3edc4e00723
children 11746b27e6b1
files python-flup/receipt
line diff
     1.1 --- a/python-flup/receipt	Sun Apr 05 16:43:47 2020 +0100
     1.2 +++ b/python-flup/receipt	Sun Apr 05 16:50:57 2020 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-flup"
     1.7 -VERSION="1.0.2"
     1.8 +VERSION="1.0.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Random collection of WSGI modules for Python."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="https://pypi.org/project/flup/"
    1.14 +
    1.15  SOURCE="flup"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.18 -WGET_URL="http://www.saddi.com/software/flup/dist/$TARBALL"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/f/$SOURCE/$TARBALL"
    1.20  
    1.21  DEPENDS="python"
    1.22  BUILD_DEPENDS="python python-dev python-distribute python-setuptools"
    1.23 @@ -25,6 +26,5 @@
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs
    1.27 -	cp -a $install/usr $fs
    1.28 +	cp -a $install/usr	$fs
    1.29  }
    1.30 -