summaryrefslogtreecommitdiff
path: root/dev-python/pastedeploy/metadata.xml
blob: 60f25d1096a31eae97046e5e4015725ae8c29cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>python@gentoo.org</email>
  <name>Python</name>
 </maintainer>
 <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>
 <origin>gentoo-staging</origin>
 <stabilize-allarches/>
</pkgmetadata>