wok-next annotate python-reportlab/receipt @ rev 21075
xorg-cf-files: typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 21 01:46:05 2018 +0200 (2018-12-21) |
parents | 7506b35e1c6f |
children |
rev | line source |
---|---|
al@20972 | 1 # SliTaz package receipt v2. |
claudinei@3412 | 2 |
al@20972 | 3 ORIGIN="reportlab" |
claudinei@3412 | 4 PACKAGE="python-reportlab" |
al@20972 | 5 VERSION="3.5.6" |
al@20972 | 6 CATEGORY="python" |
al@20972 | 7 SHORT_DESC="The Reportlab Toolkit" |
claudinei@3412 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15376 | 9 LICENSE="BSD" |
al@20972 | 10 WEB_SITE="https://pypi.org/project/$ORIGIN/" |
al@20972 | 11 #HOST_ARCH |
al@20887 | 12 REPOLOGY="python:reportlab" |
al@20887 | 13 |
al@20972 | 14 BUILD_DEPENDS="python python-pillow python3 python3-pillow" |
al@20972 | 15 SPLIT="${PACKAGE/python/python3}:3" |
pascal@15376 | 16 |
al@20972 | 17 compile_rules() { |
al@20972 | 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION |
claudinei@3412 | 19 } |
claudinei@3412 | 20 |
al@20972 | 21 genpkg_rules() { |
al@20972 | 22 copy @std |
al@20972 | 23 py="${PACKAGE%%-*}" # python/python3 |
al@20972 | 24 DEPENDS="$py $py-pillow" |
claudinei@3412 | 25 } |