aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-08-22 16:01:29 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-05 13:27:38 +0200
commitdbd288b0966d71737e4dbce66d4c7190167f9794 (patch)
tree961736479a69753e4446daa843d513a1a3cda191 /recipes-devtools/python
parentc61eff0f8a306397ab2926257ce997fd251b7923 (diff)
downloadmeta-python2-dbd288b0966d71737e4dbce66d4c7190167f9794.tar.gz
python-wcwidth, python3-wcwidth: Add recipe for version 0.1.7
(From meta-openembedded commit: 70978e39b59fc5d50728ad8a3abd02e01e967662) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r--recipes-devtools/python/python-wcwidth.inc8
-rw-r--r--recipes-devtools/python/python-wcwidth_0.1.7.bb2
2 files changed, 10 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-wcwidth.inc b/recipes-devtools/python/python-wcwidth.inc
new file mode 100644
index 0000000..1429450
--- /dev/null
+++ b/recipes-devtools/python/python-wcwidth.inc
@@ -0,0 +1,8 @@
+SUMMARY = "Library for building powerful interactive command lines in Python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=11fba47286258744a6bc6e43530c32a1"
+
+SRC_URI[md5sum] = "b3b6a0a08f0c8a34d1de8cf44150a4ad"
+SRC_URI[sha256sum] = "3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-devtools/python/python-wcwidth_0.1.7.bb b/recipes-devtools/python/python-wcwidth_0.1.7.bb
new file mode 100644
index 0000000..ef107c1
--- /dev/null
+++ b/recipes-devtools/python/python-wcwidth_0.1.7.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-wcwidth.inc