commit: dd9519f4ef9f05825ce66645c3b7dff820045d3a Author: Jory Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Tue May 26 04:22:46 2020 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Tue May 26 04:22:46 2020 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=dd9519f4
dev-python/pypy3-exe: add missing metadata.xml Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org> dev-python/pypy3-exe/metadata.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dev-python/pypy3-exe/metadata.xml b/dev-python/pypy3-exe/metadata.xml new file mode 100644 index 0000000..cf67209 --- /dev/null +++ b/dev-python/pypy3-exe/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Python</name> + </maintainer> + <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> + <upstream> + <remote-id type="bitbucket">pypy/pypy</remote-id> + </upstream> +</pkgmetadata>
