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
|
Source: sphinxcontrib-seqdiag
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Kouhei Maeda <mkouhei@palmtb.net>,
Alexandre Detiste <tchet@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-pytest <!nocheck>,
python3-sphinx (>= 2.0),
python3-sphinx-testing,
python3-blockdiag (>= 1.5.0),
python3-seqdiag (>= 0.9.3),
Rules-Requires-Root: no
Standards-Version: 4.5.1
Section: python
Homepage: https://github.com/blockdiag/sphinxcontrib-seqdiag
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-seqdiag
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-seqdiag.git
Package: python3-sphinxcontrib.seqdiag
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-blockdiag (>= 1.5.0),
python3-seqdiag (>= 0.9.3),
python3-sphinx (>= 2.0)
Description: Sphinx "seqdiag" extension for Python3
This package contains the seqdiag Sphinx extension. This extension enable you
to insert sequence diagrams in your Sphinx document. This renders block
diagrams by using python3-seqdiag.
|