misc/py-colorzero: New port: Yet another Python color library
This commit is contained in:
parent
ef3363b47a
commit
fa60d59a0d
@ -423,6 +423,7 @@
|
|||||||
SUBDIR += py-codecarbon
|
SUBDIR += py-codecarbon
|
||||||
SUBDIR += py-colorbrewer
|
SUBDIR += py-colorbrewer
|
||||||
SUBDIR += py-colored
|
SUBDIR += py-colored
|
||||||
|
SUBDIR += py-colorzero
|
||||||
SUBDIR += py-crudini
|
SUBDIR += py-crudini
|
||||||
SUBDIR += py-datasets
|
SUBDIR += py-datasets
|
||||||
SUBDIR += py-detecta
|
SUBDIR += py-detecta
|
||||||
|
|||||||
20
misc/py-colorzero/Makefile
Normal file
20
misc/py-colorzero/Makefile
Normal 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>
|
||||||
3
misc/py-colorzero/distinfo
Normal file
3
misc/py-colorzero/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1744794291
|
||||||
|
SHA256 (colorzero-2.0.tar.gz) = e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58
|
||||||
|
SIZE (colorzero-2.0.tar.gz) = 25382
|
||||||
2
misc/py-colorzero/pkg-descr
Normal file
2
misc/py-colorzero/pkg-descr
Normal 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.
|
||||||
Loading…
x
Reference in New Issue
Block a user