[oe-commits] [meta-openembedded] 33/50: python-webcolors, python3-webcolors: Add recipe for version 1.5

git at git.openembedded.org git at git.openembedded.org
Mon Aug 22 13:57:37 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 6713a6b6982487150c78ed9f1e286244980ac493
Author: Fabio Berton <fabio.berton at ossystems.com.br>
AuthorDate: Wed Aug 17 10:17:45 2016 -0300

    python-webcolors, python3-webcolors: Add recipe for version 1.5
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-webcolors.inc     | 8 ++++++++
 meta-python/recipes-devtools/python/python-webcolors_1.5.bb  | 2 ++
 meta-python/recipes-devtools/python/python3-webcolors_1.5.bb | 2 ++
 3 files changed, 12 insertions(+)

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 0000000..ae91c62
--- /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 0000000..a0b6708
--- /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 0000000..fcd9f70
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-webcolors_1.5.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-webcolors.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list