wok-next annotate python-blessings/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 8cad5edc1a45
children 9b3461bf373c
rev   line source
al@19763 1 # SliTaz package receipt v2.
al@19763 2
al@19763 3 PACKAGE="python-blessings"
al@20732 4 VERSION="latest"
al@19763 5 CATEGORY="development"
al@19763 6 SHORT_DESC="A thin, practical wrapper around terminal coloring, styling, and positioning"
al@19763 7 MAINTAINER="al.bobylev@gmail.com"
al@19763 8 LICENSE="MIT"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/blessings"
al@19763 10
al@19763 11 BUILD_DEPENDS="python"
al@19763 12
al@20732 13 compile_rules() {
al@19763 14 pip install --no-compile --root=$DESTDIR blessings
al@19763 15 }
al@19763 16
al@20732 17 genpkg_rules() {
al@20732 18 VERSION=$(sed -n '/^Successfully installed/ s|.*blessings-||p' $LOGS/$PACKAGE.log)
al@19763 19 copy @std
al@19763 20 DEPENDS="python"
al@19763 21 }