Files
buildroot/package/python-farama-notifications/python-farama-notifications.mk
Xukai Wang 6c0ceb48b3 package/python-farama-notifications: new package
Add support for the python-farama-notifications package,
which provides a unified notification mechanism for all
libraries maintained by the FaramaFoundation.

This package is used by Farama projects such as gymnasium
to deliver runtime and deprecation notifications in a
consistent way.

Signed-off-by: Xukai Wang <kingxukai@zohomail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-03-29 12:03:28 +02:00

15 lines
660 B
Makefile

################################################################################
#
# python-farama-notifications
#
################################################################################
PYTHON_FARAMA_NOTIFICATIONS_VERSION = 0.0.4
PYTHON_FARAMA_NOTIFICATIONS_SOURCE = Farama-Notifications-$(PYTHON_FARAMA_NOTIFICATIONS_VERSION).tar.gz
PYTHON_FARAMA_NOTIFICATIONS_SITE = https://files.pythonhosted.org/packages/2e/2c/8384832b7a6b1fd6ba95bbdcae26e7137bb3eedc955c42fd5cdcc086cfbf
PYTHON_FARAMA_NOTIFICATIONS_SETUP_TYPE = setuptools
PYTHON_FARAMA_NOTIFICATIONS_LICENSE = MIT
PYTHON_FARAMA_NOTIFICATIONS_LICENSE_FILES = LICENSE
$(eval $(python-package))