File: control

package info (click to toggle)
pypandoc 1.7.4%2Bds0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 328 kB
  • sloc: python: 1,110; makefile: 9; sh: 2
file content (36 lines) | stat: -rw-r--r-- 989 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
Source: pypandoc
Maintainer: Elena Grandi <valhalla@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 lmodern,
 pandoc,
 python3-all,
 python3-nose2,
 python3-setuptools,
 texlive-fonts-recommended,
 texlive-latex-extra,
 texlive-latex-recommended,
 texlive-luatex,
 texlive-xetex
Standards-Version: 4.6.0
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.