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
|
Source: blockdiag
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Kouhei Maeda <mkouhei@palmtb.net>,
Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
fonts-vlgothic | fonts-japanese-gothic,
libmagickcore-7.q16-10-extra,
python3-all,
python3-docutils,
python3-funcparserlib (>= 0.3.4),
python3-pil,
python3-pytest <!nocheck>,
python3-reportlab,
python3-setuptools,
python3-wand,
python3-webcolors,
Standards-Version: 4.7.3
Homepage: http://blockdiag.com/
Vcs-Browser: https://salsa.debian.org/python-team/packages/blockdiag
Vcs-Git: https://salsa.debian.org/python-team/packages/blockdiag.git
Testsuite: autopkgtest-pkg-pybuild
X-Style: black
Package: python3-blockdiag
Architecture: all
Depends:
python3-docutils,
python3-funcparserlib (>= 0.3.4),
python3-pil,
python3-reportlab,
python3-webcolors,
${misc:Depends},
${python3:Depends},
Description: generate block-diagram image file from spec-text file for Python 3
For Python 3.
Generate block-diagram from dot like text with multilingualization for
node-label. But this supports utf-8 only. It is able to embed to sphinx with
using python-sphinxcontrib-blockdiag.
|