git: f5e15729add1 - main - devel/py-termcolor-whl: Update to 1.1.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:53:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f5e15729add19578f8ebba5d66e665ede461daf7
commit f5e15729add19578f8ebba5d66e665ede461daf7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:39:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:47:17 +0000
devel/py-termcolor-whl: Update to 1.1.3
- Change MASTER_SITES from GitHub to PYPI
- Add WWW
- Fix pkg-descr
Changes: https://github.com/matthewdeanmartin/termcolor/commits/main
---
devel/py-termcolor-whl/Makefile | 11 ++++-------
devel/py-termcolor-whl/distinfo | 6 +++---
devel/py-termcolor-whl/pkg-descr | 9 ++++++++-
3 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/devel/py-termcolor-whl/Makefile b/devel/py-termcolor-whl/Makefile
index 029e8848c19d..98b7df43a45f 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 <bsd.port.mk>
diff --git a/devel/py-termcolor-whl/distinfo b/devel/py-termcolor-whl/distinfo
index e16c722466d6..bf1b9d2e3477 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 b00abbabafc7..bffc136d203d 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.