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

Collapse All | Expand All

(-)b/graphics/py-colorz/Makefile (+19 lines)
Added Link Here
1
PORTNAME=	colorz
2
PORTVERSION=	1.0.3
3
CATEGORIES=	graphics python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	DtxdF@disroot.org
8
COMMENT=	Color scheme generator
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${FILESDIR}/LICENSE
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
14
		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
15
16
USES=	python
17
USE_PYTHON=	autoplist distutils
18
19
.include <bsd.port.mk>
(-)b/graphics/py-colorz/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1661849528
2
SHA256 (colorz-1.0.3.tar.gz) = c04ff63896281f2ee1327bcdff2e76a339f70559abd8a25d28c0d1fb28480d3e
3
SIZE (colorz-1.0.3.tar.gz) = 5109
(-)b/graphics/py-colorz/files/LICENSE (+22 lines)
Added Link Here
1
The MIT License (MIT)
2
3
Copyright (c) 2015 Ethan Chan
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
7
in the Software without restriction, including without limitation the rights
8
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
copies of the Software, and to permit persons to whom the Software is
10
furnished to do so, subject to the following conditions:
11
12
The above copyright notice and this permission notice shall be included in all
13
copies or substantial portions of the Software.
14
15
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
SOFTWARE.
22
(-)b/graphics/py-colorz/pkg-descr (-1 / +7 lines)
Added Link Here
0
- 
1
A color scheme generator. Takes an image (local or online) and grabs
2
the most dominant colors using kmeans. Also creates bold colors by
3
adding value to the dominant colors. Finally, outputs the colors
4
to stdout (one normal and one bold per line, space delimited) and
5
generates an HTML preview of the color scheme.
6
7
WWW: https://github.com/metakirby5/colorz

Return to bug 266117