All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] python-wcwidth: new package
@ 2016-07-15 12:40 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-07-15 12:40 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=0b3b5ef28bb82a83e93cddcdfde23c0e8521b9b3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/Config.in                          |  1 +
 package/python-wcwidth/Config.in           |  7 +++++++
 package/python-wcwidth/python-wcwidth.hash |  3 +++
 package/python-wcwidth/python-wcwidth.mk   | 14 ++++++++++++++
 4 files changed, 25 insertions(+)

diff --git a/package/Config.in b/package/Config.in
index 1910251..07e7887 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -769,6 +769,7 @@ menu "External python modules"
 	source "package/python-urwid/Config.in"
 	source "package/python-versiontools/Config.in"
 	source "package/python-watchdog/Config.in"
+	source "package/python-wcwidth/Config.in"
 	source "package/python-web2py/Config.in"
 	source "package/python-webpy/Config.in"
 	source "package/python-werkzeug/Config.in"
diff --git a/package/python-wcwidth/Config.in b/package/python-wcwidth/Config.in
new file mode 100644
index 0000000..c5cc022
--- /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
diff --git a/package/python-wcwidth/python-wcwidth.hash b/package/python-wcwidth/python-wcwidth.hash
new file mode 100644
index 0000000..a3ab50f
--- /dev/null
+++ b/package/python-wcwidth/python-wcwidth.hash
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi/wcwidth/json, sha256 locally computed
+md5	b3b6a0a08f0c8a34d1de8cf44150a4ad	wcwidth-0.1.7.tar.gz
+sha256	3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e	wcwidth-0.1.7.tar.gz
diff --git a/package/python-wcwidth/python-wcwidth.mk b/package/python-wcwidth/python-wcwidth.mk
new file mode 100644
index 0000000..2dd392a
--- /dev/null
+++ b/package/python-wcwidth/python-wcwidth.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-wcwidth
+#
+################################################################################
+
+PYTHON_WCWIDTH_VERSION = 0.1.7
+PYTHON_WCWIDTH_SOURCE = wcwidth-$(PYTHON_WCWIDTH_VERSION).tar.gz
+PYTHON_WCWIDTH_SITE = https://pypi.python.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495
+PYTHON_WCWIDTH_SETUP_TYPE = setuptools
+PYTHON_WCWIDTH_LICENSE = MIT
+PYTHON_WCWIDTH_LICENSE_FILES = LICENSE.txt
+
+$(eval $(python-package))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-15 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15 12:40 [Buildroot] [git commit] python-wcwidth: new package Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.