wok-next annotate python-blessings/receipt @ rev 21253
updated duplicity (0.6.20 -> 0.8.07)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 06 09:07:53 2019 +0100 (2019-12-06) |
parents | 8b5b2a6d07b8 |
children |
rev | line source |
---|---|
al@19763 | 1 # SliTaz package receipt v2. |
al@19763 | 2 |
al@20972 | 3 ORIGIN="blessings" |
al@19763 | 4 PACKAGE="python-blessings" |
al@20972 | 5 VERSION="1.7" |
al@19763 | 6 CATEGORY="development" |
al@19763 | 7 SHORT_DESC="A thin, practical wrapper around terminal coloring, styling, and positioning" |
al@19763 | 8 MAINTAINER="al.bobylev@gmail.com" |
al@19763 | 9 LICENSE="MIT" |
al@20969 | 10 WEB_SITE="https://pypi.org/project/blessings/" |
al@20972 | 11 HOST_ARCH="any" |
al@20885 | 12 REPOLOGY="python:blessings" |
al@19763 | 13 |
al@20972 | 14 BUILD_DEPENDS="python python-six python3 python3-six" |
al@20972 | 15 SPLIT="${PACKAGE/python/python3}:3" |
al@19763 | 16 |
al@20732 | 17 compile_rules() { |
al@20972 | 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION |
al@19763 | 19 } |
al@19763 | 20 |
al@20732 | 21 genpkg_rules() { |
al@19763 | 22 copy @std |
al@20972 | 23 py="${PACKAGE%%-*}" # python/python3 |
al@20972 | 24 DEPENDS="$py $py-six" |
al@19763 | 25 } |