Use https by default
[gentoo.git] / dev-python / pypy3 / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>python</herd>
5         <maintainer>
6                 <email>alicef@gentoo.org</email>
7                 <name>Alice Ferrazzi</name>
8         </maintainer>
9         <use>
10                 <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. Please note that you will need an extra ~1G of extra RAM or swap since the translation memory (unused at the time) is not freed when the C compiler is spawned.</flag>
11                 <flag name="sandbox">Enable sandboxing functionality</flag>
12                 <flag name="shadowstack">Use a shadow stack for finding GC roots</flag>
13         </use>
14 </pkgmetadata>