wok rev 23526

updated python-phonenumbers (5.4b1 -> 8.12.1)
author Hans-G?nter Theisgen
date Mon Apr 06 14:15:18 2020 +0100 (2020-04-06)
parents 30d236faf23c
children fdcd466dc27c
files python-phonenumbers/receipt
line diff
     1.1 --- a/python-phonenumbers/receipt	Mon Apr 06 14:09:12 2020 +0100
     1.2 +++ b/python-phonenumbers/receipt	Mon Apr 06 14:15:18 2020 +0100
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-phonenumbers"
     1.7 -SOURCE="phonenumbers"
     1.8 -VERSION="5.4b1"
     1.9 +VERSION="8.12.1"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="common library for parsing, formatting, storing and validating international phone numbers."
    1.12 +SHORT_DESC="Common library for parsing, formatting, storing and validating international phone numbers."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="Apache"
    1.15 +WEB_SITE="https://pypi.org/project/phonenumbers/"
    1.16 +
    1.17 +SOURCE="phonenumbers"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WEB_SITE="https://github.com/daviddrysdale/python-phonenumbers"
    1.20 -#https://pypi.python.org/pypi/phonenumbers
    1.21 -WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
    1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.23  
    1.24  DEPENDS="python"
    1.25 -BUILD_DEPENDS="python-dev python"
    1.26 +BUILD_DEPENDS="python python-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30 @@ -25,6 +25,5 @@
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs
    1.35 -	cp -a $install/usr $fs
    1.36 +	cp -a $install/usr	$fs
    1.37  }