initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_INICONFIG
|
||||
bool "python-iniconfig"
|
||||
help
|
||||
iniconfig: brain-dead simple config-ini parsing.
|
||||
|
||||
http://github.com/RonnyPfannschmidt/iniconfig
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/iniconfig/json
|
||||
md5 0b7f3be87481211c183eae095bcea6f1 iniconfig-1.1.1.tar.gz
|
||||
sha256 bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32 iniconfig-1.1.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2af680c39ef493fb82830356d1d3df1acb5a06033cba2dec7a19e21caa77a866 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-iniconfig
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_INICONFIG_VERSION = 1.1.1
|
||||
PYTHON_INICONFIG_SOURCE = iniconfig-$(PYTHON_INICONFIG_VERSION).tar.gz
|
||||
PYTHON_INICONFIG_SITE = https://files.pythonhosted.org/packages/23/a2/97899f6bd0e873fed3a7e67ae8d3a08b21799430fb4da15cfedf10d6e2c2
|
||||
PYTHON_INICONFIG_SETUP_TYPE = setuptools
|
||||
PYTHON_INICONFIG_LICENSE = MIT
|
||||
PYTHON_INICONFIG_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user