wok diff python-xmlutils/receipt @ rev 23803

updated awesome (3.5.1 -> 4.3)
author Hans-G?nter Theisgen
date Sun May 24 07:53:22 2020 +0100 (2020-05-24)
parents 814362194a8d
children 104a2a2e5484
line diff
     1.1 --- a/python-xmlutils/receipt	Sun May 19 19:45:04 2019 +0200
     1.2 +++ b/python-xmlutils/receipt	Sun May 24 07:53:22 2020 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-xmlutils"
     1.7 -SOURCE="xmlutils"
     1.8 -VERSION="1.1"
     1.9 +VERSION="1.4"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Convert XML documents to SQL, CSV or JSON."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -TARBALL="$SOURCE-$VERSION.zip"
    1.15 -WEB_SITE="https://pypi.python.org/pypi/$SOURCE"
    1.16 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.17 +WEB_SITE="https://pypi.python.org/pypi/xmlutils"
    1.18 +
    1.19 +SOURCE="xmlutils"
    1.20 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.22  
    1.23  DEPENDS="python"
    1.24  BUILD_DEPENDS="python python-setuptools"
    1.25 @@ -24,7 +25,5 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	mkdir -p $fs
    1.30 -	cp -a $install/usr $fs
    1.31 +	cp -a $install/usr	$fs
    1.32  }
    1.33 -