# HG changeset patch # User Hans-G?nter Theisgen # Date 1586266526 -3600 # Node ID 8931c2b041d84b1423355489a51a245fd6413334 # Parent ac072d26eec56b23be6fd668866b99099acacaa6 updated python-xmlutils (1.1 -> 1.4) diff -r ac072d26eec5 -r 8931c2b041d8 python-xmlutils/receipt --- a/python-xmlutils/receipt Tue Apr 07 14:31:06 2020 +0100 +++ b/python-xmlutils/receipt Tue Apr 07 14:35:26 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-xmlutils" -SOURCE="xmlutils" -VERSION="1.1" +VERSION="1.4" CATEGORY="development" SHORT_DESC="Convert XML documents to SQL, CSV or JSON." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" -TARBALL="$SOURCE-$VERSION.zip" -WEB_SITE="https://pypi.python.org/pypi/$SOURCE" -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WEB_SITE="https://pypi.python.org/pypi/xmlutils" + +SOURCE="xmlutils" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-setuptools" @@ -24,7 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs } -