aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-05 18:39:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-05 18:47:17 +0000
commitf5e15729add19578f8ebba5d66e665ede461daf7 (patch)
tree193a5e3fd9ff75b1f3292141f9053b6e9e6f2725
parentf6afe7cd9f675b41dd03aa6ddfaaf5db8b8cd36d (diff)
downloadports-f5e15729add19578f8ebba5d66e665ede461daf7.tar.gz
ports-f5e15729add19578f8ebba5d66e665ede461daf7.zip
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
-rw-r--r--devel/py-termcolor-whl/Makefile11
-rw-r--r--devel/py-termcolor-whl/distinfo6
-rw-r--r--devel/py-termcolor-whl/pkg-descr9
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.