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/astng: metadata.xml
Date: Sat, 31 Mar 2012 17:09:41
Message-Id: 20120331170227.DC10A20077@flycatcher.gentoo.org
1 phajdan.jr 12/03/31 17:02:27
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/astng/metadata.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/metadata.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/metadata.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/metadata.xml?r1=1.2&r2=1.3
13
14 Index: metadata.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-python/astng/metadata.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- metadata.xml 29 Jul 2011 22:27:34 -0000 1.2
21 +++ metadata.xml 31 Mar 2012 17:02:27 -0000 1.3
22 @@ -1,19 +1,19 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 -<herd>python</herd>
27 -<longdescription lang='en'>
28 - The aim of this module is to provide a common base representation of
29 + <herd>python</herd>
30 + <longdescription lang="en">The aim of this module is to provide a common base representation of
31 python source code for projects such as pychecker, pyreverse,
32 pylint... Well, actually the development of this library is
33 essentially governed by pylint's needs.
34 -
35 It provides a compatible representation which comes from the _ast
36 module. It rebuilds the tree generated by the builtin _ast module by
37 recursively walking down the AST and building an extended ast (let's
38 call it astng ;). The new node classes have additional methods and
39 attributes for different usages. They include some support for static
40 inference and local name scopes. Furthermore, astng builds partial
41 - trees by inspecting living objects.
42 -</longdescription>
43 + trees by inspecting living objects.</longdescription>
44 + <upstream>
45 + <remote-id type="pypi">logilab-astng</remote-id>
46 + </upstream>
47 </pkgmetadata>