git: 093a532a90ce - main - textproc/py-colorclass: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:43:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=093a532a90ceadc657c877bc17aaf1903e765eff commit 093a532a90ceadc657c877bc17aaf1903e765eff Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 18:49:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 18:49:23 +0000 textproc/py-colorclass: Add LICENSE_FILE - Update WWW - Take maintainership --- textproc/py-colorclass/Makefile | 9 +++++---- 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