[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_WCWIDTH
bool "python-wcwidth"
help
This library measures number of Terminal column cells of
wide-character codes.
https://github.com/jquast/wcwidth

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/wcwidth/json
md5 b32584cd6084b4a8c81df13a2a6b4351 wcwidth-0.1.9.tar.gz
sha256 ee73862862a156bf77ff92b09034fc4825dd3af9cf81bc5b360668d425f3c5f1 wcwidth-0.1.9.tar.gz
# Locally computed
sha256 0eddcc52cd3ef5d30798b8d43a14d3f0f1dcf0a6e4c1d0f2e177c44ce85bb69c LICENSE.txt

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-wcwidth
#
################################################################################
PYTHON_WCWIDTH_VERSION = 0.1.9
PYTHON_WCWIDTH_SOURCE = wcwidth-$(PYTHON_WCWIDTH_VERSION).tar.gz
PYTHON_WCWIDTH_SITE = https://pypi.python.org/packages/25/9d/0acbed6e4a4be4fc99148f275488580968f44ddb5e69b8ceb53fc9df55a0
PYTHON_WCWIDTH_SETUP_TYPE = setuptools
PYTHON_WCWIDTH_LICENSE = MIT
PYTHON_WCWIDTH_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))