# HG changeset patch # User Hans-G?nter Theisgen # Date 1586238757 -3600 # Node ID a32589fd69e7c0a05fda6b496f7309b5f2e37236 # Parent 8196165b108ab8d4fef5a00cdedd2b8a10b1ad62 updated python-qrcode (4.0.4 -> 6.1) diff -r 8196165b108a -r a32589fd69e7 python-qrcode/receipt --- a/python-qrcode/receipt Tue Apr 07 06:47:51 2020 +0100 +++ b/python-qrcode/receipt Tue Apr 07 06:52:37 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-qrcode" -SOURCE="qrcode" -VERSION="4.0.4" +VERSION="6.1" CATEGORY="development" SHORT_DESC="Python QR Code image generator." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="PSL" +WEB_SITE="https://pypi.python.org/pypi/qrcode" + +SOURCE="qrcode" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.python.org/pypi/qrcode" -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python python-pil python-six" -BUILD_DEPENDS="python-dev python wget python-setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -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 }