wok diff python-phonenumbers/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 7390f8de9846
children 1df6fa555414
line diff
     1.1 --- a/python-phonenumbers/receipt	Sat May 23 16:17:14 2015 +0300
     1.2 +++ b/python-phonenumbers/receipt	Mon Apr 27 09:29:39 2020 +0000
     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  }