mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 22:05:27 +01:00
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>
This commit is contained in:
parent
7e63b7a3ac
commit
0ec1ead3cd
16
meta-python/recipes-devtools/python/python3-colorzero_2.0.bb
Normal file
16
meta-python/recipes-devtools/python/python3-colorzero_2.0.bb
Normal file
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user