Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: metadata.xml
Date: Sat, 31 Mar 2012 17:20:24
Message-Id: 20120331170238.1A89B2006B@flycatcher.gentoo.org
1 phajdan.jr 12/03/31 17:02:38
2
3 Modified: metadata.xml
4 Log:
5 Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
6
7 Revision Changes Path
8 1.3 dev-python/pastedeploy/metadata.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/metadata.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/metadata.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/metadata.xml?r1=1.2&r2=1.3
13
14 Index: metadata.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/metadata.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- metadata.xml 18 Apr 2008 13:09:14 -0000 1.2
21 +++ metadata.xml 31 Mar 2012 17:02:38 -0000 1.3
22 @@ -2,13 +2,13 @@
23 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 <pkgmetadata>
25 <herd>python</herd>
26 - <longdescription lang="en">
27 - Paste Deployment is a system for finding and configuring WSGI applications
28 + <longdescription lang="en">Paste Deployment is a system for finding and configuring WSGI applications
29 and servers. For WSGI application consumers it provides a single, simple
30 function (loadapp) for loading a WSGI application from a configuration file
31 or a Python Egg. For WSGI application providers it only asks for a single,
32 simple entry point to your application, so that application users don't need
33 - to be exposed to the implementation details of your application.
34 - </longdescription>
35 + to be exposed to the implementation details of your application.</longdescription>
36 + <upstream>
37 + <remote-id type="pypi">PasteDeploy</remote-id>
38 + </upstream>
39 </pkgmetadata>
40 -