## Copyright (C) 2019-2020 CZ.NIC z.s.p.o. (http://www.nic.cz/)## This is free software, licensed under the GNU General Public License v2.# See /LICENSE for more information.##include $(TOPDIR)/rules.mkPKG_NAME:=python-wcwidth
PKG_VERSION:=0.2.6
PKG_RELEASE:=1PYPI_NAME:=wcwidth
PKG_HASH:=a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0
PKG_MAINTAINER:=JanPavlinec<jan.pavlinec1@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
include ../pypi.mkinclude $(INCLUDE_DIR)/package.mkinclude ../python3-package.mkdefine Package/python3-wcwidthSECTION:=lang
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=Terminalwidthcalculationlibrary
URL:=https://github.com/jquast/wcwidth
DEPENDS:=+python3-light
endefdefine Package/python3-wcwidth/descriptionPythonlibrarythatmeasuresthewidthofunicodestringsrenderedtoaterminalendef$(eval$(callPy3Package,python3-wcwidth))$(eval$(callBuildPackage,python3-wcwidth))$(eval$(callBuildPackage,python3-wcwidth-src))