wok diff python-click/receipt @ rev 24250

updated perl-proc-processtable (0.59 -> 0.634)
author Hans-G?nter Theisgen
date Sun Jan 02 09:43:23 2022 +0100 (2022-01-02)
parents 5d50a02468c7
children 1df6fa555414
line diff
     1.1 --- a/python-click/receipt	Sun May 19 19:23:11 2019 +0200
     1.2 +++ b/python-click/receipt	Sun Jan 02 09:43:23 2022 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-click"
     1.7 -SOURCE="Click"
     1.8 -VERSION="7.0"
     1.9 +VERSION="7.1.1"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="Composable command line interface toolkit"
    1.12 +SHORT_DESC="Composable command line interface toolkit."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="BSD"
    1.15  WEB_SITE="https://pypi.org/project/click/"
    1.16 +
    1.17 +SOURCE="click"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WGET_URL="https://files.pythonhosted.org/packages/f8/5c/f60e9d8a1e77005f664b76ff8aeaee5bc05d0a91798afd7f53fc998dbc47/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/c/$SOURCE/$TARBALL"
    1.21  
    1.22  DEPENDS="python"
    1.23 -BUILD_DEPENDS="python-setuptools"
    1.24 +BUILD_DEPENDS="python python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -23,5 +24,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  }