diff --git a/devel/py-termcolor-whl/Makefile b/devel/py-termcolor-whl/Makefile index 029e8848c19dc..98b7df43a45f5 100644 --- a/devel/py-termcolor-whl/Makefile +++ b/devel/py-termcolor-whl/Makefile @@ -1,11 +1,13 @@ PORTNAME= termcolor-whl -PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTVERSION= 1.1.3 CATEGORIES= devel python +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= termcolor_whl-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= ANSI Color formatting for output in terminal, successor to termcolor +WWW= https://github.com/matthewdeanmartin/termcolor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -17,9 +19,4 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -USE_GITHUB= yes -GH_ACCOUNT= matthewdeanmartin -GH_PROJECT= termcolor -GH_TAGNAME= 4ecd396 - .include diff --git a/devel/py-termcolor-whl/distinfo b/devel/py-termcolor-whl/distinfo index e16c722466d69..bf1b9d2e3477a 100644 --- a/devel/py-termcolor-whl/distinfo +++ b/devel/py-termcolor-whl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660576688 -SHA256 (matthewdeanmartin-termcolor-1.1.2-4ecd396_GH0.tar.gz) = ca6d3a5c5d1e095dbb943a1387d4d075de53fa74426866227e0502edf2268dea -SIZE (matthewdeanmartin-termcolor-1.1.2-4ecd396_GH0.tar.gz) = 5654 +TIMESTAMP = 1685792298 +SHA256 (termcolor_whl-1.1.3.tar.gz) = 23174359d04549164988efb34b4ac4f31f9d617641f8c4de760de7053174d013 +SIZE (termcolor_whl-1.1.3.tar.gz) = 4113 diff --git a/devel/py-termcolor-whl/pkg-descr b/devel/py-termcolor-whl/pkg-descr index b00abbabafc78..bffc136d203d9 100644 --- a/devel/py-termcolor-whl/pkg-descr +++ b/devel/py-termcolor-whl/pkg-descr @@ -1 +1,8 @@ -a: ASCII text +termcolor-whl colorizes your console output. + +This is a fork of termcolor, originally created so it would have a wheel +package. + +Note that handling of nested colour tokens has been removed in this package. +This is to save on an import of a large package (re) and since this is actually +not a common usage case.