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-actdiag
Section: python
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-pytest,
python3-setuptools,
python3-sphinx (>= 2.0),
python3-sphinx-testing,
python3-blockdiag (>= 1.5.0),
python3-actdiag (>= 0.5.3),
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/blockdiag/sphinxcontrib-actdiag
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-actdiag
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-actdiag.git
Package: python3-sphinxcontrib.actdiag
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-blockdiag (>= 1.5.0),
python3-actdiag (>= 0.5.3),
python3-sphinx (>= 2.0)
Description: Sphinx "actdiag" extension for Python3
This package contains the actdiag Sphinx extension. This extension enable you
to insert activity diagrams in your Sphinx document. This is a sphinx
extension which render block diagrams by using python3-actdiag.
|