File: control

package info (click to toggle)
pygccxml 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,544 kB
  • sloc: xml: 30,265; python: 15,580; cpp: 2,602; makefile: 160; ansic: 59; sh: 3
file content (63 lines) | stat: -rw-r--r-- 1,785 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
Source: pygccxml
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 castxml,
 debhelper (>= 11),
 dh-python,
 python-all,
 python-pep8,
 python-setuptools,
 python3-all,
 python3-pep8,
 python3-sphinx,
 python3-setuptools,
 python3-sphinx-rtd-theme,
 unzip
Standards-Version: 4.2.0
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/gccxml/pygccxml
Vcs-Browser: https://salsa.debian.org/debian/pygccxml
Vcs-Git: https://salsa.debian.org/debian/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.