diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-15 09:38:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-15 10:14:56 +0200 |
commit | bc09138125aebb04ad3e6c4cecfff0277d7f3dbf (patch) | |
tree | 2a2dc7f6001ea2050ef21bd025ba91734e65505b /profiles/package.deprecated | |
parent | dev-python/ujson: Remove old (diff) | |
download | gentoo-bc09138125aebb04ad3e6c4cecfff0277d7f3dbf.tar.gz gentoo-bc09138125aebb04ad3e6c4cecfff0277d7f3dbf.tar.bz2 gentoo-bc09138125aebb04ad3e6c4cecfff0277d7f3dbf.zip |
dev-python/legacy-cgi: Add compat package for py3.13, v2.6
Add the compatibility `legacy-cgi` package that brings back `cgi`
modules in Python 3.13. This is only meant as a stop-gap solution
to fix dead packages relying on the module. As such, the package
is deprecated immediately.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/package.deprecated')
-rw-r--r-- | profiles/package.deprecated | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 00fdb46f32af..c0bb1408ec78 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2024-06-15) +# Stop-gap compatibility package. Upstreams really need to move away +# from the removed cgi module rather than rely on this. +dev-python/legacy-cgi + # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2024-03-10) # ant-core should no longer be ussed as of version 1.10.14 or higher. # It is now completely integrated in dev-java/ant and will be removed after a |