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,21 +1,21 @@ PORTNAME= terminaltexteffects -DISTVERSION= 0.14.0 +DISTVERSION= 0.14.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= TerminalTextEffects (TTE) is a terminal visual effects engine WWW= https://pypi.org/project/terminaltexteffects/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes .include 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 "