File: control

package info (click to toggle)
sphinx-testing 0.8.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: python: 717; sh: 14; makefile: 8
file content (47 lines) | stat: -rw-r--r-- 1,448 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
Source: sphinx-testing
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-nose,
               python-flake8,
               python-mock,
               python-sphinx,
               python-six,
               python-jinja2,
               python-pygments,
               python3-all,
               python3-setuptools,
               python3-nose,
               python3-flake8,
               python3-mock,
               python3-sphinx,
               python3-six,
               python3-jinja2,
               python3-pygments
Standards-Version: 4.3.0
Homepage: http://bitbucket.org/tk0miya/sphinx-testing

Package: python-sphinx-testing
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
         python-sphinx (>= 0.6),
         python-six
Description: testing utility for Sphinx extensions
 sphinx-testing provides testing utility classes and functions for Sphinx
 extensions.
 See also pydoc sphinx_testing.

Package: python3-sphinx-testing
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
         python3-sphinx (>= 0.6),
         python3-six
Description: testing utility for Sphinx extensions for Python3
 For Python3.
 sphinx-testing provides testing utility classes and functions for Sphinx
 extensions.
 See also pydoc sphinx_testing.