File: control

package info (click to toggle)
exhale 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,616 kB
  • sloc: python: 9,057; cpp: 1,260; javascript: 915; f90: 29; ansic: 18; makefile: 16
file content (35 lines) | stat: -rw-r--r-- 1,166 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
Source: exhale
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends:
  debhelper-compat (= 13),
  dh-sequence-python3,
  pybuild-plugin-pyproject,
  python3-all,
  python3-breathe,
  python3-bs4,
  python3-ipdb <!nocheck>,
  python3-lxml,
  python3-pytest <!nocheck>,
  python3-setuptools,
  python3-six,
  python3-sphinx,
Homepage: https://exhale.readthedocs.io/en/latest/
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/exhale.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/exhale
Testsuite: autopkgtest-pkg-pybuild

Package: python3-exhale
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}, doxygen
Enhances: python3-sphinx
Description: Sphinx automated C++ API generation support
 Exhale is a Sphinx extension that depends on the excellent Breathe
 extension which enables parsing Doxygen documentation into the Sphinx
 domain. Exhale provides a layer of automation, enabling launching
 Doxygen and generating the full website all from your conf.py.