File: control

package info (click to toggle)
sphinxcontrib-datatemplates 0.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 580 kB
  • sloc: python: 828; makefile: 172; xml: 38; javascript: 1
file content (50 lines) | stat: -rw-r--r-- 1,595 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
48
49
50
Source: sphinxcontrib-datatemplates
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christian Bayle <bayle@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-setuptools,
 python3-all,
 python3-defusedxml,
 python3-sphinx,
 python3-sphinxcontrib-runcmd,
 python3-yaml,
 python3-wheel,
 python3-setuptools-scm,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2
Homepage: https://github.com/sphinx-contrib/datatemplates
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-datatemplates.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-datatemplates

Package: python3-sphinxcontrib.datatemplates
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 python-sphinxcontrib-datatemplates-doc,
Description:  Sphinx "datatemplates" extension (Python 3)
 This package contains sphinxcontrb.datatemplates, an extension
 for Sphinx to render parts of reStructuredText pages from
 data files in formats like JSON, YAML, and CSV.
 .
 This package installs the library for Python 3.

Package: python-sphinxcontrib.datatemplates-doc
Section: doc
Architecture: all
Depends:
 ${sphinxdoc:Depends},
 ${misc:Depends},
Description: Sphinx "datatemplates" extension (documentation)
 This package contains sphinxcontrb.datatemplates, an extension
 for Sphinx to render parts of reStructuredText pages from
 data files in formats like JSON, YAML, and CSV.
 .
 This is the documentation package.