wok-next annotate python-cheroot/receipt @ rev 21640
updated fbgrab (1.2 -> 1.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 15:42:40 2020 +0100 (2020-06-26) |
parents | c9a7a7b42a86 |
children |
rev | line source |
---|---|
al@20972 | 1 # SliTaz package receipt v2. |
al@20972 | 2 |
al@21041 | 3 ORIGIN="Cheroot" |
al@20972 | 4 PACKAGE="python-cheroot" |
al@20972 | 5 VERSION="6.5.2" |
al@20972 | 6 CATEGORY="python" |
al@20972 | 7 SHORT_DESC="Highly-optimized, pure-python HTTP server" |
al@20972 | 8 MAINTAINER="al.bobylev@gmail.com" |
al@20972 | 9 LICENSE="BSD" |
al@20972 | 10 WEB_SITE="https://pypi.org/project/$ORIGIN/" |
al@20972 | 11 HOST_ARCH="any" |
al@20972 | 12 REPOLOGY="python:cheroot" |
al@20972 | 13 |
al@20972 | 14 BUILD_DEPENDS="python python-backports.functools-lru-cache \ |
al@20972 | 15 python-more-itertools python-six \ |
al@20972 | 16 python3 python3-backports.functools-lru-cache python3-more-itertools \ |
al@20972 | 17 python3-six" |
al@20972 | 18 SPLIT="${PACKAGE/python/python3}:3" |
al@20972 | 19 |
al@20972 | 20 compile_rules() { |
al@20972 | 21 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION |
al@20972 | 22 } |
al@20972 | 23 |
al@20972 | 24 genpkg_rules() { |
al@20972 | 25 copy @std |
al@20972 | 26 py="${PACKAGE%%-*}" # python/python3 |
al@20972 | 27 DEPENDS="$py $py-backports.functools-lru-cache $py-more-itertools $py-six" |
al@20972 | 28 } |