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

Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 14 01:56:52 2018 +0300 (2018-09-14)
parents 92698cd69f34
children c9a7a7b42a86
line source
1 # SliTaz package receipt.
3 PACKAGE="python-wcwidth"
4 VERSION="latest"
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.org/project/wcwidth/"
10 REPOLOGY="python:wcwidth"
12 BUILD_DEPENDS="python"
14 compile_rules() {
15 pip install --no-compile --root=$DESTDIR wcwidth
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*wcwidth-||p' $LOGS/$PACKAGE.log)
20 copy @std
21 DEPENDS="python"
22 }