wok-next annotate python-blessings/receipt @ rev 20199
Up firmware (fix some multiline or empty descriptions), gettext, gtk-theme-blackbird, libmpd, libmpdclient, openbox & openbox-max (keep default Clearlooks theme), xfce4-icon-theme, xfce4-taskmanager, xfmpc. terminal -> xfce4-terminal, xfce4-ristretto -> ristretto (weird, but we agreed to call packages according to sources tarballs).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 03 16:28:49 2017 +0200 (2017-11-03) |
parents | |
children | 542df2bfb7b5 |
rev | line source |
---|---|
al@19763 | 1 # SliTaz package receipt v2. |
al@19763 | 2 |
al@19763 | 3 PACKAGE="python-blessings" |
al@19763 | 4 VERSION="1.6" |
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@19763 | 13 # Rules to configure and make the package. |
al@19763 | 14 compile_rules() |
al@19763 | 15 { |
al@19763 | 16 pip install --no-compile --root=$DESTDIR blessings |
al@19763 | 17 } |
al@19763 | 18 |
al@19763 | 19 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19763 | 20 genpkg_rules() |
al@19763 | 21 { |
al@19763 | 22 copy @std |
al@19763 | 23 DEPENDS="python" |
al@19763 | 24 } |