File: control

package info (click to toggle)
rstcheck 6.1.1%2B~1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,236 kB
  • sloc: python: 5,929; makefile: 14; sh: 8; ansic: 4
file content (62 lines) | stat: -rw-r--r-- 1,586 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: rstcheck
Section: text
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-docutils,
 python3-poetry-core,
 python3-pydantic,
 python3-setuptools,
 python3-typer,
 python3-typeshed,
 python3-typing-extensions,
Homepage: https://github.com/rstcheck
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/rstcheck.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/rstcheck
Description: Validator for reStructuredText documents with code blocks
 rstcheck validates the syntax of reStructuredText documents. Unlike other
 validators, it will also verify syntax correctness in nested code blocks
 for a variety of languages:
 .
   * Bash shell scripts
   * Doctest
   * C (C99)
   * C++ (C++11)
   * JSON
   * XML
   * Python
   * reStructuredText
 .
 rstcheck can also validate Sphinx documentation files if Sphinx is installed.

Package: rstcheck
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-rstcheck,
Description: ${source:Synopsis} (CLI tool)
 ${source:Extended-Description}
 .
 This package installs the CLI tool.

Package: python3-rstcheck
Section: python
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends: gcc, g++
Suggests: python3-sphinx
Description: ${source:Synopsis} (Python 3 module)
 ${source:Extended-Description}
 .
 This package installs the Python 3 module.