Files
CoreMP135_buildroot/package/python-wrapt/python-wrapt.mk
T

15 lines
534 B
Makefile
Raw Normal View History

2018-10-12 10:06:48 +02:00
################################################################################
#
# python-wrapt
#
################################################################################
PYTHON_WRAPT_VERSION = 1.11.2
2018-10-12 10:06:48 +02:00
PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79
2018-10-12 10:06:48 +02:00
PYTHON_WRAPT_SETUP_TYPE = distutils
PYTHON_WRAPT_LICENSE = BSD-2-Clause
PYTHON_WRAPT_LICENSE_FILES = LICENSE
$(eval $(python-package))