File: control

package info (click to toggle)
sphinxcontrib-nwdiag 2.0.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 228 kB
  • sloc: python: 881; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 928 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
Source: sphinxcontrib-nwdiag
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-sphinx (>= 2.0),
               python3-mock,
               python3-blockdiag (>= 1.5.0),
               python3-nwdiag (>= 1.0.3),
Standards-Version: 4.5.1
Homepage: https://github.com/blockdiag/sphinxcontrib-nwdiag

Package: python3-sphinxcontrib.nwdiag
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         python3-blockdiag (>= 1.5.0),
         python3-nwdiag (>= 1.0.3),
         python3-sphinx (>= 2.0)
Description: Sphinx "nwdiag" extension for Python 3
 This package contains the nwdiag Sphinx extension. This extension enable
 you to insert network diagrams in your Sphinx document. This renders block
 diagrams by using python3-nwdiag.