wok rev 23551

updated python-qrcode (4.0.4 -> 6.1)
author Hans-G?nter Theisgen
date Tue Apr 07 06:52:37 2020 +0100 (2020-04-07)
parents 8196165b108a
children bc7cbcc495b3
files python-qrcode/receipt
line diff
     1.1 --- a/python-qrcode/receipt	Tue Apr 07 06:47:51 2020 +0100
     1.2 +++ b/python-qrcode/receipt	Tue Apr 07 06:52:37 2020 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-qrcode"
     1.7 -SOURCE="qrcode"
     1.8 -VERSION="4.0.4"
     1.9 +VERSION="6.1"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Python QR Code image generator."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="PSL"
    1.14 +WEB_SITE="https://pypi.python.org/pypi/qrcode"
    1.15 +
    1.16 +SOURCE="qrcode"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://pypi.python.org/pypi/qrcode"
    1.19 -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22  DEPENDS="python python-pil python-six"
    1.23 -BUILD_DEPENDS="python-dev python wget python-setuptools"
    1.24 +BUILD_DEPENDS="python python-dev python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -24,5 +25,5 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $install/usr $fs
    1.33 +	cp -a $install/usr	$fs
    1.34  }