diff options
Diffstat (limited to 'devel/py-Farama-Notifications')
-rw-r--r-- | devel/py-Farama-Notifications/Makefile | 22 | ||||
-rw-r--r-- | devel/py-Farama-Notifications/distinfo | 3 | ||||
-rw-r--r-- | devel/py-Farama-Notifications/pkg-descr | 2 |
3 files changed, 27 insertions, 0 deletions
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. |