File: control

package info (click to toggle)
python-readme-renderer 44.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 728 kB
  • sloc: python: 414; sh: 23; makefile: 6
file content (39 lines) | stat: -rw-r--r-- 1,216 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: python-readme-renderer
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Nicolas Dandrimont <olasd@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-cmarkgfm <!nocheck>,
 python3-docutils <!nocheck>,
 python3-nh3 <!nocheck>,
 python3-poetry,
 python3-pygments (>= 2.14.0+dfsg-1~) <!nocheck>,
 python3-pytest <!nocheck>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/pypa/readme_renderer
Vcs-Git: https://salsa.debian.org/python-team/packages/python-readme-renderer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-readme-renderer

Package: python3-readme-renderer
Architecture: all
Depends:
 python3-cmarkgfm,
 ${misc:Depends},
 ${python3:Depends},
Description: Library to safely render arbitrary README files into HTML
 Readme Renderer is a library that will safely render arbitrary README files
 into HTML.
 .
 It is designed to be used in the PyPI Warehouse to render the long_description
 for packages.
 .
 It can handle Markdown, reStructuredText (.rst), and plain text.