mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-24 16:08:58 +02:00
See-Also: https://public-inbox.gentoo.org/gentoo-dev/3413fe34b8a530c98685a2b6bbf00eaee6e3c02f.camel@gentoo.org/T/ Signed-off-by: Michał Górny <mgorny@gentoo.org>
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
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="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>
|