Bug 266119 - [NEW PORT] graphics/py-haishoku: Tool for grabbing the representative color palette from an image
Summary: [NEW PORT] graphics/py-haishoku: Tool for grabbing the representative color p...
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/LanceGin/haishoku
Keywords:
Depends on:
Blocks: 266121 271153
  Show dependency treegraph
 
Reported: 2022-08-31 04:25 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-05-06 09:03 UTC (History)
1 user (show)

See Also:


Attachments
graphics-haishoku.1.1.8.patch (2.09 KB, patch)
2022-08-31 04:25 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
py-haishoku-1.1.8.patch (2.16 KB, patch)
2023-02-27 13:28 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
py-haishoku-1.1.8.patch (2.16 KB, patch)
2023-04-29 14:09 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:25:28 UTC
Created attachment 236249 [details]
graphics-haishoku.1.1.8.patch

Haishoku is a development tool for grabbing the dominant color or representative color palette from an image, it depends on Python3 and Pillow.

WWW: https://github.com/LanceGin/haishoku

portlint: looks fine.
poudriere: testport is ok.
Comment 1 Jesús Daniel Colmenares Oviedo 2023-02-27 13:28:13 UTC
Created attachment 240447 [details]
py-haishoku-1.1.8.patch

Description:

* 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 14:09:59 UTC
Created attachment 241854 [details]
py-haishoku-1.1.8.patch

Description:

* Change PORTVERSION to DISTVERSION

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.1-RELEASE, amd64)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-05-06 09:03:10 UTC
Thank you for your contribution.
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-05-06 09:03:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a3eb53b1efdd087af317e02be2b6ef4d7a62468

commit 3a3eb53b1efdd087af317e02be2b6ef4d7a62468
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-04-29 14:06:46 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-06 08:58:37 +0000

    graphics/py-haishoku: Tool for grabbing the representative color palette from an image

    Haishoku is a development tool for grabbing the dominant color or
    representative color palette from an image, it depends on Python3
    and Pillow.

    WWW: https://github.com/LanceGin/haishoku/

    PR:             266119

 graphics/Makefile                    |  1 +
 graphics/py-haishoku/Makefile (new)  | 19 +++++++++++++++++++
 graphics/py-haishoku/distinfo (new)  |  3 +++
 graphics/py-haishoku/pkg-descr (new) |  3 +++
 4 files changed, 26 insertions(+)