summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBhargav Das <bhargavthriler@gmail.com>2022-01-10 20:56:27 +0530
committerKhem Raj <raj.khem@gmail.com>2022-01-11 17:50:55 -0800
commit0ec1ead3cd8f2792180a862cb6e437aec04d2a38 (patch)
treeb19287e2c7a8e5dea3301ffe9d87cabab56022ce /meta-python
parent7e63b7a3ac1561aed824ebd299c24f51da39ff95 (diff)
downloadmeta-openembedded-0ec1ead3cd8f2792180a862cb6e437aec04d2a38.tar.gz
python3-colorzero: add recipe for python colorzero
colorzero is a color manipulation library for Python Signed-off-by: Bhargav Das <bhargavthriler@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-colorzero_2.0.bb16
1 files changed, 16 insertions, 0 deletions
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 @@
1SUMMARY = "colorzero is a color manipulation library for Python"
2DESCRIPTION = "colorzero is a color manipulation library for Python \
3(yes, another one) which aims to be reasonably simple to use and \
4"pythonic" in nature."
5HOMEPAGE = " https://github.com/waveform80/colorzero "
6
7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ae6c62710c0646f3c60d1ad812ea9bf9"
9
10RDEPENDS:${PN} = "python3-image"
11
12SRC_URI[sha256sum] = "e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58"
13
14inherit pypi setuptools3
15
16PYPI_PACKAGE = "colorzero"