Skip to content

python-wcwidth: add new package#10408

Merged
neheb merged 1 commit into
openwrt:masterfrom
ja-pa:python-wcwidth
Nov 1, 2019
Merged

python-wcwidth: add new package#10408
neheb merged 1 commit into
openwrt:masterfrom
ja-pa:python-wcwidth

Conversation

@ja-pa
Copy link
Copy Markdown
Contributor

@ja-pa ja-pa commented Oct 31, 2019

Maintainer: me
Compile tested: Turris Omnia (TOS5), OpenWrt master
Run tested: Turris Omnia (TOS5), OpenWrt master

Description:
This PR is based on #8562 . It splits new packages to individuals PR.

Run tested with simple example:

Test example

from wcwidth import wcswidth
text = u'コンニチハ'
text_len = wcswidth(text)
print(u' ' * (80 - text_len) + text)

@ja-pa ja-pa marked this pull request as ready for review October 31, 2019 13:12
Comment thread lang/python/python-wcwidth/Makefile Outdated
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
@neheb neheb merged commit 7578d6e into openwrt:master Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants