wok diff python-singledispatch/receipt @ rev 25477
icedtea6-jdk: find output to variable
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 13 17:53:47 2022 +0100 (2022-10-13) |
parents | 076f424196b2 |
children |
line diff
1.1 --- a/python-singledispatch/receipt Sun Feb 06 11:51:57 2022 +0000 1.2 +++ b/python-singledispatch/receipt Thu Oct 13 17:53:47 2022 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-singledispatch" 1.7 -SOURCE="singledispatch" 1.8 -VERSION="3.4.0.3" 1.9 +VERSION="3.7.0" 1.10 CATEGORY="development" 1.11 -SHORT_DESC="Brings functools.singledispatch from Python 3.4 to Python 2.6-3.3" 1.12 +SHORT_DESC="Brings functools.singledispatch from Python 3.4 to Python 2.6-3.3." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="MIT" 1.15 +WEB_SITE="https://pypi.org/project/singledispatch/" 1.16 + 1.17 +SOURCE="singledispatch" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 -WEB_SITE="https://pypi.org/project/$SOURCE/" 1.20 -WGET_URL="https://files.pythonhosted.org/packages/d9/e9/513ad8dc17210db12cb14f2d4d190d618fb87dd38814203ea71c87ba5b68/$TARBALL" 1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.22 1.23 DEPENDS="python" 1.24 BUILD_DEPENDS="python python-setuptools" 1.25 @@ -29,5 +30,5 @@ 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - cp -a $install/usr $fs 1.30 + cook_copy_folders lib 1.31 }