File: control

package info (click to toggle)
pygccxml 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,440 kB
  • ctags: 3,786
  • sloc: xml: 30,265; python: 15,826; cpp: 2,224; makefile: 156; ansic: 59; sh: 3
file content (64 lines) | stat: -rw-r--r-- 1,828 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: pygccxml
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 castxml,
 debhelper (>= 9),
 dh-python,
 python-all,
 python-pep8,
 python-setuptools,
 python-sphinx,
 python-sphinx-rtd-theme,
 python3-all,
 python3-pep8,
 python3-setuptools,
 python3-sphinx-rtd-theme,
 unzip,
Standards-Version: 3.9.8
X-Python-Version: >= 2.5
Homepage: https://github.com/gccxml/pygccxml
Vcs-Git: https://anonscm.debian.org/git/collab-maint/pygccxml.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/pygccxml.git

Package: python-pygccxml
Architecture: all
Depends:
 castxml,
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
Description: specialized XML reader reads the output from gccxml - python2 lib
 The purpose of pygccxml is to read a generated file and provide a
 simple framework to navigate C++ declarations using Python classes.
 .
 This package provides the Python 2 module that can be imported for uses.

Package: python3-pygccxml
Architecture: all
Depends:
 castxml,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: specialized XML reader reads the output from gccxml - python3 lib
 The purpose of pygccxml is to read a generated file and provide a
 simple framework to navigate C++ declarations using Python classes.
 .
 This package provides the Python 3 module that can be imported for uses.

Package: python-pygccxml-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
Breaks:
 python-pygccxml (<< 1.7.4-1),
Replaces:
 python-pygccxml (<< 1.7.4-1),
Description: specialized XML reader reads the output from gccxml - documentation
 The purpose of pygccxml is to read a generated file and provide a
 simple framework to navigate C++ declarations using Python classes.
 .
 This package provides the API documentation.