gentoo/dev-python/paste/metadata.xml
Michał Górny 61f76c2b5d
dev-python/paste: Add GH remote-id
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-04-30 16:56:12 +02:00

18 lines
679 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">cdent/paste</remote-id>
<remote-id type="pypi">Paste</remote-id>
</upstream>
</pkgmetadata>