buildroot/package/python-wrapt/python-wrapt.mk
Asaf Kahlon 698e31675f package/python-wrapt: bump to version 1.11.2
LICENSE change: new copyright year.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-02 22:19:43 +02:00

15 lines
534 B
Makefile

################################################################################
#
# 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))