diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-17 10:17:45 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:28 +0200 |
commit | 6713a6b6982487150c78ed9f1e286244980ac493 (patch) | |
tree | 9a232602331aedc55f469241746e37cafa027e3d /meta-python/recipes-devtools | |
parent | 06b06a35dca041bfe7e5cf5d24efd3d6974a6853 (diff) | |
download | meta-openembedded-6713a6b6982487150c78ed9f1e286244980ac493.tar.gz |
python-webcolors, python3-webcolors: Add recipe for version 1.5
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
3 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-webcolors.inc b/meta-python/recipes-devtools/python/python-webcolors.inc new file mode 100644 index 000000000..ae91c6280 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-webcolors.inc | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Simple Python module for working with HTML/CSS color definitions." | ||
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c764ddee13cfbe0564c201d76ff19d6" | ||
4 | |||
5 | SRC_URI[md5sum] = "2e9da1bbb7a087c6108e05be64640afb" | ||
6 | SRC_URI[sha256sum] = "b3b1c3a41e9c69d1982b76b6531239115519f91cc034a24e975749832dc51b8e" | ||
7 | |||
8 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python-webcolors_1.5.bb b/meta-python/recipes-devtools/python/python-webcolors_1.5.bb new file mode 100644 index 000000000..a0b6708ca --- /dev/null +++ b/meta-python/recipes-devtools/python/python-webcolors_1.5.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-webcolors.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-webcolors_1.5.bb b/meta-python/recipes-devtools/python/python3-webcolors_1.5.bb new file mode 100644 index 000000000..fcd9f7072 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-webcolors_1.5.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-webcolors.inc | ||