File: control

package info (click to toggle)
pandoc-plantuml-filter 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: python: 123; xml: 94; makefile: 13; sh: 10
file content (27 lines) | stat: -rw-r--r-- 1,076 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
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.