mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
599 B
Makefile
15 lines
599 B
Makefile
################################################################################
|
|
#
|
|
# python-jaraco-classes
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JARACO_CLASSES_VERSION = 1.4.3
|
|
PYTHON_JARACO_CLASSES_SOURCE = jaraco.classes-$(PYTHON_JARACO_CLASSES_VERSION).tar.gz
|
|
PYTHON_JARACO_CLASSES_SITE = https://pypi.python.org/packages/b3/ce/031a6004619c2a3744b977b4a8414d7e8087afe6247110efcac797fee7f1
|
|
PYTHON_JARACO_CLASSES_LICENSE = MIT
|
|
PYTHON_JARACO_CLASSES_LICENSE_FILES = LICENSE
|
|
PYTHON_JARACO_CLASSES_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|