wok-next view python-blessings/receipt @ rev 19763

Up libffi, python, some python-* packages.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 10 21:12:27 2017 +0300 (2017-06-10)
parents
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-blessings"
4 VERSION="1.6"
5 CATEGORY="development"
6 SHORT_DESC="A thin, practical wrapper around terminal coloring, styling, and positioning"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/blessings"
11 BUILD_DEPENDS="python"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 pip install --no-compile --root=$DESTDIR blessings
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std
23 DEPENDS="python"
24 }