summaryrefslogtreecommitdiffstats
path: root/package/python-wcwidth/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-07-12 09:39:02 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-15 14:40:30 +0200
commit0b3b5ef28bb82a83e93cddcdfde23c0e8521b9b3 (patch)
tree809dec18dd3cb233021eb08e6da4a95ab82c55ea /package/python-wcwidth/Config.in
parent678102e4f46a149e668aac0167534f53b1cd8643 (diff)
downloadbuildroot-0b3b5ef28bb82a83e93cddcdfde23c0e8521b9b3.tar.gz
buildroot-0b3b5ef28bb82a83e93cddcdfde23c0e8521b9b3.zip
python-wcwidth: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-wcwidth/Config.in')
-rw-r--r--package/python-wcwidth/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-wcwidth/Config.in b/package/python-wcwidth/Config.in
new file mode 100644
index 0000000000..c5cc02234b
--- /dev/null
+++ b/package/python-wcwidth/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PYTHON_WCWIDTH
+ bool "python-wcwidth"
+ help
+ This library measures number of Terminal column cells of
+ wide-character codes.
+
+ https://github.com/jquast/wcwidth
OpenPOWER on IntegriCloud