summaryrefslogtreecommitdiff
path: root/debian.sid/control
blob: c73a764551fc06b23af7f615058b29ec8a95b873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: logilab-astng
Section: python
Priority: optional
Maintainer: Logilab S.A. <contact@logilab.fr>
Uploaders: Sylvain Thénault <sylvain.thenault@logilab.fr>,
	   Alexandre Fayolle <afayolle@debian.org>,
	   Sandro Tosi <morph@debian.org>,
	   Julien Jehannet <julien.jehannet@logilab.fr>
Build-Depends: debhelper (>= 7.0.50~), python-all, python3-all
Standards-Version: 3.9.2
Homepage: http://www.logilab.org/project/logilab-astng
Vcs-Hg: http://hg.logilab.org/logilab/astng
Vcs-Browser: http://hg.logilab.org/logilab/astng

Package: python-logilab-astng
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common
Description: rebuild a new abstract syntax tree from Python's ast
 The aim of this module is to provide a common base representation of
 Python source code for projects such as pyreverse or pylint.
 .
 It rebuilds the tree generated by the _ast module by recursively walking down
 the AST and building an extended ast (let's call it astng ;). The new node
 classes have additional methods and attributes for different usages.
 Furthermore, astng builds partial trees by inspecting living objects.

Package: python3-logilab-astng
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common
Description: rebuild a new abstract syntax tree from Python's ast
 The aim of this module is to provide a common base representation of
 Python source code for projects such as pyreverse or pylint.
 .
 It rebuilds the tree generated by the _ast module by recursively walking down
 the AST and building an extended ast (let's call it astng ;). The new node
 classes have additional methods and attributes for different usages.
 Furthermore, astng builds partial trees by inspecting living objects.