wok-next view python-cheroot/receipt @ rev 21116
Update libxfce4util, xfconf, libxfce4ui
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jan 14 00:11:29 2019 +0200 (2019-01-14) |
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 }