wok-next view python-vatnumber/receipt @ rev 21303

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Tue Dec 10 07:57:29 2019 +0100 (2019-12-10)
parents 7506b35e1c6f
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="vatnumber"
4 PACKAGE="python-vatnumber"
5 VERSION="1.2"
6 CATEGORY="python"
7 SHORT_DESC="Validate VAT numbers for Python [unmaintained]"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 HOST_ARCH="any"
12 REPOLOGY="python:vatnumber"
14 BUILD_DEPENDS="python python-stdnum python3 python3-stdnum"
15 SPLIT="${PACKAGE/python/python3}:3"
17 compile_rules() {
18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
19 }
21 genpkg_rules() {
22 copy @std
23 py="${PACKAGE%%-*}" # python/python3
24 DEPENDS="$py $py-stdnum"
25 }