mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/python-terminaltables: new package
Generate simple tables in terminals from a nested list of strings. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
870f37fe04
commit
5583fd1b03
13
package/python-terminaltables/python-terminaltables.mk
Normal file
13
package/python-terminaltables/python-terminaltables.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-terminaltables
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TERMINALTABLES_VERSION = 3.1.0
|
||||
PYTHON_TERMINALTABLES_SOURCE = terminaltables-$(PYTHON_TERMINALTABLES_VERSION).tar.gz
|
||||
PYTHON_TERMINALTABLES_SITE = https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff
|
||||
PYTHON_TERMINALTABLES_SETUP_TYPE = setuptools
|
||||
PYTHON_TERMINALTABLES_LICENSE = MIT
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user