mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-30 12:07:27 -08:00
- 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>
48 lines
1.6 KiB
XML
48 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="bluetooth">
|
|
Build Bluetooth protocol support in socket module
|
|
</flag>
|
|
<flag name="ensurepip">
|
|
Install the ensurepip module that uses bundled wheels
|
|
to bootstrap pip and setuptools (if disabled, it will
|
|
be only possible to use venv `--without-pip`)
|
|
</flag>
|
|
<flag name="jit">
|
|
Enable experimental Just-In-Time compilation support.
|
|
</flag>
|
|
<flag name="pgo">
|
|
Optimize the build using Profile Guided Optimization (PGO)
|
|
by running Python's test suite and collecting statistics
|
|
based on its performance. This will take longer to build.
|
|
</flag>
|
|
<flag name="tail-call-interp">
|
|
Enable the tail call interpreter. May lead to better
|
|
performance but is still new and dependent on latest
|
|
toolchain versions (Clang 19, GCC 15).
|
|
</flag>
|
|
<flag name="valgrind">
|
|
Disable pymalloc when running under
|
|
<pkg>dev-debug/valgrind</pkg> is detected (may incur minor
|
|
performance penalty even when valgrind is not used)
|
|
</flag>
|
|
<flag name="wininst">
|
|
Install Windows executables required to create an executable
|
|
installer for MS Windows
|
|
</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>
|
|
</pkgmetadata>
|