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