Files
rpi-buildroot/package/python-wcwidth/python-wcwidth.mk
Bernd Kuhls d8cc0d0927 package/python-wcwidth: bump version to 0.2.14
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2025-10-15 08:10:51 +02:00

15 lines
544 B
Makefile

################################################################################
#
# python-wcwidth
#
################################################################################
PYTHON_WCWIDTH_VERSION = 0.2.14
PYTHON_WCWIDTH_SOURCE = wcwidth-$(PYTHON_WCWIDTH_VERSION).tar.gz
PYTHON_WCWIDTH_SITE = https://files.pythonhosted.org/packages/24/30/6b0809f4510673dc723187aeaf24c7f5459922d01e2f794277a3dfb90345
PYTHON_WCWIDTH_SETUP_TYPE = setuptools
PYTHON_WCWIDTH_LICENSE = MIT
PYTHON_WCWIDTH_LICENSE_FILES = LICENSE
$(eval $(python-package))