wok-next annotate python-curtsies/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 | 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 } |