wok-next annotate python-curtsies/receipt @ rev 21196
updated scrollz again (2.2.3 -> 2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 16:09:40 2019 +0100 (2019-10-03) |
parents | 8b5b2a6d07b8 |
children |
rev | line source |
---|---|
al@19763 | 1 # SliTaz package receipt v2. |
al@19763 | 2 |
al@20972 | 3 ORIGIN="curtsies" |
al@19763 | 4 PACKAGE="python-curtsies" |
al@20972 | 5 VERSION="0.3.0" |
al@19763 | 6 CATEGORY="development" |
al@19763 | 7 SHORT_DESC="Curses-like terminal wrapper, with colored strings" |
al@19763 | 8 MAINTAINER="al.bobylev@gmail.com" |
al@19763 | 9 LICENSE="MIT" |
al@20972 | 10 WEB_SITE="https://pypi.org/project/$ORIGIN/" |
al@20972 | 11 HOST_ARCH="any" |
al@20885 | 12 REPOLOGY="python:curtsies" |
al@19763 | 13 |
al@20972 | 14 BUILD_DEPENDS="python-wcwidth python-blessings python-typing \ |
al@20972 | 15 python3-wcwidth python3-blessings python3-typing" |
al@20972 | 16 SPLIT="${PACKAGE/python/python3}:3" |
al@19763 | 17 |
al@20732 | 18 compile_rules() { |
al@20972 | 19 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION |
al@19763 | 20 } |
al@19763 | 21 |
al@20732 | 22 genpkg_rules() { |
al@19763 | 23 copy @std |
al@20972 | 24 py=${PACKAGE%%-*} # python/python3 |
al@20972 | 25 DEPENDS="$py $py-wcwidth $py-blessings $py-typing" |
al@19763 | 26 } |