gentoo/dev-python/paste/metadata.xml
Michał Górny 8564d93e79
dev-python/paste: Mark ALLARCHES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-03-28 12:44:04 +01:00

22 lines
802 B
XML

<?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>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">Paste</remote-id>
</upstream>
</pkgmetadata>