generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-texttable/Config.in
Normal file
6
package/python-texttable/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_TEXTTABLE
|
||||
bool "python-texttable"
|
||||
help
|
||||
module for creating simple ASCII tables.
|
||||
|
||||
https://github.com/foutaise/texttable/
|
||||
5
package/python-texttable/python-texttable.hash
Normal file
5
package/python-texttable/python-texttable.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/texttable/json
|
||||
md5 15faadc07ba44d337cc1675ea6092a02 texttable-1.6.4.tar.gz
|
||||
sha256 42ee7b9e15f7b225747c3fa08f43c5d6c83bc899f80ff9bae9319334824076e9 texttable-1.6.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 4ba7bdab54504a3bc44eb33ecca873a26a63ab902822101a87bb46235da63594 LICENSE
|
||||
14
package/python-texttable/python-texttable.mk
Normal file
14
package/python-texttable/python-texttable.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-texttable
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TEXTTABLE_VERSION = 1.6.4
|
||||
PYTHON_TEXTTABLE_SOURCE = texttable-$(PYTHON_TEXTTABLE_VERSION).tar.gz
|
||||
PYTHON_TEXTTABLE_SITE = https://files.pythonhosted.org/packages/d5/78/dbc2a5eab57a01fedaf975f2c16f04e76f09336dbeadb9994258aa0a2b1a
|
||||
PYTHON_TEXTTABLE_SETUP_TYPE = setuptools
|
||||
PYTHON_TEXTTABLE_LICENSE = MIT
|
||||
PYTHON_TEXTTABLE_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user