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
|
Source: pygccxml
Section: python
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends:
castxml,
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-coverage,
python3-importlib-metadata,
python3-pycodestyle,
python3-pytest,
python3-sphinx,
python3-setuptools,
python3-sphinx-rtd-theme,
python3-wheel,
unzip
Standards-Version: 4.7.2
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: python3-pygccxml
Architecture: all
Depends:
castxml,
${misc:Depends},
${python3: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),
Multi-Arch: foreign
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.
|