git: b3f6dee1fe00 - main - devel/py-terminaltexteffects: Update to 0.14.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Dec 2025 10:28:04 UTC
The branch main has been updated by nivit:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b3f6dee1fe0007b99e31b1da55e9c8d8fb68a722
commit b3f6dee1fe0007b99e31b1da55e9c8d8fb68a722
Author: Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-12-04 10:21:54 +0000
Commit: Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-12-04 10:21:54 +0000
devel/py-terminaltexteffects: Update to 0.14.2
- Remove patch files/patch-terminaltexteffects_template_effect__template.py
(included upstream now)
ChangeLog: https://github.com/ChrisBuilds/terminaltexteffects/releases/tag/release-0.14.2
Reported by: portscout!
---
devel/py-terminaltexteffects/Makefile | 2 +-
devel/py-terminaltexteffects/distinfo | 6 +++---
.../patch-terminaltexteffects_template_effect__template.py | 10 ----------
3 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/devel/py-terminaltexteffects/Makefile b/devel/py-terminaltexteffects/Makefile
index 149649373e47..4a698047b970 100644
--- a/devel/py-terminaltexteffects/Makefile
+++ b/devel/py-terminaltexteffects/Makefile
@@ -1,5 +1,5 @@
PORTNAME= terminaltexteffects
-DISTVERSION= 0.14.0
+DISTVERSION= 0.14.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-terminaltexteffects/distinfo b/devel/py-terminaltexteffects/distinfo
index d522e2011358..9faf681aa6f7 100644
--- a/devel/py-terminaltexteffects/distinfo
+++ b/devel/py-terminaltexteffects/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764324498
-SHA256 (terminaltexteffects-0.14.0.tar.gz) = b27e6ea840595728940a3e258469c4c192c589bfa6d02ad2b4f8a89c58cccfa1
-SIZE (terminaltexteffects-0.14.0.tar.gz) = 269882
+TIMESTAMP = 1764843128
+SHA256 (terminaltexteffects-0.14.2.tar.gz) = 213c899ce4b8f7643d2d0568af144e1274e11e4493db9f5b04387bd17c217714
+SIZE (terminaltexteffects-0.14.2.tar.gz) = 237775
diff --git a/devel/py-terminaltexteffects/files/patch-terminaltexteffects_template_effect__template.py b/devel/py-terminaltexteffects/files/patch-terminaltexteffects_template_effect__template.py
deleted file mode 100644
index c5b6815faa2d..000000000000
--- a/devel/py-terminaltexteffects/files/patch-terminaltexteffects_template_effect__template.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- terminaltexteffects/template/effect_template.py.orig 2020-02-02 00:00:00 UTC
-+++ terminaltexteffects/template/effect_template.py
-@@ -69,7 +69,6 @@ class EffectConfig(BaseConfig):
- nargs="+",
- action=argutils.TupleAction,
- default=12,
-- action=argutils.TupleAction,
- metavar=argutils.PositiveInt.METAVAR,
- help=(
- "Space separated, unquoted, list of the number of gradient steps to use. More steps will "