initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_INIPARSE
|
||||
bool "python-iniparse"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
iniparse is an INI parser for Python which is API compatible
|
||||
with the standard library's ConfigParser, preserves
|
||||
structure of INI files (order of sections & options,
|
||||
indentation, comments, and blank lines are preserved when
|
||||
data is updated), and is more convenient to use.
|
||||
|
||||
https://pypi.python.org/pypi/iniparse
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://pypi.org/project/iniparse/#copy-hash-modal-5fdd923b-0592-4d2d-8b49-03472f948290
|
||||
md5 2054bab923df21107652d009f2373789 iniparse-0.5.tar.gz
|
||||
sha256 932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842 iniparse-0.5.tar.gz
|
||||
|
||||
# sha256 locally computed
|
||||
sha256 ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7 LICENSE
|
||||
sha256 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0 LICENSE-PSF
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-iniparse
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_INIPARSE_VERSION = 0.5
|
||||
PYTHON_INIPARSE_SOURCE = iniparse-$(PYTHON_INIPARSE_VERSION).tar.gz
|
||||
PYTHON_INIPARSE_SITE = https://pypi.python.org/packages/source/i/iniparse
|
||||
PYTHON_INIPARSE_LICENSE = Python-2.0, MIT
|
||||
PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
|
||||
PYTHON_INIPARSE_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user