wok rev 23549

updated python-pytz (2011g -> 2019.3)
author Hans-G?nter Theisgen
date Tue Apr 07 06:43:07 2020 +0100 (2020-04-07)
parents b8ba747002bc
children 8196165b108a
files python-pytest/receipt python-pytz/receipt
line diff
     1.1 --- a/python-pytest/receipt	Mon Apr 06 17:04:09 2020 +0000
     1.2 +++ b/python-pytest/receipt	Tue Apr 07 06:43:07 2020 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="https://pypi.python.org/pypi/pytest"
     1.5  
     1.6  SOURCE="pytest"
     1.7 -TARBALL="$SOURCE-$VERSION.zip"
     1.8 +TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.10  
    1.11  DEPENDS="python"
     2.1 --- a/python-pytz/receipt	Mon Apr 06 17:04:09 2020 +0000
     2.2 +++ b/python-pytz/receipt	Tue Apr 07 06:43:07 2020 +0100
     2.3 @@ -2,17 +2,18 @@
     2.4  
     2.5  PACKAGE="python-pytz"
     2.6  SOURCE="pytz"
     2.7 -VERSION="2011g"
     2.8 +VERSION="2019.3"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="World Timezone Definitions for Python."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="MIT"
    2.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.14 -WEB_SITE="http://pytz.sourceforge.net/"
    2.15 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.16 +WEB_SITE="https://pypi.org/project/pytz/"
    2.17 +
    2.18 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.20  
    2.21  DEPENDS="python"
    2.22 -BUILD_DEPENDS="python-dev python"
    2.23 +BUILD_DEPENDS="python python-dev"
    2.24  
    2.25  # Rules to configure and make the package.
    2.26  compile_rules()
    2.27 @@ -25,7 +26,7 @@
    2.28  genpkg_rules()
    2.29  {
    2.30  	mkdir -p $fs
    2.31 -	cp -a $install/usr $fs
    2.32 +	cp -a $install/usr	$fs
    2.33  }
    2.34  
    2.35  # Remove old package.