# HG changeset patch # User Hans-G?nter Theisgen # Date 1586103391 -3600 # Node ID fc917bce04803835f2963397bc8145a658bad4c7 # Parent 21c6ecc97dc037da50fc8dc098f47f8319675847 updated python-futures (3.2.0 -> 3.3.0) diff -r 21c6ecc97dc0 -r fc917bce0480 python-futures/receipt --- a/python-futures/receipt Sun Apr 05 17:07:27 2020 +0100 +++ b/python-futures/receipt Sun Apr 05 17:16:31 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-futures" -SOURCE="futures" -VERSION="3.2.0" +VERSION="3.3.0" CATEGORY="development" -SHORT_DESC="A backport of the concurrent.futures package from Python 3" +SHORT_DESC="A backport of the concurrent.futures package from Python 3." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://pypi.org/project/$SOURCE/" + +SOURCE="futures" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="https://files.pythonhosted.org/packages/1f/9e/7b2ff7e965fc654592269f2906ade1c7d705f1bf25b7d469fa153f7d19eb/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/f/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-setuptools" @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }