mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-06 15:43:51 -09:00
https://github.com/Farama-Foundation/Gymnasium/releases/tag/v1.3.0 Signed-off-by: Xukai Wang <kingxukai@zohomail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
561 B
Makefile
15 lines
561 B
Makefile
################################################################################
|
|
#
|
|
# python-gymnasium
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GYMNASIUM_VERSION = 1.3.0
|
|
PYTHON_GYMNASIUM_SOURCE = gymnasium-$(PYTHON_GYMNASIUM_VERSION).tar.gz
|
|
PYTHON_GYMNASIUM_SITE = https://files.pythonhosted.org/packages/4d/ff/14b6880d703dfaca204490979d3254ccd280c99550798993319902873658
|
|
PYTHON_GYMNASIUM_SETUP_TYPE = setuptools
|
|
PYTHON_GYMNASIUM_LICENSE = MIT
|
|
PYTHON_GYMNASIUM_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|