wok-next view python-wcwidth/receipt @ rev 20900
gdk-pixbuf: build man pages; glib-networking: up (2.56.1); glibmm: up (2.56.0); gnupg: up (2.2.9); gsettings-desktop-schemas: up (3.28.0); tint2: up (16.4).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jul 21 17:03:50 2018 +0300 (2018-07-21) |
parents | 542df2bfb7b5 |
children | 8b5b2a6d07b8 |
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"
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 }