generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-wcwidth/Config.in
Normal file
7
package/python-wcwidth/Config.in
Normal 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
|
||||
5
package/python-wcwidth/python-wcwidth.hash
Normal file
5
package/python-wcwidth/python-wcwidth.hash
Normal 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
|
||||
14
package/python-wcwidth/python-wcwidth.mk
Normal file
14
package/python-wcwidth/python-wcwidth.mk
Normal 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))
|
||||
Reference in New Issue
Block a user