From d8f86491f1d8a77952319775294b04274b5ec17d Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 3 Jun 2022 17:47:14 +0200 Subject: [PATCH] python3-colorthief: initial add recipe --- .../python/python3-colorthief_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-devtools/python/python3-colorthief_git.bb diff --git a/recipes-devtools/python/python3-colorthief_git.bb b/recipes-devtools/python/python3-colorthief_git.bb new file mode 100644 index 0000000..af95885 --- /dev/null +++ b/recipes-devtools/python/python3-colorthief_git.bb @@ -0,0 +1,16 @@ +SUMMARY = "This tool creates a palette of up to 36 colours out of a jpg or png image." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a6cb8301ba6bf08f7e489fbd9061cb78" + +SRC_URI = " \ + git://github.com/fengsp/color-thief-py.git;protocol=https;branch=master \ +" + +RDEPENDS:${PN} = "python3-pillow" + +inherit setuptools3 + +S = "${WORKDIR}/git" +PV = "0.2.1" +SRCREV = "3e96a52abfa34323c798a691b2970c6df3059fda" +