# HG changeset patch # User Hans-G?nter Theisgen # Date 1586094231 -3600 # Node ID de3280120146ecc79c157e995e7d95c5cf8c90cd # Parent 6d80c16e55a15724ca10dd29bea8262ff68ee0ad updated python-click (7.0 -> 7.1.1) diff -r 6d80c16e55a1 -r de3280120146 python-chardet/receipt --- a/python-chardet/receipt Sun Apr 05 14:34:55 2020 +0100 +++ b/python-chardet/receipt Sun Apr 05 14:43:51 2020 +0100 @@ -13,7 +13,7 @@ WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python-dev" +BUILD_DEPENDS="python-dev python-setuptools" # Rules to configure and make the package. diff -r 6d80c16e55a1 -r de3280120146 python-cheetah/receipt --- a/python-cheetah/receipt Sun Apr 05 14:34:55 2020 +0100 +++ b/python-cheetah/receipt Sun Apr 05 14:43:51 2020 +0100 @@ -14,7 +14,7 @@ WGET_URL="https://files.pythonhosted.org/packages/source/C/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 6d80c16e55a1 -r de3280120146 python-click/receipt --- a/python-click/receipt Sun Apr 05 14:34:55 2020 +0100 +++ b/python-click/receipt Sun Apr 05 14:43:51 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-click" -SOURCE="Click" -VERSION="7.0" +VERSION="7.1.1" CATEGORY="development" -SHORT_DESC="Composable command line interface toolkit" +SHORT_DESC="Composable command line interface toolkit." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://pypi.org/project/click/" + +SOURCE="click" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/f8/5c/f60e9d8a1e77005f664b76ff8aeaee5bc05d0a91798afd7f53fc998dbc47/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/c/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python-setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() @@ -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 }