# HG changeset patch # User Hans-G?nter Theisgen # Date 1586253318 -3600 # Node ID cd6572046bf4238fed12f78d91ce3fec58842118 # Parent a0fac07e41cd6619333506e99b594d2827ce88d1 updated python-unidecode (0.04.17 -> 1.1.1) diff -r a0fac07e41cd -r cd6572046bf4 python-unidecode/receipt --- a/python-unidecode/receipt Tue Apr 07 10:51:07 2020 +0100 +++ b/python-unidecode/receipt Tue Apr 07 10:55:18 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-unidecode" -VERSION="0.04.17" +VERSION="1.1.1" CATEGORY="development" SHORT_DESC="ASCII transliterations of Unicode text." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://pypi.python.org/pypi/Unidecode" + SOURCE="Unidecode" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,6 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } -