# HG changeset patch # User Hans-G?nter Theisgen # Date 1657775891 -3600 # Node ID 9005eda38457c4c7dd80355ff406d187299d47a9 # Parent ba0c300a1105bd2bfa33061300134684731df6dd updated python-singledispatch (3.4.0.3 -> 3.7.0) diff -r ba0c300a1105 -r 9005eda38457 python-singledispatch/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-singledispatch/description.txt Thu Jul 14 06:18:11 2022 +0100 @@ -0,0 +1,5 @@ +PEP 443 proposed to expose a mechanism in the functools standard library +module in Python 3.4 that provides a simple form of generic programming +known as single-dispatch generic functions. + +This library is a backport of this functionality and its evolution. diff -r ba0c300a1105 -r 9005eda38457 python-singledispatch/receipt --- a/python-singledispatch/receipt Wed Jul 13 17:45:54 2022 +0100 +++ b/python-singledispatch/receipt Thu Jul 14 06:18:11 2022 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-singledispatch" -SOURCE="singledispatch" -VERSION="3.4.0.3" +VERSION="3.7.0" CATEGORY="development" -SHORT_DESC="Brings functools.singledispatch from Python 3.4 to Python 2.6-3.3" +SHORT_DESC="Brings functools.singledispatch from Python 3.4 to Python 2.6-3.3." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://pypi.org/project/singledispatch/" + +SOURCE="singledispatch" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="https://files.pythonhosted.org/packages/d9/e9/513ad8dc17210db12cb14f2d4d190d618fb87dd38814203ea71c87ba5b68/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-setuptools" @@ -29,5 +30,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cook_copy_folders lib }