blob: 1a331d13fd47104606dbc8d9c1a4d832878b394b [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "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"