git: a6fbc63efcbe - main - devel/py-Farama-Notifications: New port: Notifications for all Farama Foundation maintained libraries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Sep 2025 08:14:29 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a6fbc63efcbe8a06c716bcbe57f13e564fc23e32
commit a6fbc63efcbe8a06c716bcbe57f13e564fc23e32
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-09-01 06:55:30 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-09-01 08:14:26 +0000
devel/py-Farama-Notifications: New port: Notifications for all Farama Foundation maintained libraries
---
devel/Makefile | 1 +
devel/py-Farama-Notifications/Makefile | 22 ++++++++++++++++++++++
devel/py-Farama-Notifications/distinfo | 3 +++
devel/py-Farama-Notifications/pkg-descr | 2 ++
4 files changed, 28 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 300c13eedfb9..4e3e7c323956 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4355,6 +4355,7 @@
SUBDIR += py-BTrees
SUBDIR += py-Dumper
SUBDIR += py-Faker
+ SUBDIR += py-Farama-Notifications
SUBDIR += py-IBMQuantumExperience
SUBDIR += py-Jinja2
SUBDIR += py-Jinja2-doc
diff --git a/devel/py-Farama-Notifications/Makefile b/devel/py-Farama-Notifications/Makefile
new file mode 100644
index 000000000000..34a3a7c301a3
--- /dev/null
+++ b/devel/py-Farama-Notifications/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= Farama-Notifications
+DISTVERSION= 0.0.4
+CATEGORIES= devel
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Notifications for all Farama Foundation maintained libraries
+WWW= https://github.com/Farama-Foundation/Farama-Notifications
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= pep517 autoplist pytest
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-Farama-Notifications/distinfo b/devel/py-Farama-Notifications/distinfo
new file mode 100644
index 000000000000..0bd4438af042
--- /dev/null
+++ b/devel/py-Farama-Notifications/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1756709236
+SHA256 (Farama-Notifications-0.0.4.tar.gz) = 13fceff2d14314cf80703c8266462ebf3733c7d165336eee998fc58e545efd18
+SIZE (Farama-Notifications-0.0.4.tar.gz) = 2131
diff --git a/devel/py-Farama-Notifications/pkg-descr b/devel/py-Farama-Notifications/pkg-descr
new file mode 100644
index 000000000000..5489ce32b24e
--- /dev/null
+++ b/devel/py-Farama-Notifications/pkg-descr
@@ -0,0 +1,2 @@
+Farama-Notifications is a package that allows for providing notifications
+on import to all Farama Package.