File: control

package info (click to toggle)
python-sphinx-jinja 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 198; sh: 6; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,109 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
Source: python-sphinx-jinja
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-jinja2,
 python3-poetry-core,
 python3-pytest,
 python3-setuptools,
 python3-sphinx,
 python3-sphinxcontrib.serializinghtml,
Standards-Version: 4.6.2
Homepage: https://github.com/tardyp/sphinx-jinja
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sphinx-jinja
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sphinx-jinja.git
Rules-Requires-Root: no

Package: python3-sphinx-jinja
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: include jinja based templates in sphinx (Python3 version)
 A sphinx extension to inject jinja templates based documentation into a
 sphinx doc. You can also customize the jinja Environment by passing custom
 kwargs, adding filters, tests, and globals, and setting policies.
 .
 This package contains the Python 3 version of the library.