summaryrefslogtreecommitdiff
blob: 3772cef1634f32b1cddd4c36ee4586a01cd0e435 (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</name>
	</maintainer>
	<longdescription>
	RFC 5451 Authentication-Results Headers generation and parsing for Python.
	It also supports Authentication Results extensions:
		RFC 5617 DKIM/ADSP
		RFC 6008 DKIM signature identification (header.b)
		RFC 6212 Vouch By Reference (VBR)
	</longdescription>
	<upstream>
		<remote-id type="pypi">authres</remote-id>
		<remote-id type="launchpad">authentication-results-python</remote-id>
	</upstream>
</pkgmetadata>