This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2533 from flatcar/krnowak/weekly
Weekly profiles updates and python-oem sync
- Loading branch information
Showing
5 changed files
with
49 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</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="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 | ||
based on its performance. This will take longer to build. | ||
</flag> | ||
<flag name="lto"> | ||
Optimize the build using Link Time Optimization (LTO) | ||
</flag> | ||
<flag name="valgrind"> | ||
Disable pymalloc when running under | ||
<pkg>dev-util/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> | ||
<remote-id type="cpe">cpe:/a:python:python</remote-id> | ||
<remote-id type="github">python/cpython</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters