wok-next view python-wcwidth/receipt @ rev 20142

vlc: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:06:02 2017 +0100 (2017-11-01)
parents aab65e688f53
children 542df2bfb7b5
line source
1 # SliTaz package receipt.
3 PACKAGE="python-wcwidth"
4 VERSION="0.1.7"
5 CATEGORY="development"
6 SHORT_DESC="Measures number of Terminal column cells of wide-character codes"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/wcwidth"
11 BUILD_DEPENDS="python"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 pip install --no-compile --root=$DESTDIR wcwidth
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std
23 DEPENDS="python"
24 }