initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_TABLEDATA
|
||||
bool "python-tabledata"
|
||||
depends on BR2_PACKAGE_PYTHON3 # python-dataproperty, python-typepy
|
||||
select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
|
||||
help
|
||||
A Python library to represent tabular data for
|
||||
pytablewriter/pytablereader/SimpleSQLite.
|
||||
|
||||
https://github.com/thombashi/tabledata
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tabledata/json
|
||||
md5 1874cb0bf69cbc824a7bec67431023a9 tabledata-1.3.0.tar.gz
|
||||
sha256 54541b0c9e58f8fa38251ea0a60965dbaf95737027fa80e6ab56f98d7e4d61e9 tabledata-1.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 bebbdf0524a147f89a615fff53d79bdc90cbc7631550fb4b725cd3f3bdcd24f6 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tabledata
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TABLEDATA_VERSION = 1.3.0
|
||||
PYTHON_TABLEDATA_SOURCE = tabledata-$(PYTHON_TABLEDATA_VERSION).tar.gz
|
||||
PYTHON_TABLEDATA_SITE = https://files.pythonhosted.org/packages/ed/ed/dd0d6975963967492ac2c230107587593c7bd94acfa802b0c60a5395125c
|
||||
PYTHON_TABLEDATA_SETUP_TYPE = setuptools
|
||||
PYTHON_TABLEDATA_LICENSE = MIT
|
||||
PYTHON_TABLEDATA_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user