dev-python/parsimonious
pure-Python PEG parser
ChangeLog
commit 64665d0ea6064fca2c850d9610c57a24c9c4da58
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 13:33:30 2026 +0200
dev-python/parsimonious: declare upstream regex runtime dep on 0.10.0
Upstream 0.10.0 setup.py declares install_requires=['regex>=2022.3.15']
but the ebuild had no RDEPEND block at all. Add the missing entry to
match what 0.11.0 already carries.
commit ec3b5973b1a6d5c40533470fae2c234734a6eef9
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 01:04:00 2026 +0200
dev-python/parsimonious: drop dead python_test override and dead doc IUSE
distutils_enable_tests pytest already installs a working python_test
that runs epytest; the manual python_test() { setup.py test; } override
overwrote it with a broken call to the deprecated/removed setuptools
test command. IUSE=doc had no consumer.
commit 92cc8000c8e38dbf069b68ca217af0873dcad1e4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 22:31:20 2026 +0200
*/*: normalize personal-maintainer metadata.xml
Unify the three styles that had accumulated across the overlay
(pf-sources-style tab+email-only, bidict-style 2-space+name,
plus a handful of one-off indents) onto a single canonical form:
- DTD URL on https
- 2-space indentation
- <maintainer type="person"> with both <email> and
<name>Ivan S. Titov</name>
Only the Titov maintainer block is touched; co-maintainers and
::gentoo proxy-project maintainers in forked packages are left
as-is. 66 files changed; pkgcheck scan identical before and
after.
commit 662bde033be61636f68dc65628f52a5853831f08
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 21:31:11 2026 +0200
dev-python/parsimonious: set empty EPYTEST_PLUGINS
parsimonious' test suite uses only plain pytest. Declare this
explicitly with EPYTEST_PLUGINS=() to silence pkgcheck's new
EPyTestPluginsSuggestion and make the zero-plugin intent
explicit instead of implicit.
commit 0e843b1d7b5d24fb841a07fa7d7323ef8ddefd34
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 15:29:39 2026 +0200
dev-python/parsimonious: add 0.11.0
commit 2486687fae3d926a434190198b6016313c9b4916
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 18:31:10 2026 +0200
dev-python/{monty,numdifftools,palettable,parsimonious,partd,spur,toml}: declare EPYTEST_PLUGINS=()
Clears pkgcheck's EPyTestPluginsSuggestion on seven small packages
whose test suites don't declare any pytest-* plugin deps in BDEPEND.
Empty EPYTEST_PLUGINS prevents pytest from auto-loading whatever
plugins happen to be system-wide installed.
Pure cosmetic change - test behavior is equivalent unless the host
has incidental pytest plugins that would interfere.
Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>
commit b91cd93a12cb39be1b4976cdc1af27ca13ce34e5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 15:16:42 2026 +0200
*/*: bump PYTHON_COMPAT from python3_ to python3_
::gentoo has dropped python3.11 from most of the scientific Python
stack - scipy, pandas, ipython, sphinx, sympy, etc. all target
python3_ now. Overlay ebuilds still claiming python3_11
support therefore fail to resolve their PYTHON_USEDEP=[...,
python_targets_python3_11(-),...] clauses against those upstream
packages, which is the bulk of pkgcheck's NonsolvableDeps noise.
Sweep PYTHON_COMPAT across the overlay accordingly. Files touched
include 193 pure-python3 ebuilds plus 4 sci-libs/pycifrw ebuilds that
retain the python2_7 target. Commented-out COMPAT lines and one
ebuild using a custom $ array are left alone.
pkgcheck dropped from 710 to 475 lines after this change; specifically
NonsolvableDepsIn{Dev,Stable} fell from 391 to 182 combined.
Users on a python3.11 profile lose access to the updated versions in
this overlay, mirroring what ::gentoo already did to the rest of the
scientific stack.
Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>
commit 333a849082e704941d018a7f0b99678eda18904f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 01:07:29 2026 +0200
*/*: bump PYTHON_COMPAT to python3_
Match the ::gentoo convention (main tree dropped 3.9 / 3.10 support
a while ago). Three mechanical substitutions:
- python3_ -> python3_ (189 ebuilds)
- python3_ -> python3_ (llvmlite)
- python2_7 python3_ -> python2_7 python3_ (pycifrw)
Leaves the legacy python2_7-only ebuilds and dev-python/cython
(special PYTHON_TESTED pattern on the 0.29 series) untouched.
commit f23ece73c4451e2377c17d8b90acb53bee608563
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 15 21:28:34 2026 +0100
*/*: UPD header, Happy New Year
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit bd56ad8c4cfa96514317be4d851cb4fcbd6b8802
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 10:40:56 2025 +0100
*/*: adjusting python compat to 3.9 to 3.14
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit ebd5ba2ac319ab3ea8697cf7b1dd6ef025f439e8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Dec 6 21:33:02 2025 +0100
corrected 1st line of ebuilds+some trash (may be)
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit 223eb59c523e6bc29d1bf86b833235416c0b9598
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Nov 30 01:00:04 2023 +0300
corrected parsimonius ebuild
commit 0b7fcf9639be3e82b30db7da1cc4785887b54326
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:52:49 2023 +0300
mass updated PYTHON_COMPAT for python:3
commit f6269640fdfc596f4aef2258adf80fd43269c6c5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 00:22:53 2023 +0300
upd parsimonious ebuild
commit 017ac8ce3c341ac71793b82f1beba36c10d19486
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Nov 24 19:49:24 2023 +0300
added PEG parser parsimonious
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 13:33:30 2026 +0200
dev-python/parsimonious: declare upstream regex runtime dep on 0.10.0
Upstream 0.10.0 setup.py declares install_requires=['regex>=2022.3.15']
but the ebuild had no RDEPEND block at all. Add the missing entry to
match what 0.11.0 already carries.
commit ec3b5973b1a6d5c40533470fae2c234734a6eef9
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 01:04:00 2026 +0200
dev-python/parsimonious: drop dead python_test override and dead doc IUSE
distutils_enable_tests pytest already installs a working python_test
that runs epytest; the manual python_test() { setup.py test; } override
overwrote it with a broken call to the deprecated/removed setuptools
test command. IUSE=doc had no consumer.
commit 92cc8000c8e38dbf069b68ca217af0873dcad1e4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 22:31:20 2026 +0200
*/*: normalize personal-maintainer metadata.xml
Unify the three styles that had accumulated across the overlay
(pf-sources-style tab+email-only, bidict-style 2-space+name,
plus a handful of one-off indents) onto a single canonical form:
- DTD URL on https
- 2-space indentation
- <maintainer type="person"> with both <email> and
<name>Ivan S. Titov</name>
Only the Titov maintainer block is touched; co-maintainers and
::gentoo proxy-project maintainers in forked packages are left
as-is. 66 files changed; pkgcheck scan identical before and
after.
commit 662bde033be61636f68dc65628f52a5853831f08
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 21:31:11 2026 +0200
dev-python/parsimonious: set empty EPYTEST_PLUGINS
parsimonious' test suite uses only plain pytest. Declare this
explicitly with EPYTEST_PLUGINS=() to silence pkgcheck's new
EPyTestPluginsSuggestion and make the zero-plugin intent
explicit instead of implicit.
commit 0e843b1d7b5d24fb841a07fa7d7323ef8ddefd34
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 15:29:39 2026 +0200
dev-python/parsimonious: add 0.11.0
commit 2486687fae3d926a434190198b6016313c9b4916
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 18:31:10 2026 +0200
dev-python/{monty,numdifftools,palettable,parsimonious,partd,spur,toml}: declare EPYTEST_PLUGINS=()
Clears pkgcheck's EPyTestPluginsSuggestion on seven small packages
whose test suites don't declare any pytest-* plugin deps in BDEPEND.
Empty EPYTEST_PLUGINS prevents pytest from auto-loading whatever
plugins happen to be system-wide installed.
Pure cosmetic change - test behavior is equivalent unless the host
has incidental pytest plugins that would interfere.
Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>
commit b91cd93a12cb39be1b4976cdc1af27ca13ce34e5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 15:16:42 2026 +0200
*/*: bump PYTHON_COMPAT from python3_ to python3_
::gentoo has dropped python3.11 from most of the scientific Python
stack - scipy, pandas, ipython, sphinx, sympy, etc. all target
python3_ now. Overlay ebuilds still claiming python3_11
support therefore fail to resolve their PYTHON_USEDEP=[...,
python_targets_python3_11(-),...] clauses against those upstream
packages, which is the bulk of pkgcheck's NonsolvableDeps noise.
Sweep PYTHON_COMPAT across the overlay accordingly. Files touched
include 193 pure-python3 ebuilds plus 4 sci-libs/pycifrw ebuilds that
retain the python2_7 target. Commented-out COMPAT lines and one
ebuild using a custom $ array are left alone.
pkgcheck dropped from 710 to 475 lines after this change; specifically
NonsolvableDepsIn{Dev,Stable} fell from 391 to 182 combined.
Users on a python3.11 profile lose access to the updated versions in
this overlay, mirroring what ::gentoo already did to the rest of the
scientific stack.
Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>
commit 333a849082e704941d018a7f0b99678eda18904f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 01:07:29 2026 +0200
*/*: bump PYTHON_COMPAT to python3_
Match the ::gentoo convention (main tree dropped 3.9 / 3.10 support
a while ago). Three mechanical substitutions:
- python3_ -> python3_ (189 ebuilds)
- python3_ -> python3_ (llvmlite)
- python2_7 python3_ -> python2_7 python3_ (pycifrw)
Leaves the legacy python2_7-only ebuilds and dev-python/cython
(special PYTHON_TESTED pattern on the 0.29 series) untouched.
commit f23ece73c4451e2377c17d8b90acb53bee608563
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 15 21:28:34 2026 +0100
*/*: UPD header, Happy New Year
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit bd56ad8c4cfa96514317be4d851cb4fcbd6b8802
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 10:40:56 2025 +0100
*/*: adjusting python compat to 3.9 to 3.14
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit ebd5ba2ac319ab3ea8697cf7b1dd6ef025f439e8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Dec 6 21:33:02 2025 +0100
corrected 1st line of ebuilds+some trash (may be)
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit 223eb59c523e6bc29d1bf86b833235416c0b9598
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Nov 30 01:00:04 2023 +0300
corrected parsimonius ebuild
commit 0b7fcf9639be3e82b30db7da1cc4785887b54326
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:52:49 2023 +0300
mass updated PYTHON_COMPAT for python:3
commit f6269640fdfc596f4aef2258adf80fd43269c6c5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 00:22:53 2023 +0300
upd parsimonious ebuild
commit 017ac8ce3c341ac71793b82f1beba36c10d19486
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Nov 24 19:49:24 2023 +0300
added PEG parser parsimonious


View
Download
Browse