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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 6c73b944e8dd
children 92698cd69f34
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-turbogears"
4 VERSION="latest"
5 CATEGORY="network"
6 SHORT_DESC="Python web application framework"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.org/project/TurboGears2/"
11 BUILD_DEPENDS="python python-webob python-crank python-repoze.lru \
12 python-markupsafe"
14 compile_rules() {
15 pip install --no-compile --root=$DESTDIR TurboGears2
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*TurboGears2-||p' $LOGS/$PACKAGE.log)
20 copy @std
21 DEPENDS="python python-webob python-crank python-repoze.lru \
22 python-markupsafe"
23 }