# HG changeset patch # User Hans-G?nter Theisgen # Date 1586261926 -3600 # Node ID eeee69f2b4094064e08f93a46aa14ba400c4ed73 # Parent 36c1f0aa6f5dbea33302cc445f1acaac22d901da updated python-vatnumber (1.0 -> 1.2) diff -r 36c1f0aa6f5d -r eeee69f2b409 python-vatnumber/receipt --- a/python-vatnumber/receipt Tue Apr 07 11:08:41 2020 +0100 +++ b/python-vatnumber/receipt Tue Apr 07 13:18:46 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-vatnumber" -SOURCE="vatnumber" -VERSION="1.0" +VERSION="1.2" CATEGORY="development" SHORT_DESC="Validate VAT numbers for Python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://pypi.org/project/vatnumber/" + +SOURCE="vatnumber" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://vatnumber.googlecode.com/files/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python-dev python python-setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -24,6 +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 }