| 12
 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
 
 | Source: sphinxcontrib-programoutput
Section: python
Priority: optional
Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python-docutils,
 python-setuptools,
 python-sphinx,
 python3-all,
 python3-docutils,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 python-pytest,
 python3-pytest,
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/third-party/sphinxcontrib-programoutput.git
Vcs-Git: https://anonscm.debian.org/git/openstack/third-party/sphinxcontrib-programoutput.git
Homepage: https://github.com/NextThought/sphinxcontrib-programoutput
Package: python-sphinxcontrib.programoutput
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Description: insert the output of arbitrary commands into documents - Python 2.x
 sphinxcontrib-programoutput is a Sphinx extension to literally insert the
 output of arbitrary commands into documents, helping you to keep your command
 examples up to date.
 .
 This package provides the Python 2.x module.
Package: python-sphinxcontrib.programoutput-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: insert the output of arbitrary commands into documents - doc
 sphinxcontrib-programoutput is a Sphinx extension to literally insert the
 output of arbitrary commands into documents, helping you to keep your command
 examples up to date.
 .
 This package provides the documentation.
Package: python3-sphinxcontrib.programoutput
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: insert the output of arbitrary commands into documents - Python 3.x
 sphinxcontrib-programoutput is a Sphinx extension to literally insert the
 output of arbitrary commands into documents, helping you to keep your command
 examples up to date.
 .
 This package provides the Python 3.x module.
 |