diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:50 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:50 +0000 |
commit | f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7 (patch) | |
tree | 8510eea8af52b0a8e458f01c425435d341f98a98 /dev-python/pastedeploy | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.gz historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.bz2 historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r-- | dev-python/pastedeploy/metadata.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/pastedeploy/metadata.xml b/dev-python/pastedeploy/metadata.xml index 0715b14a5264..12e6c22fb53d 100644 --- a/dev-python/pastedeploy/metadata.xml +++ b/dev-python/pastedeploy/metadata.xml @@ -2,13 +2,13 @@ <!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 + <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> + to be exposed to the implementation details of your application.</longdescription> + <upstream> + <remote-id type="pypi">PasteDeploy</remote-id> + </upstream> </pkgmetadata> - |