wok annotate python-vatnumber/receipt @ rev 20936

updated fpm2 again (0.76.1 -> 0.79)
author Hans-G?nter Theisgen
date Sat Mar 02 16:28:51 2019 +0100 (2019-03-02)
parents 7390f8de9846
children 814362194a8d
rev   line source
pascal@11727 1 # SliTaz package receipt.
pascal@11727 2
pascal@11727 3 PACKAGE="python-vatnumber"
pascal@11727 4 SOURCE="vatnumber"
pascal@11727 5 VERSION="1.0"
pascal@11727 6 CATEGORY="development"
pascal@11727 7 SHORT_DESC="Validate VAT numbers for Python."
pascal@11727 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15376 9 LICENSE="GPL3"
pascal@11727 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20672 11 WEB_SITE="https://pypi.org/project/$SOURCE/"
pascal@11727 12 WGET_URL="http://vatnumber.googlecode.com/files/$TARBALL"
pascal@11727 13
pascal@11727 14 DEPENDS="python"
pascal@11727 15 BUILD_DEPENDS="python-dev python setuptools"
pascal@11727 16
pascal@11727 17 # Rules to configure and make the package.
pascal@11727 18 compile_rules()
pascal@11727 19 {
pascal@11727 20 python setup.py build &&
pascal@11727 21 python setup.py install --root=$DESTDIR
pascal@11727 22 }
pascal@11727 23
pascal@11727 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11727 25 genpkg_rules()
pascal@11727 26 {
pascal@11727 27 mkdir -p $fs
pascal@15376 28 cp -a $install/usr $fs
pascal@11727 29 }