wok-next view python-webob/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-webob"
4 VERSION="latest-1.7"
5 CATEGORY="development"
6 SHORT_DESC="WSGI request and response object"
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.org/project/WebOb/"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 # python-turbogears require "WebOb<1.8.0,>=1.2"
15 pip install --no-compile --root=$DESTDIR "WebOb<1.8.0,>=1.2"
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*WebOb-||p' $LOGS/$PACKAGE.log)
20 copy @std
21 DEPENDS="python"
22 TAGS="python"
23 }