summaryrefslogtreecommitdiff
path: root/dev-lang/python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python')
-rw-r--r--dev-lang/python/metadata.xml41
1 files changed, 21 insertions, 20 deletions
diff --git a/dev-lang/python/metadata.xml b/dev-lang/python/metadata.xml
index 65cdf01be2d2..026d6a124270 100644
--- a/dev-lang/python/metadata.xml
+++ b/dev-lang/python/metadata.xml
@@ -1,22 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
- </maintainer>
- <upstream>
- <remote-id type="cpe">cpe:/a:openrc_project:openrc</remote-id>
- </upstream>
- <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)</flag>
- <flag name="lto">Optimize the build using Link Time Optimization (LTO)</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>
- <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>
- </use>
- <origin>ports</origin>
-</pkgmetadata> \ No newline at end of file
+ <maintainer type="project">
+ <email>dev@liguros.net</email>
+ <name>Development</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpe">cpe:/a:openrc_project:openrc</remote-id>
+ </upstream>
+ <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)</flag>
+ <flag name="lto">Optimize the build using Link Time Optimization (LTO)</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>
+ <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>
+ </use>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>