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
|
Source: pandoc-plantuml-filter
Section: misc
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Hanno Stock <opensource@hanno-stock.de>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
docbook-xsl,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
xsltproc
Standards-Version: 4.7.0
Homepage: https://github.com/timofurrer/pandoc-plantuml-filter
Vcs-Git: https://salsa.debian.org/python-team/packages/pandoc-plantuml-filter.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pandoc-plantuml-filter
Package: pandoc-plantuml-filter
Architecture: all
Depends: plantuml, ${misc:Depends}, ${python3:Depends}
Recommends: pandoc
Description: Pandoc filter: converts PlantUML code blocks to PlantUML images
This filter for pandoc uses the pandocfilters library and the PlantUML
executable for converting PlantUML code embedded into documents into UML
diagrams.
.
This installs the Python3 version of the program.
|