blob: 2f28471b3336b13430376e2dee2505b179b74865 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<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>
<origin>srcux</origin>
</pkgmetadata>
|