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

gegl: fix packing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 10:53:56 2018 +0300 (2018-04-27)
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 }