File: control

package info (click to toggle)
gcc-python-plugin 0.15-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 46,188 kB
  • ctags: 3,820
  • sloc: python: 14,937; ansic: 11,188; makefile: 493; xml: 440; cpp: 137; pascal: 75; sh: 2
file content (45 lines) | stat: -rw-r--r-- 1,970 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: gcc-python-plugin
Section: devel
Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
  gcc-6-plugin-dev, g++-6,
  python3-all-dev, python3-all-dbg, python3-lxml, python3-pygments, python3-six,
#  python-all-dev, python-all-dbg, python-lxml, python-pygments, python-six,
  python3-sphinx
Standards-Version: 3.9.8
Homepage: https://fedorahosted.org/gcc-python-plugin/

Package: gcc-python3-plugin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
  python3-lxml, python3-pygments, python3-six,
  gcc-6, g++-6
Recommends: www-browser, xdg-utils, graphviz
Suggests: gcc-python-plugin-doc
Description: plugin for GCC to invoke Python scripts from inside the compiler
 The GCC Python plugin is a plugin for GCC, which links against libpython,
 and allows you to invoke arbitrary Python scripts from inside the compiler.
 The aim is to allow you to write GCC plugins in Python.

Package: gcc-python3-dbg-plugin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
  gcc-python3-plugin (= ${binary:Version}), python3-lxml-dbg
Suggests: gcc-python-plugin-doc
Description: plugin for GCC to invoke Python scripts from inside the compiler
 The GCC Python plugin is a plugin for GCC, which links against libpython,
 and allows you to invoke arbitrary Python scripts from inside the compiler.
 The aim is to allow you to write GCC plugins in Python.

Package: gcc-python-plugin-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: plugin for GCC to invoke Python scripts from inside the compiler
 The GCC Python plugin is a plugin for GCC, which links against libpython,
 and allows you to invoke arbitrary Python scripts from inside the compiler.
 The aim is to allow you to write GCC plugins in Python.
 .
 This package contains the documentation.