From 0ec1ead3cd8f2792180a862cb6e437aec04d2a38 Mon Sep 17 00:00:00 2001 From: Bhargav Das Date: Mon, 10 Jan 2022 20:56:27 +0530 Subject: [PATCH] python3-colorzero: add recipe for python colorzero colorzero is a color manipulation library for Python Signed-off-by: Bhargav Das Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-colorzero_2.0.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-colorzero_2.0.bb diff --git a/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb b/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb new file mode 100644 index 0000000000..1a331d13fd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "colorzero is a color manipulation library for Python" +DESCRIPTION = "colorzero is a color manipulation library for Python \ +(yes, another one) which aims to be reasonably simple to use and \ +"pythonic" in nature." +HOMEPAGE = " https://github.com/waveform80/colorzero " + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ae6c62710c0646f3c60d1ad812ea9bf9" + +RDEPENDS:${PN} = "python3-image" + +SRC_URI[sha256sum] = "e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "colorzero"