mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
library with cross-python path, ini-parsing, io, code, log facilities. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
498 B
Makefile
15 lines
498 B
Makefile
################################################################################
|
|
#
|
|
# python-py
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PY_VERSION = 1.7.0
|
|
PYTHON_PY_SOURCE = py-$(PYTHON_PY_VERSION).tar.gz
|
|
PYTHON_PY_SITE = https://files.pythonhosted.org/packages/c7/fa/eb6dd513d9eb13436e110aaeef9a1703437a8efa466ce6bb2ff1d9217ac7
|
|
PYTHON_PY_SETUP_TYPE = setuptools
|
|
PYTHON_PY_LICENSE = MIT
|
|
PYTHON_PY_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|