File: control

package info (click to toggle)
pypandoc 1.15%2Bds0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: python: 1,299; sh: 12; makefile: 10
file content (39 lines) | stat: -rw-r--r-- 1,084 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
28
29
30
31
32
33
34
35
36
37
38
39
Source: pypandoc
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Elena Grandi <valhalla@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 lmodern,
 pandoc,
 python3-all,
 python3-pytest,
 python3-setuptools,
 texlive-fonts-recommended,
 texlive-latex-extra,
 texlive-latex-recommended,
 texlive-luatex,
 texlive-xetex,
 python3-poetry-core,
 python3-pandocfilters <!nocheck>
Standards-Version: 4.6.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/bebraw/pypandoc
Vcs-Git: https://salsa.debian.org/python-team/packages/pypandoc.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pypandoc

Package: python3-pypandoc
Architecture: all
Depends:
 pandoc,
 ${misc:Depends},
 ${python3:Depends}
Description: Thin wrapper for pandoc (Python 3.x)
 pypandoc provides a Python interface to pandoc, a universal document
 converter with support for most markup languages.
 .
 This package provides Python 3.x version of pypandoc.