aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-08-17 10:17:45 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:49:28 +0200
commit6713a6b6982487150c78ed9f1e286244980ac493 (patch)
tree9a232602331aedc55f469241746e37cafa027e3d /meta-python
parent06b06a35dca041bfe7e5cf5d24efd3d6974a6853 (diff)
downloadmeta-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')
-rw-r--r--meta-python/recipes-devtools/python/python-webcolors.inc8
-rw-r--r--meta-python/recipes-devtools/python/python-webcolors_1.5.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-webcolors_1.5.bb2
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 0000000000..ae91c6280e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-webcolors.inc
@@ -0,0 +1,8 @@
+SUMMARY = "Simple Python module for working with HTML/CSS color definitions."
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0c764ddee13cfbe0564c201d76ff19d6"
+
+SRC_URI[md5sum] = "2e9da1bbb7a087c6108e05be64640afb"
+SRC_URI[sha256sum] = "b3b1c3a41e9c69d1982b76b6531239115519f91cc034a24e975749832dc51b8e"
+
+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 0000000000..a0b6708caf
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-webcolors_1.5.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+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 0000000000..fcd9f70726
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-webcolors_1.5.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-webcolors.inc