wok-next annotate python-contextlib2/receipt @ rev 20969

Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 14 01:56:52 2018 +0300 (2018-09-14)
parents 9b3461bf373c
children c9a7a7b42a86
rev   line source
al@20745 1 # SliTaz package receipt v2.
al@20745 2
al@20745 3 PACKAGE="python-contextlib2"
al@20745 4 VERSION="latest"
al@20745 5 CATEGORY="python"
al@20745 6 SHORT_DESC="Backports and enhancements for the contextlib module"
al@20745 7 MAINTAINER="al.bobylev@gmail.com"
al@20745 8 LICENSE="BSD"
al@20969 9 WEB_SITE="https://pypi.org/project/contextlib2/"
al@20885 10 REPOLOGY="python:contextlib2"
al@20745 11
al@20745 12 BUILD_DEPENDS="python"
al@20745 13
al@20745 14 compile_rules() {
al@20745 15 pip install --no-compile --root=$DESTDIR contextlib2
al@20745 16 }
al@20745 17
al@20745 18 genpkg_rules() {
al@20745 19 VERSION=$(sed -n '/^Successfully installed/ s|.*contextlib2-||p' $LOGS/$PACKAGE.log)
al@20745 20 copy @std
al@20745 21 DEPENDS="python"
al@20745 22 }