# HG changeset patch # User Hans-G?nter Theisgen # Date 1586242612 -3600 # Node ID fbd272caca98cb89d6bc57c1acf424b53482c6f0 # Parent 7cbe6d2c90dcc217509a8f9ae2413b3f8f496ee5 updated python-six (1.10.0 -> 1.14.0) diff -r 7cbe6d2c90dc -r fbd272caca98 python-six/receipt --- a/python-six/receipt Tue Apr 07 07:51:57 2020 +0100 +++ b/python-six/receipt Tue Apr 07 07:56:52 2020 +0100 @@ -1,19 +1,21 @@ # SliTaz package receipt. PACKAGE="python-six" -SOURCE="six" -VERSION="1.10.0" +VERSION="1.14.0" CATEGORY="development" -SHORT_DESC="Six is a Python 2 and 3 compatibility library." +SHORT_DESC="A Python 2 and 3 compatibility library." MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" +WEB_SITE="https://pypi.org/project/six/" + +SOURCE="six" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://github.com/benjaminp/six" -WGET_URL="https://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" -HOST_ARCH="i486 arm" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="wget cacerts python-dev" +BUILD_DEPENDS="python python-dev" + +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() @@ -24,6 +26,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } -