2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-26 00:07:59 +03:00
Files
gentoo/dev-python/pastedeploy/metadata.xml
Repository QA checks a637bd65b7 2015-06-19 16:35:30 UTC
2015-06-19 12:38:33 -04:00

15 lines
726 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<longdescription lang="en">Paste Deployment is a system for finding and configuring WSGI applications
and servers. For WSGI application consumers it provides a single, simple
function (loadapp) for loading a WSGI application from a configuration file
or a Python Egg. For WSGI application providers it only asks for a single,
simple entry point to your application, so that application users don't need
to be exposed to the implementation details of your application.</longdescription>
<upstream>
<remote-id type="pypi">PasteDeploy</remote-id>
</upstream>
</pkgmetadata>