wok-next view python-cheroot/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents c9a7a7b42a86
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Cheroot"
4 PACKAGE="python-cheroot"
5 VERSION="6.5.2"
6 CATEGORY="python"
7 SHORT_DESC="Highly-optimized, pure-python HTTP server"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="BSD"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 HOST_ARCH="any"
12 REPOLOGY="python:cheroot"
14 BUILD_DEPENDS="python python-backports.functools-lru-cache \
15 python-more-itertools python-six \
16 python3 python3-backports.functools-lru-cache python3-more-itertools \
17 python3-six"
18 SPLIT="${PACKAGE/python/python3}:3"
20 compile_rules() {
21 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
22 }
24 genpkg_rules() {
25 copy @std
26 py="${PACKAGE%%-*}" # python/python3
27 DEPENDS="$py $py-backports.functools-lru-cache $py-more-itertools $py-six"
28 }