mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
11
package/python-iniparse/Config.in.host
Normal file
11
package/python-iniparse/Config.in.host
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_HOST_PYTHON_INIPARSE
|
||||
bool "host python-iniparse"
|
||||
select BR2_PACKAGE_HOST_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
|
||||
@@ -1,5 +1,5 @@
|
||||
# From https://pypi.org/project/iniparse/#copy-hash-modal-5fdd923b-0592-4d2d-8b49-03472f948290
|
||||
md5 2054bab923df21107652d009f2373789 iniparse-0.5.tar.gz
|
||||
md5 2054bab923df21107652d009f2373789 iniparse-0.5.tar.gz
|
||||
sha256 932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842 iniparse-0.5.tar.gz
|
||||
|
||||
# sha256 locally computed
|
||||
|
||||
@@ -12,3 +12,4 @@ PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
|
||||
PYTHON_INIPARSE_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
||||
Reference in New Issue
Block a user