wok-next view python-curtsies/receipt @ rev 20189

Up mesa17 (17.2.4)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Nov 03 01:04:49 2017 +0100 (2017-11-03)
parents
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-curtsies"
4 VERSION="0.2.11"
5 CATEGORY="development"
6 SHORT_DESC="Curses-like terminal wrapper, with colored strings"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/curtsies"
11 BUILD_DEPENDS="python-wcwidth python-blessings"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 pip install --no-compile --root=$DESTDIR curtsies
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std
23 DEPENDS="$BUILD_DEPENDS"
24 }