misc/py-colorzero: New port: Yet another Python color library

This commit is contained in:
Yuri Victorovich 2025-04-16 02:36:37 -07:00
parent ef3363b47a
commit fa60d59a0d
4 changed files with 26 additions and 0 deletions

View file

@ -423,6 +423,7 @@
SUBDIR += py-codecarbon
SUBDIR += py-colorbrewer
SUBDIR += py-colored
SUBDIR += py-colorzero
SUBDIR += py-crudini
SUBDIR += py-datasets
SUBDIR += py-detecta

View file

@ -0,0 +1,20 @@
PORTNAME= colorzero
DISTVERSION= 2.0
CATEGORIES= misc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Yet another Python color library
WWW= https://colorzero.readthedocs.io/ \
https://github.com/waveform80/colorzero
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1744794291
SHA256 (colorzero-2.0.tar.gz) = e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58
SIZE (colorzero-2.0.tar.gz) = 25382

View file

@ -0,0 +1,2 @@
colorzero is a color manipulation library for Python which aims to be reasonably
simple to use and "pythonic" in nature.