mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-25 10:27:55 -08:00
18 lines
682 B
XML
18 lines
682 B
XML
<?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>
|
|
<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="github">pasteorg/paste</remote-id>
|
|
<remote-id type="pypi">Paste</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|