wok diff python-pytz/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 9e01bc6321ea
children 1df6fa555414
line diff
     1.1 --- a/python-pytz/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/python-pytz/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -2,17 +2,18 @@
     1.4  
     1.5  PACKAGE="python-pytz"
     1.6  SOURCE="pytz"
     1.7 -VERSION="2011g"
     1.8 +VERSION="2019.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="World Timezone Definitions for Python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14 -WEB_SITE="http://pytz.sourceforge.net/"
    1.15 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.16 +WEB_SITE="https://pypi.org/project/pytz/"
    1.17 +
    1.18 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20  
    1.21  DEPENDS="python"
    1.22 -BUILD_DEPENDS="python-dev python"
    1.23 +BUILD_DEPENDS="python python-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -25,7 +26,7 @@
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs
    1.31 -	cp -a $install/usr $fs
    1.32 +	cp -a $install/usr	$fs
    1.33  }
    1.34  
    1.35  # Remove old package.