From 6713a6b6982487150c78ed9f1e286244980ac493 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 17 Aug 2016 10:17:45 -0300 Subject: python-webcolors, python3-webcolors: Add recipe for version 1.5 Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador Signed-off-by: Martin Jansa --- 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(+) create mode 100644 meta-python/recipes-devtools/python/python-webcolors.inc create mode 100644 meta-python/recipes-devtools/python/python-webcolors_1.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-webcolors_1.5.bb 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 -- cgit v1.2.3-54-g00ecf