wok diff python-click/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (22 months ago)
parents 3abeffdae80b
children
line diff
     1.1 --- a/python-click/receipt	Thu Feb 10 11:43:39 2022 +0000
     1.2 +++ b/python-click/receipt	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-click"
     1.7 -VERSION="7.1.1"
     1.8 +VERSION="7.1.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Composable command line interface toolkit."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  
    1.14  SOURCE="click"
    1.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://files.pythonhosted.org/packages/source/c/$SOURCE/$TARBALL"
    1.17 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.18  
    1.19  DEPENDS="python"
    1.20  BUILD_DEPENDS="python python-setuptools"
    1.21 @@ -23,11 +23,14 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	python setup.py install --prefix=/usr --root=$DESTDIR
    1.26 +	python	setup.py	\
    1.27 +		install		\
    1.28 +		--prefix=/usr	\
    1.29 +		--root=$DESTDIR
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	cp -a $install/usr	$fs
    1.36 +	cook_copy_folders	lib
    1.37  }