wok rev 25238
updated python-singledispatch (3.4.0.3 -> 3.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jul 14 06:18:11 2022 +0100 (2022-07-14) |
parents | ba0c300a1105 |
children | 9edbd848b62f |
files | python-singledispatch/description.txt python-singledispatch/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-singledispatch/description.txt Thu Jul 14 06:18:11 2022 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +PEP 443 proposed to expose a mechanism in the functools standard library 1.5 +module in Python 3.4 that provides a simple form of generic programming 1.6 +known as single-dispatch generic functions. 1.7 + 1.8 +This library is a backport of this functionality and its evolution.
2.1 --- a/python-singledispatch/receipt Wed Jul 13 17:45:54 2022 +0100 2.2 +++ b/python-singledispatch/receipt Thu Jul 14 06:18:11 2022 +0100 2.3 @@ -1,15 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-singledispatch" 2.7 -SOURCE="singledispatch" 2.8 -VERSION="3.4.0.3" 2.9 +VERSION="3.7.0" 2.10 CATEGORY="development" 2.11 -SHORT_DESC="Brings functools.singledispatch from Python 3.4 to Python 2.6-3.3" 2.12 +SHORT_DESC="Brings functools.singledispatch from Python 3.4 to Python 2.6-3.3." 2.13 MAINTAINER="pascal.bellard@slitaz.org" 2.14 LICENSE="MIT" 2.15 +WEB_SITE="https://pypi.org/project/singledispatch/" 2.16 + 2.17 +SOURCE="singledispatch" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 -WEB_SITE="https://pypi.org/project/$SOURCE/" 2.20 -WGET_URL="https://files.pythonhosted.org/packages/d9/e9/513ad8dc17210db12cb14f2d4d190d618fb87dd38814203ea71c87ba5b68/$TARBALL" 2.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.22 2.23 DEPENDS="python" 2.24 BUILD_DEPENDS="python python-setuptools" 2.25 @@ -29,5 +30,5 @@ 2.26 # Rules to gen a SliTaz package suitable for Tazpkg. 2.27 genpkg_rules() 2.28 { 2.29 - cp -a $install/usr $fs 2.30 + cook_copy_folders lib 2.31 }