Context
I am maintaining Python packages for Gentoo Linux. mkdocs-autorefs package supports PyPy3, and it recently gained a dependency on mkdocs-material.
Description
Some of the mkdocs-material plugins currently depend on the regex package. This package relies on CPython implementation details and has significant technical debt, and support for other Python implementations such as PyPy has been rejected upstream.
Related links
Use Cases
It will enable full functionality of the plugin when using alternate Python implementations such as PyPy.
Visuals
No response
Before submitting
Context
I am maintaining Python packages for Gentoo Linux. mkdocs-autorefs package supports PyPy3, and it recently gained a dependency on mkdocs-material.
Description
Some of the mkdocs-material plugins currently depend on the regex package. This package relies on CPython implementation details and has significant technical debt, and support for other Python implementations such as PyPy has been rejected upstream.
Related links
Use Cases
It will enable full functionality of the plugin when using alternate Python implementations such as PyPy.
Visuals
No response
Before submitting