wok-next annotate python-blessings/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
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 }