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