mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
Omit 5.9.1 as is has broken Python files. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
605 B
Makefile
16 lines
605 B
Makefile
################################################################################
|
|
#
|
|
# python-cheroot
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CHEROOT_VERSION = 5.9.0
|
|
PYTHON_CHEROOT_SOURCE = cheroot-$(PYTHON_CHEROOT_VERSION).tar.gz
|
|
PYTHON_CHEROOT_SITE = https://pypi.python.org/packages/df/63/5c5265feb7e02e43d2f3a3c19dbb2d78742b0a2ff237c9e473c77bc23500
|
|
PYTHON_CHEROOT_LICENSE = BSD-3-Clause
|
|
PYTHON_CHEROOT_LICENSE_FILES = LICENSE.md
|
|
PYTHON_CHEROOT_SETUP_TYPE = setuptools
|
|
PYTHON_CHEROOT_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|