Bug 266118 - [NEW PORT] graphics/py-colorthief: Module for grabbing the color palette from an image
Summary: [NEW PORT] graphics/py-colorthief: Module for grabbing the color palette from...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/fengsp/color-thief-py
Keywords:
Depends on:
Blocks: 266121 271153
  Show dependency treegraph
 
Reported: 2022-08-31 04:17 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-05-06 09:03 UTC (History)
1 user (show)

See Also:


Attachments
graphics-py-colorthief.0.2.1.patch (1.99 KB, patch)
2022-08-31 04:17 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
py-colorthief-0.2.1.patch (2.12 KB, patch)
2023-02-27 13:18 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
py-colorthief-0.2.1.patch (2.17 KB, patch)
2023-04-29 13:53 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff
py-colorthief-0.2.1.patch (2.32 KB, patch)
2023-05-01 12:40 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2022-08-31 04:17:12 UTC
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.
Comment 1 Jesús Daniel Colmenares Oviedo 2023-02-27 13:18:31 UTC
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)
Comment 2 Jesús Daniel Colmenares Oviedo 2023-04-29 13:53:59 UTC
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)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-05-01 11:16:42 UTC
Please extend pkg-descr to at least three lines.
Comment 4 Jesús Daniel Colmenares Oviedo 2023-05-01 12:40:29 UTC
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)
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2023-05-06 09:02:53 UTC
Thank you for your contribution.
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-05-06 09:03:07 UTC
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(+)