wok-next annotate python-greenlet/receipt @ rev 21156

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 02 16:32:35 2019 +0200 (2019-02-02)
parents c9a7a7b42a86
children
rev   line source
al@19763 1 # SliTaz package receipt v2.
al@19763 2
al@20972 3 ORIGIN="greenlet"
al@19763 4 PACKAGE="python-greenlet"
al@20972 5 VERSION="0.4.15"
al@19763 6 CATEGORY="development"
al@19763 7 SHORT_DESC="Lightweight in-process concurrent programming"
al@19763 8 MAINTAINER="al.bobylev@gmail.com"
al@19763 9 LICENSE="MIT"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 #HOST_ARCH
al@20885 12 REPOLOGY="python:greenlet"
al@19763 13
al@20973 14 BUILD_DEPENDS="python-dev python3-dev" # i486 arch require dev packages...
al@20972 15 SPLIT="${PACKAGE/python/python3}:3"
al@19763 16
al@20732 17 compile_rules() {
al@20972 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
al@19763 19 }
al@19763 20
al@20732 21 genpkg_rules() {
al@19763 22 copy @std @dev
al@20972 23 py="${PACKAGE%%-*}" # python/python3
al@20972 24 DEPENDS="$py"
al@19763 25 }