wok diff python-flup/receipt @ rev 23831

syslinux/iso2exe: fix loram case
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 31 14:59:28 2020 +0000 (2020-05-31)
parents 814362194a8d
children 1df6fa555414
line diff
     1.1 --- a/python-flup/receipt	Sun May 19 19:45:04 2019 +0200
     1.2 +++ b/python-flup/receipt	Sun May 31 14:59:28 2020 +0000
     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 -