blob: 14995e7de68ce3eff69ec447fba7591dd30d5a0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?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="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="full-stdlib">
Install complete stdlib as necessary to use PyPy for general
purpose programs. By default, only a limited subset that is
used when building PyPy3 executables is installed. Note
that PyPy2.7's stdlib contains multiple known vulnerabilities.
</flag>
<flag name="symlink">
Install "pypy3" symlink, making this PyPy slot the default
PyPy3 implementation that is used for building Gentoo packages.
</flag>
<flag name="test-install">
Install the test suite packages, that are required to run
tests in a few reverse dependencies.
</flag>
</use>
</pkgmetadata>
|