# HG changeset patch # User Hans-G?nter Theisgen # Date 1586178918 -3600 # Node ID 8915ca584666fa262f97d71b487de07556059bd4 # Parent 30d236faf23cb2bcbe58aac7ca05a643a01eef98 updated python-phonenumbers (5.4b1 -> 8.12.1) diff -r 30d236faf23c -r 8915ca584666 python-phonenumbers/receipt --- a/python-phonenumbers/receipt Mon Apr 06 14:09:12 2020 +0100 +++ b/python-phonenumbers/receipt Mon Apr 06 14:15:18 2020 +0100 @@ -1,19 +1,19 @@ # SliTaz package receipt. PACKAGE="python-phonenumbers" -SOURCE="phonenumbers" -VERSION="5.4b1" +VERSION="8.12.1" CATEGORY="development" -SHORT_DESC="common library for parsing, formatting, storing and validating international phone numbers." +SHORT_DESC="Common library for parsing, formatting, storing and validating international phone numbers." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" +WEB_SITE="https://pypi.org/project/phonenumbers/" + +SOURCE="phonenumbers" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://github.com/daviddrysdale/python-phonenumbers" -#https://pypi.python.org/pypi/phonenumbers -WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python-dev python" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() @@ -25,6 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs }