Files
rpi-buildroot/package/python-wrapt/python-wrapt.mk
Marcus Hoffmann f683ffcbe1 package/python-wrapt: bump to 2.0.0
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>
2025-10-25 22:36:54 +02:00

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