mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01:20 +00:00
python-wcwidth: Update to 0.2.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 3684df0dc3)
This commit is contained in:
committed by
Tianling Shen
parent
ef04b76dc0
commit
e47c399cb4
@@ -9,15 +9,15 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-wcwidth
|
PKG_NAME:=python-wcwidth
|
||||||
PKG_VERSION:=0.2.5
|
PKG_VERSION:=0.2.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=wcwidth
|
PYPI_NAME:=wcwidth
|
||||||
PKG_HASH:=c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83
|
PKG_HASH:=a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0
|
||||||
|
|
||||||
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
|
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=LICENSE.txt
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
include ../pypi.mk
|
include ../pypi.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@@ -33,7 +33,8 @@ define Package/python3-wcwidth
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-wcwidth/description
|
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
|
endef
|
||||||
|
|
||||||
$(eval $(call Py3Package,python3-wcwidth))
|
$(eval $(call Py3Package,python3-wcwidth))
|
||||||
|
|||||||
Reference in New Issue
Block a user