aboutsummaryrefslogtreecommitdiff
path: root/python/python3-iniconfig
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2025-10-29 17:56:37 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-11-01 10:03:45 +0700
commit6ab431c0e1baf078dad18ec430a17bd1c6bfc49f (patch)
tree48cbd71055501ebd3ec41944f3c15bdfc9f34223 /python/python3-iniconfig
parent0fe068744da8c3bd11fe278ef31ecdecbbad88f0 (diff)
python/python3-iniconfig: Note on why we can't upgrade
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-iniconfig')
-rw-r--r--python/python3-iniconfig/README5
-rw-r--r--python/python3-iniconfig/slack-desc2
2 files changed, 6 insertions, 1 deletions
diff --git a/python/python3-iniconfig/README b/python/python3-iniconfig/README
index c87311dd9e..3c790e2a7e 100644
--- a/python/python3-iniconfig/README
+++ b/python/python3-iniconfig/README
@@ -1,3 +1,5 @@
+iniconfig (brain-dead simple config-ini parsing)
+
iniconfig is a small and simple INI-file parser module having a unique
set of features:
@@ -7,3 +9,6 @@ set of features:
* raises errors with proper line-numbers
* no bells and whistles like automatic substitutions
* iniconfig raises an Error if two sections have the same name.
+
+NOTE: Unable to support newer versions due to requiring newer version
+of python than is available in Slackware 15.0 (python 3.10).
diff --git a/python/python3-iniconfig/slack-desc b/python/python3-iniconfig/slack-desc
index 9f9f9ae109..a67421ab7e 100644
--- a/python/python3-iniconfig/slack-desc
+++ b/python/python3-iniconfig/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-python3-iniconfig: python3-iniconfig (ini file parsing)
+python3-iniconfig: python3-iniconfig (brain-dead simple config-ini parsing)
python3-iniconfig:
python3-iniconfig: iniconfig is a small and simple INI-file parser module.
python3-iniconfig: