[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_TERMINALTABLES
bool "python-terminaltables"
help
Generate simple tables in terminals from a nested list of
strings.
https://github.com/matthewdeanmartin/terminaltables

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/terminaltables/json
md5 5467e06a1a6e24dc44e6dd241706668e terminaltables-3.1.10.tar.gz
sha256 ba6eca5cb5ba02bba4c9f4f985af80c54ec3dccf94cfcd190154386255e47543 terminaltables-3.1.10.tar.gz
# Locally computed sha256 checksums
sha256 2e1320fd337db06a3136d0f4101bd62f13249c95c5b581304f35481e979d432a LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-terminaltables
#
################################################################################
PYTHON_TERMINALTABLES_VERSION = 3.1.10
PYTHON_TERMINALTABLES_SOURCE = terminaltables-$(PYTHON_TERMINALTABLES_VERSION).tar.gz
PYTHON_TERMINALTABLES_SITE = https://files.pythonhosted.org/packages/f5/fc/0b73d782f5ab7feba8d007573a3773c58255f223c5940a7b7085f02153c3
PYTHON_TERMINALTABLES_SETUP_TYPE = setuptools
PYTHON_TERMINALTABLES_LICENSE = MIT
PYTHON_TERMINALTABLES_LICENSE_FILES = LICENSE
$(eval $(python-package))