wok-next view python-reportlab/receipt @ rev 21168

New package asciidoctor
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 25 12:22:25 2019 +0200 (2019-03-25)
parents 7506b35e1c6f
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="reportlab"
4 PACKAGE="python-reportlab"
5 VERSION="3.5.6"
6 CATEGORY="python"
7 SHORT_DESC="The Reportlab Toolkit"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 #HOST_ARCH
12 REPOLOGY="python:reportlab"
14 BUILD_DEPENDS="python python-pillow python3 python3-pillow"
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-pillow"
25 }