File: control

package info (click to toggle)
sourcecodegen 0.6.12-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 152 kB
  • ctags: 207
  • sloc: python: 1,059; makefile: 10; sh: 1
file content (22 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: sourcecodegen
Section: python
Priority: optional
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Brian Sutherland <brian@vanguardistas.net>, Fabio Tranchitella <kobold@debian.org>
Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
Standards-Version: 3.8.3
XS-Python-Version: all
XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/sourcecodegen/trunk

Package: python-sourcecodegen
Architecture: all
Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
Recommends: ${pydeb:Recommends}
Provides: ${pydeb:Provides}, ${python:Provides}
Suggests: ${pydeb:Suggests}
XB-Python-Version: ${python:Versions}
Description: A Python source-code generator based on the compiler.ast abstract syntax tree
 This package provides a module-level source-code generator which operates on
 the AST from the built-in compiler.ast module.
 .
 Note that this AST is not compatible with the new ast module in Python 2.6.