wok-6.x rev 23575
updated python-vatnumber (1.0 -> 1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 13:18:46 2020 +0100 (2020-04-07) |
parents | 36c1f0aa6f5d |
children | 7ef7da602a74 |
files | python-vatnumber/receipt |
line diff
1.1 --- a/python-vatnumber/receipt Tue Apr 07 11:08:41 2020 +0100 1.2 +++ b/python-vatnumber/receipt Tue Apr 07 13:18:46 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-vatnumber" 1.7 -SOURCE="vatnumber" 1.8 -VERSION="1.0" 1.9 +VERSION="1.2" 1.10 CATEGORY="development" 1.11 SHORT_DESC="Validate VAT numbers for Python." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://pypi.org/project/vatnumber/" 1.15 + 1.16 +SOURCE="vatnumber" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://pypi.org/project/$SOURCE/" 1.19 -WGET_URL="http://vatnumber.googlecode.com/files/$TARBALL" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python" 1.23 -BUILD_DEPENDS="python-dev python python-setuptools" 1.24 +BUILD_DEPENDS="python python-dev python-setuptools" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -24,6 +25,5 @@ 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs 1.33 - cp -a $install/usr $fs 1.34 + cp -a $install/usr $fs 1.35 }