summaryrefslogtreecommitdiff
blob: 0d00d7f04c005821bfd0b3d86e17c7c7f7436a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>
	<use>
		<flag name="flup">enable support for flup (and therefore for various
		wgsi servers and middleware)</flag>
		<flag name="openid">enable OpenID support</flag>
	</use>
	<longdescription lang="en">This package provides several pieces of "middleware" (or filters) that can
	be nested to build web applications. Each piece of middleware uses the WSGI
	(PEP 333) interface, and should be compatible with other middleware based on
	those interfaces.</longdescription>
	<upstream>
		<remote-id type="pypi">Paste</remote-id>
	</upstream>
</pkgmetadata>