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

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 8cad5edc1a45
children 92698cd69f34
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.python.org/pypi/wcwidth"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR wcwidth
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*wcwidth-||p' $LOGS/$PACKAGE.log)
19 copy @std
20 DEPENDS="python"
21 }