From 3684df0dc356a9c5b1e7c51cc43e203c7254c8e5 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 29 Aug 2023 12:06:09 +0800 Subject: [PATCH] python-wcwidth: Update to 0.2.6 Signed-off-by: Jeffery To --- lang/python/python-wcwidth/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lang/python/python-wcwidth/Makefile b/lang/python/python-wcwidth/Makefile index 6ded8e065a..03af3f5f81 100644 --- a/lang/python/python-wcwidth/Makefile +++ b/lang/python/python-wcwidth/Makefile @@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-wcwidth -PKG_VERSION:=0.2.5 +PKG_VERSION:=0.2.6 PKG_RELEASE:=1 PYPI_NAME:=wcwidth -PKG_HASH:=c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83 +PKG_HASH:=a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT -PKG_LICENSE_FILES:=LICENSE.txt +PKG_LICENSE_FILES:=LICENSE include ../pypi.mk include $(INCLUDE_DIR)/package.mk @@ -33,7 +33,8 @@ define Package/python3-wcwidth endef define Package/python3-wcwidth/description - Python library that measures the width of unicode strings rendered to a terminal +Python library that measures the width of unicode strings rendered to a +terminal endef $(eval $(call Py3Package,python3-wcwidth))