diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-22 16:01:29 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:27:38 +0200 |
commit | 70978e39b59fc5d50728ad8a3abd02e01e967662 (patch) | |
tree | fe23b1741769e4dc726cb30da7e54fa712e95c4c | |
parent | 83fb5cc2dbdcca4aae35a8069ba9a77d47e149c3 (diff) | |
download | meta-openembedded-70978e39b59fc5d50728ad8a3abd02e01e967662.tar.gz |
python-wcwidth, python3-wcwidth: Add recipe for version 0.1.7
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
3 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-wcwidth.inc b/meta-python/recipes-devtools/python/python-wcwidth.inc new file mode 100644 index 000000000..1429450bb --- /dev/null +++ b/meta-python/recipes-devtools/python/python-wcwidth.inc | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Library for building powerful interactive command lines in Python" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=11fba47286258744a6bc6e43530c32a1" | ||
4 | |||
5 | SRC_URI[md5sum] = "b3b6a0a08f0c8a34d1de8cf44150a4ad" | ||
6 | SRC_URI[sha256sum] = "3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e" | ||
7 | |||
8 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python-wcwidth_0.1.7.bb b/meta-python/recipes-devtools/python/python-wcwidth_0.1.7.bb new file mode 100644 index 000000000..ef107c16a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-wcwidth_0.1.7.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-wcwidth.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-wcwidth_0.1.7.bb b/meta-python/recipes-devtools/python/python3-wcwidth_0.1.7.bb new file mode 100644 index 000000000..5f6259b08 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wcwidth_0.1.7.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-wcwidth.inc | ||