wok-next view python-greenlet/receipt @ rev 20959

Fix minicom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 06 11:27:41 2018 +0200 (2018-09-06)
parents 542df2bfb7b5
children 8b5b2a6d07b8
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"
10 REPOLOGY="python:greenlet"
12 BUILD_DEPENDS="python-dev"
14 compile_rules() {
15 pip install --no-compile --root=$DESTDIR greenlet
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*greenlet-||p' $LOGS/$PACKAGE.log)
20 copy @std @dev
21 DEPENDS="python"
22 }