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 63 64
|
Source: python-sphobjinv
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Kathara Sasikumar <katharasasikumar007@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
python3-all,
Build-Depends-Indep:
pybuild-plugin-pyproject,
python3-attr,
python3-dictdiffer <!nocheck>,
python3-doc <!nodoc>,
python3-jsonschema <!nocheck> <!nodoc>,
python3-pytest <!nocheck>,
python3-pytest-check <!nocheck>,
python3-pytest-retry <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-issues <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-sphinxcontrib.programoutput <!nodoc>,
sphinx-doc <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://github.com/bskinn/sphobjinv
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sphobjinv
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sphobjinv.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-sphobjinv-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Manipulate and inspect Sphinx objects.inv files (Documentation)
The syntax required for a functional Sphinx cross-reference is highly
non-obvious in many cases. Sometimes Sphinx can guess correctly what you
mean, but it's pretty hit-or-miss. The best approach is to provide Sphinx
with a completely specified cross-reference, and that's where sphobjinv
comes in.
.
This package contains the documentation of sphobjinv.
Package: python3-sphobjinv
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-sphobjinv-doc,
Description: Manipulate and inspect Sphinx objects.inv files (Python 3)
The syntax required for a functional Sphinx cross-reference is highly
non-obvious in many cases. Sometimes Sphinx can guess correctly what you
mean, but it's pretty hit-or-miss. The best approach is to provide Sphinx
with a completely specified cross-reference, and that's where sphobjinv
comes in.
.
This package installs the library for Python 3.
|