diff options
| author | Filip Kobierski <fkobi@pm.me> | 2025-06-08 21:40:13 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-06-09 03:35:26 +0100 |
| commit | abe033c08ac9a4d59eaadb80442d42836d0d1983 (patch) | |
| tree | f784e285af8779de032302b86f5644c0a704d2d5 /dev-lang/python | |
| parent | 9a6a339bcb39f701dd3d41f2b1c9cacc9ebf845f (diff) | |
| download | gentoo-abe033c08ac9a4d59eaadb80442d42836d0d1983.tar.gz gentoo-abe033c08ac9a4d59eaadb80442d42836d0d1983.tar.bz2 gentoo-abe033c08ac9a4d59eaadb80442d42836d0d1983.zip | |
dev-lang/python: improve metadata
- remove generic USE=libedit description
- complete upstream
Signed-off-by: Filip Kobierski <fkobi@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@gentoo.org>
Diffstat (limited to 'dev-lang/python')
| -rw-r--r-- | dev-lang/python/metadata.xml | 7 |
1 files 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> |
