FreeBSD Bugzilla – Attachment 241854 Details for
Bug 266119
[NEW PORT] graphics/py-haishoku: Tool for grabbing the representative color palette from an image
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-haishoku-1.1.8.patch
0001-graphics-py-haishoku-New-port-Tool-for-grabbing-the-.patch (text/plain), 2.16 KB, created by
Jesús Daniel Colmenares Oviedo
on 2023-04-29 14:09:59 UTC
(
hide
)
Description:
py-haishoku-1.1.8.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2023-04-29 14:09:59 UTC
Size:
2.16 KB
patch
obsolete
>From 266bd646b6c45adb085b59f556f8adcd9c2c96ef Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Sat, 29 Apr 2023 10:06:46 -0400 >Subject: [PATCH] graphics/py-haishoku: New port: 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/ >--- > graphics/py-haishoku/Makefile | 19 +++++++++++++++++++ > graphics/py-haishoku/distinfo | 3 +++ > graphics/py-haishoku/pkg-descr | 3 +++ > 3 files changed, 25 insertions(+) > create mode 100644 graphics/py-haishoku/Makefile > create mode 100644 graphics/py-haishoku/distinfo > create mode 100644 graphics/py-haishoku/pkg-descr > >diff --git a/graphics/py-haishoku/Makefile b/graphics/py-haishoku/Makefile >new file mode 100644 >index 0000000000..27623e0d0e >--- /dev/null >+++ b/graphics/py-haishoku/Makefile >@@ -0,0 +1,19 @@ >+PORTNAME= haishoku >+DISTVERSION= 1.1.8 >+CATEGORIES= graphics python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= DtxdF@disroot.org >+COMMENT= Tool for grabbing the representative color palette from an image >+WWW= https://github.com/LanceGin/haishoku/ >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >diff --git a/graphics/py-haishoku/distinfo b/graphics/py-haishoku/distinfo >new file mode 100644 >index 0000000000..72ad42ed5d >--- /dev/null >+++ b/graphics/py-haishoku/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1661847167 >+SHA256 (haishoku-1.1.8.tar.gz) = e4b9a14c03586081b18abcf04b4320168fea93ff611e81b2bccd5d5269ffcbd4 >+SIZE (haishoku-1.1.8.tar.gz) = 5628 >diff --git a/graphics/py-haishoku/pkg-descr b/graphics/py-haishoku/pkg-descr >new file mode 100644 >index 0000000000..d0ea07d752 >--- /dev/null >+++ b/graphics/py-haishoku/pkg-descr >@@ -0,0 +1,3 @@ >+Haishoku is a development tool for grabbing the dominant color or >+representative color palette from an image, it depends on Python3 >+and Pillow. >-- >2.38.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
DtxdF
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 266119
:
236249
|
240447
| 241854