gentoo-ebuilds/dev-lang/pypy3-exe/metadata.xml
Michał Górny b37b10ce12
dev-lang/pypy3-exe: New package for PyPy3.11's executable, 7.3.18
Let's move to a common "pypy3-exe" package, so people's preferences
(-exe vs. -exe-bin) are preserved across different PyPy3 versions.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-02-07 20:14:13 +01:00

16 lines
572 B
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>
<upstream>
<remote-id type="github">pypy/pypy</remote-id>
</upstream>
<use>
<flag name="low-memory">Build using PyPy with the engine configured towards low memory footprint.
This makes it possible to build PyPy using ~3.5G of RAM on amd64 and ~half of that on x86,
at the cost of lengthened build time.</flag>
</use>
</pkgmetadata>