wok rev 23587

updated python-xmlutils (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Tue Apr 07 14:35:26 2020 +0100 (2020-04-07)
parents ac072d26eec5
children 568661c02a9d
files python-xmlutils/receipt
line diff
     1.1 --- a/python-xmlutils/receipt	Tue Apr 07 14:31:06 2020 +0100
     1.2 +++ b/python-xmlutils/receipt	Tue Apr 07 14:35:26 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 -