diff options
-rw-r--r-- | textproc/py-colorclass/Makefile | 9 | ||||
-rw-r--r-- | textproc/py-colorclass/pkg-descr | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-colorclass/Makefile b/textproc/py-colorclass/Makefile index 22c26c72c9a9..9289259c0e9d 100644 --- a/textproc/py-colorclass/Makefile +++ b/textproc/py-colorclass/Makefile @@ -1,17 +1,18 @@ PORTNAME= colorclass PORTVERSION= 2.2.2 -PORTREVISION= 0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Colorful worry-free console applications LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/py-colorclass/pkg-descr b/textproc/py-colorclass/pkg-descr index 8e648c9ba03e..50d20e53ba0a 100644 --- a/textproc/py-colorclass/pkg-descr +++ b/textproc/py-colorclass/pkg-descr @@ -1,4 +1,4 @@ Yet another ANSI color text library for Python. Provides "auto colors" for dark/light terminals. Works on Linux, OS X, and Windows. -WWW: https://pypi.org/project/colorclass/ +WWW: https://github.com/matthewdeanmartin/colorclass |