summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ad8b8ec
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: logilab-astng
+Section: python
+Priority: optional
+Maintainer: Sylvain Thenault <sylvain.thenault@logilab.fr>
+Uploader: Alexandre Fayolle <afayolle@debian.org>
+Build-Depends: debhelper (>= 4.0.0), python-dev
+Standards-Version: 3.6.2
+
+Package: python-logilab-astng
+Architecture: all
+Depends: python, python-logilab-common
+Provides: python2.2-logilab-astng, python2.3-logilab-astng, python2.4-logilab-astng
+Conflicts: python2.2-logilab-astng, python2.3-logilab-astng, python2.4-logilab-astng
+Replaces: python2.2-logilab-astng, python2.3-logilab-astng, python2.4-logilab-astng
+Description: extend python's abstract syntax tree
+ The aim of this module is to provide a common base representation of
+ python source code for projects such as pychecker, pyreverse,
+ pylint... Well, actually the development of this library is essentialy
+ governed by pylint's needs.
+ .
+ It extends class defined in the compiler.ast [1] module with some
+ additional methods and attributes. Instance attributes are added by a
+ builder object, which can either generate extended ast (let's call
+ them astng ;) by visiting an existant ast tree or by inspecting living
+ object. Methods are added by monkey patching ast classes.
+ .
+ Homepage: http://www.logilab.org/projects/astng
+