View | Details | Raw Unified | Return to bug 266119 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/py-haishoku/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	haishoku
2
PORTVERSION=	1.1.8
3
CATEGORIES=	graphics python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	DtxdF@disroot.org
8
COMMENT=	Tool for grabbing the representative color palette from an image
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
14
15
USES=	python
16
USE_PYTHON=	autoplist distutils
17
18
.include <bsd.port.mk>
(-)b/graphics/py-haishoku/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1661847167
2
SHA256 (haishoku-1.1.8.tar.gz) = e4b9a14c03586081b18abcf04b4320168fea93ff611e81b2bccd5d5269ffcbd4
3
SIZE (haishoku-1.1.8.tar.gz) = 5628
(-)b/graphics/py-haishoku/pkg-descr (-1 / +5 lines)
Added Link Here
0
- 
1
Haishoku is a development tool for grabbing the dominant color or
2
representative color palette from an image, it depends on Python3
3
and Pillow.
4
5
WWW: https://github.com/LanceGin/haishoku

Return to bug 266119