wok rev 23472

updated python-click (7.0 -> 7.1.1)
author Hans-G?nter Theisgen
date Sun Apr 05 14:43:51 2020 +0100 (2020-04-05)
parents 6d80c16e55a1
children 962b9306e02e
files python-chardet/receipt python-cheetah/receipt python-click/receipt
line diff
     1.1 --- a/python-chardet/receipt	Sun Apr 05 14:34:55 2020 +0100
     1.2 +++ b/python-chardet/receipt	Sun Apr 05 14:43:51 2020 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
     1.5  
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="python-dev"
     1.8 +BUILD_DEPENDS="python-dev python-setuptools"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  
     2.1 --- a/python-cheetah/receipt	Sun Apr 05 14:34:55 2020 +0100
     2.2 +++ b/python-cheetah/receipt	Sun Apr 05 14:43:51 2020 +0100
     2.3 @@ -14,7 +14,7 @@
     2.4  WGET_URL="https://files.pythonhosted.org/packages/source/C/$SOURCE/$TARBALL"
     2.5  
     2.6  DEPENDS="python"
     2.7 -BUILD_DEPENDS="python python-dev"
     2.8 +BUILD_DEPENDS="python python-dev python-setuptools"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/python-click/receipt	Sun Apr 05 14:34:55 2020 +0100
     3.2 +++ b/python-click/receipt	Sun Apr 05 14:43:51 2020 +0100
     3.3 @@ -1,18 +1,19 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="python-click"
     3.7 -SOURCE="Click"
     3.8 -VERSION="7.0"
     3.9 +VERSION="7.1.1"
    3.10  CATEGORY="development"
    3.11 -SHORT_DESC="Composable command line interface toolkit"
    3.12 +SHORT_DESC="Composable command line interface toolkit."
    3.13  MAINTAINER="pascal.bellard@slitaz.org"
    3.14  LICENSE="BSD"
    3.15  WEB_SITE="https://pypi.org/project/click/"
    3.16 +
    3.17 +SOURCE="click"
    3.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    3.19 -WGET_URL="https://files.pythonhosted.org/packages/f8/5c/f60e9d8a1e77005f664b76ff8aeaee5bc05d0a91798afd7f53fc998dbc47/$TARBALL"
    3.20 +WGET_URL="https://files.pythonhosted.org/packages/source/c/$SOURCE/$TARBALL"
    3.21  
    3.22  DEPENDS="python"
    3.23 -BUILD_DEPENDS="python-setuptools"
    3.24 +BUILD_DEPENDS="python python-setuptools"
    3.25  
    3.26  # Rules to configure and make the package.
    3.27  compile_rules()
    3.28 @@ -23,5 +24,5 @@
    3.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.30  genpkg_rules()
    3.31  {
    3.32 -	cp -a $install/usr $fs/
    3.33 +	cp -a $install/usr	$fs
    3.34  }