kumquat-buildroot/package/python-wrapt/python-wrapt.mk

15 lines
534 B
Makefile
Raw Normal View History

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