freebsd-ports/graphics/py-haishoku/Makefile
Jesús Daniel Colmenares Oviedo 3a3eb53b1e 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
2023-05-06 10:58:37 +02:00

19 lines
468 B
Makefile

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>