wok-next view python-greenlet/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 8cad5edc1a45
children 9b3461bf373c
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-greenlet"
4 VERSION="latest"
5 CATEGORY="development"
6 SHORT_DESC="Lightweight in-process concurrent programming"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/greenlet"
11 BUILD_DEPENDS="python-dev"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR greenlet
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*greenlet-||p' $LOGS/$PACKAGE.log)
19 copy @std @dev
20 DEPENDS="python"
21 }