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

Collapse All | Expand All

(-)b/graphics/py-haishoku/Makefile (+19 lines)
Added Link Here
1
PORTNAME=	haishoku
2
PORTVERSION=	1.1.8
3
CATEGORIES=	graphics python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	DtxdF@disroot.org
8
COMMENT=	Tool for grabbing the representative color palette from an image
9
WWW=		https://github.com/LanceGin/haishoku/
10
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
15
16
USES=		python
17
USE_PYTHON=	autoplist distutils
18
19
.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 / +3 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.

Return to bug 266119