wok-next view python-turbogears/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents c9a7a7b42a86
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="TurboGears2"
4 PACKAGE="python-turbogears"
5 VERSION="2.3.12"
6 CATEGORY="network"
7 SHORT_DESC="Python web application framework"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 HOST_ARCH="any"
12 REPOLOGY="python:turbogears2"
14 BUILD_DEPENDS="python python-crank python-markupsafe python-repoze.lru \
15 python-webob17 \
16 python3 python3-crank python3-markupsafe python3-repoze.lru python3-webob17"
17 SPLIT="${PACKAGE/python/python3}:3"
19 compile_rules() {
20 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
21 }
23 genpkg_rules() {
24 copy @std
25 py=${PACKAGE%%-*} # python/python3
26 DEPENDS="$py $py-crank $py-markupsafe $py-repoze.lru $py-webob17"
27 }