From 152816cf5d91b642ee6c75a9bb29a11b0985ce63 Mon Sep 17 00:00:00 2001 From: fanyx Date: Thu, 19 Dec 2024 20:08:48 +0100 Subject: [PATCH] New package: python3-colorthief-0.2.1 --- srcpkgs/python3-colorthief/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-colorthief/template diff --git a/srcpkgs/python3-colorthief/template b/srcpkgs/python3-colorthief/template new file mode 100644 index 00000000000..14adef8e366 --- /dev/null +++ b/srcpkgs/python3-colorthief/template @@ -0,0 +1,18 @@ +# Template file for 'python3-colorthief' +pkgname=python3-colorthief +version=0.2.1 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-Pillow" +short_desc="Python module for grabbing the color palette from an image" +maintainer="fanyx " +license="BSD-3-Clause" +homepage="https://github.com/fengsp/color-thief-py" +distfiles="${PYPI_SITE}/c/colorthief/colorthief-${version}.tar.gz" +checksum=079cb0c95bdd669c4643e2f7494de13b0b6029d5cdbe2d74d5d3c3386bd57221 +make_check=no # no tests + +post_install() { + vlicense LICENSE +}