mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
15 lines
660 B
Makefile
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))
|