commit:     abe033c08ac9a4d59eaadb80442d42836d0d1983
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sun Jun  8 19:40:13 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  9 02:35:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe033c0

dev-lang/python: improve metadata

- remove generic USE=libedit description
- complete upstream

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42505
Closes: https://github.com/gentoo/gentoo/pull/42505
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/python/metadata.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-lang/python/metadata.xml b/dev-lang/python/metadata.xml
index ba2d5afe2fd5..2721a86f6511 100644
--- a/dev-lang/python/metadata.xml
+++ b/dev-lang/python/metadata.xml
@@ -17,10 +17,6 @@
                <flag name="jit">
                        Enable experimental Just-In-Time compilation support.
                </flag>
-               <flag name="libedit">
-                       Link readline extension against 
<pkg>dev-libs/libedit</pkg>
-                       instead of <pkg>sys-libs/readline</pkg>
-               </flag>
                <flag name="pgo">
                        Optimize the build using Profile Guided Optimization 
(PGO)
                        by running Python's test suite and collecting statistics
@@ -42,6 +38,9 @@
                </flag>
        </use>
        <upstream>
+               <bugs-to>https://github.com/python/cpython/issues</bugs-to>
+               <changelog>https://docs.python.org/3/whatsnew/</changelog>
+               <doc>https://docs.python.org</doc>
                <remote-id type="cpe">cpe:/a:python:python</remote-id>
                <remote-id type="github">python/cpython</remote-id>
        </upstream>

Reply via email to