File: control

package info (click to toggle)
manuel 1.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: python: 864; makefile: 154; sh: 2
file content (33 lines) | stat: -rw-r--r-- 1,116 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
Source: manuel
Section: python
Priority: optional
Rules-Requires-Root: no
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: James Valleroy <jvalleroy@mailbox.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-myst-parser,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-copybutton,
 python3-zope.testing
Standards-Version: 4.6.1
Homepage: https://pythonhosted.org/manuel/
Vcs-Git: https://salsa.debian.org/python-team/packages/manuel.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/manuel

Package: python3-manuel
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends}
Description: Python3 library for testable documents and documented tests
 Manuel is a Python library for writing tested documentation which
 makes it possible to mix traditional doctests with custom test syntax.
 Several plug-ins providing different test features are included, but
 Manuel is also open to create custom plugins. Currently, unittests and
 zope.testing are the supported test runners.