summaryrefslogtreecommitdiff
path: root/dev-lang/python/metadata.xml
blob: cbba5a611409da70d1dc5d64fc89e2c1c6943772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>
	<use>
		<flag name="bluetooth">Build Bluetooth protocol support in socket module</flag>
		<flag name="libedit">Link readline extension against <pkg>dev-libs/libedit</pkg> instead of <pkg>sys-libs/readline</pkg>.</flag>
		<flag name="pgo">Optimize the build using Profile Guided Optimization (PGO)</flag>
		<flag name="lto">Optimize the build using Link Time Optimization (LTO)</flag>
		<flag name="wininst">Install Windows executables required to create an executable installer for MS Windows.</flag>
	</use>
	<upstream>
		<remote-id type="github">python/cpython</remote-id>
	</upstream>
</pkgmetadata>