git: 3893cb4bafaf - main - devel/py-terminaltexteffects: Add new port

From: Nicola Vitale <nivit_at_FreeBSD.org>
Date: Fri, 27 Sep 2024 06:39:16 UTC
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3893cb4bafafccd2763281da2a132d863552a52f

commit 3893cb4bafafccd2763281da2a132d863552a52f
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-09-27 06:36:42 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-09-27 06:36:42 +0000

    devel/py-terminaltexteffects: Add new port
    
    TerminalTextEffects (TTE) is a terminal visual effects engine.
    TTE can be installed as a system application to produce effects
    in your terminal, or as a Python library to enable effects within
    your Python scripts/applications. TTE includes a growing library of
    built-in effects which showcase the engine's features.
    
    https://pypi.org/project/terminaltexteffects/
---
 devel/Makefile                         |  1 +
 devel/py-terminaltexteffects/Makefile  | 19 +++++++++++++++++++
 devel/py-terminaltexteffects/distinfo  |  3 +++
 devel/py-terminaltexteffects/pkg-descr |  5 +++++
 4 files changed, 28 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index ce3338b8253f..be8866adc647 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5914,6 +5914,7 @@
     SUBDIR += py-tendo
     SUBDIR += py-termcolor
     SUBDIR += py-termcolor-whl
+    SUBDIR += py-terminaltexteffects
     SUBDIR += py-termstyle
     SUBDIR += py-test-utils
     SUBDIR += py-testfixtures
diff --git a/devel/py-terminaltexteffects/Makefile b/devel/py-terminaltexteffects/Makefile
new file mode 100644
index 000000000000..1b04cabff8ef
--- /dev/null
+++ b/devel/py-terminaltexteffects/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	terminaltexteffects
+DISTVERSION=	0.11.0
+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}poetry-core>=1.8.3:devel/py-poetry-core@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist pep517
+
+.include <bsd.port.mk>
diff --git a/devel/py-terminaltexteffects/distinfo b/devel/py-terminaltexteffects/distinfo
new file mode 100644
index 000000000000..a803ff7365ec
--- /dev/null
+++ b/devel/py-terminaltexteffects/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1727282809
+SHA256 (terminaltexteffects-0.11.0.tar.gz) = 1430cb73ba003a04a96b19ae4ba5b37a3faf10eb92c77593da7b697e8113dcb2
+SIZE (terminaltexteffects-0.11.0.tar.gz) = 105615
diff --git a/devel/py-terminaltexteffects/pkg-descr b/devel/py-terminaltexteffects/pkg-descr
new file mode 100644
index 000000000000..e1725a5c6e49
--- /dev/null
+++ b/devel/py-terminaltexteffects/pkg-descr
@@ -0,0 +1,5 @@
+TerminalTextEffects (TTE) is a terminal visual effects engine. TTE can be
+installed as a system application to produce effects in your terminal, or as a
+Python library to enable effects within your Python scripts/applications. TTE
+includes a growing library of built-in effects which showcase the engine's
+features.