mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
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
|
3
package/python-wcwidth/python-wcwidth.hash
Normal file
3
package/python-wcwidth/python-wcwidth.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/wcwidth/json, sha256 locally computed
|
||||
md5 b3b6a0a08f0c8a34d1de8cf44150a4ad wcwidth-0.1.7.tar.gz
|
||||
sha256 3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e wcwidth-0.1.7.tar.gz
|
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.7
|
||||
PYTHON_WCWIDTH_SOURCE = wcwidth-$(PYTHON_WCWIDTH_VERSION).tar.gz
|
||||
PYTHON_WCWIDTH_SITE = https://pypi.python.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495
|
||||
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