mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
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 464179a74789d033b170101f6aa38c2a iniconfig-1.0.1.tar.gz
|
||||
sha256 e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69 iniconfig-1.0.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2af680c39ef493fb82830356d1d3df1acb5a06033cba2dec7a19e21caa77a866 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-iniconfig
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_INICONFIG_VERSION = 1.0.1
|
||||
PYTHON_INICONFIG_SOURCE = iniconfig-$(PYTHON_INICONFIG_VERSION).tar.gz
|
||||
PYTHON_INICONFIG_SITE = https://files.pythonhosted.org/packages/aa/6e/60dafce419de21f2f3f29319114808cac9f49b6c15117a419737a4ce3813
|
||||
PYTHON_INICONFIG_SETUP_TYPE = setuptools
|
||||
PYTHON_INICONFIG_LICENSE = MIT
|
||||
PYTHON_INICONFIG_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user