Created attachment 236248 [details] graphics-py-colorthief.0.2.1.patch colorthief is a python module for grabbing the color palette from an image. WWW: https://github.com/fengsp/color-thief-py portlint: looks fine. poudriere: testport is ok.
Created attachment 240445 [details] py-colorthief-0.2.1.patch Description: * Make pkg-descr a bit long * Move WWW from pkg-descr to Makefile * Change MASTER_SITES from CHEESESHOP to PYPI * pet portclippy/portfmt QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1-RELEASE, amd64)
Created attachment 241853 [details] py-colorthief-0.2.1.patch Description: * Change PORTVERSION to DISTVERSION * Extend pkg-descr QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1-RELEASE, amd64)
Please extend pkg-descr to at least three lines.
Created attachment 241904 [details] py-colorthief-0.2.1.patch Description: * Extend pkg-descr QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1-RELEASE, amd64)
Thank you for your contribution.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=45c4a99d6feb9016f74e565749619132e0a84799 commit 45c4a99d6feb9016f74e565749619132e0a84799 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-05-01 12:39:09 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-06 08:58:37 +0000 graphics/py-colorthief: New port: Module for grabbing the color palette from an image colorthief is a minimalistic python module that can be used without adding overhead or many dependencies to your script for grabbing the dominant color or a representative color palette of an image using Pillow. WWW: https://github.com/fengsp/color-thief-py/ PR: 266118 graphics/Makefile | 1 + graphics/py-colorthief/Makefile (new) | 19 +++++++++++++++++++ graphics/py-colorthief/distinfo (new) | 3 +++ graphics/py-colorthief/pkg-descr (new) | 4 ++++ 4 files changed, 27 insertions(+)