LICENSE file changes due to copyright year update:
ad97a2aa80
CHANGELOG: https://wrapt.readthedocs.io/en/latest/changes.html#version-2-0-0
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
534 B
Makefile
15 lines
534 B
Makefile
################################################################################
|
|
#
|
|
# python-wrapt
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WRAPT_VERSION = 2.0.0
|
|
PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz
|
|
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/49/19/5e5bcd855d808892fe02d49219f97a50f64cd6d8313d75df3494ee97b1a3
|
|
PYTHON_WRAPT_SETUP_TYPE = setuptools
|
|
PYTHON_WRAPT_LICENSE = BSD-2-Clause
|
|
PYTHON_WRAPT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|