summaryrefslogtreecommitdiff
path: root/dev-python/pypy/metadata.xml
blob: cfd619229f75b0515516d537862b933e983b816c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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="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>
	</use>
</pkgmetadata>