File: control

package info (click to toggle)
sphinx-needs 5.1.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,056 kB
  • sloc: python: 21,148; javascript: 187; makefile: 93; sh: 29; xml: 10
file content (92 lines) | stat: -rw-r--r-- 2,518 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Source: sphinx-needs
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,
 python3-setuptools,
 python3-all,
 pybuild-plugin-pyproject,
 flit,
 python3-pytest,
 python3-pytest-xdist,
 python3-pytest-benchmark,
 python3-pytest-remotedata,
 python3-pytest-regressions,
 python3-pytest-xprocess,
 python3-pytest-emoji,
 python3-hypothesis,
 python3-pytest-doctestplus,
 python3-pytest-astropy,
 python3-pytest-mock,
 python3-anyio,
 python3-syrupy,
 python3-pytest-arraydiff,
 python3-pytest-cov,
 python3-pytest-filter-subpackage,
 python3-pytest-astropy-header,
 python3-typeguard,
 python3-pytest-skip-markers,
 python3-pytest-datadir,
 python3-defusedxml,
 python3-sphinx,
 python3-sphinx-data-viewer,
 python3-sphinx-copybutton,
 python3-sphinx-design,
 python3-sphinxcontrib.jquery,
 python3-sphinxcontrib.plantuml,
 python3-sphinxcontrib.programoutput,
 python3-sphinxcontrib.serializinghtml,
 python3-sphinxcontrib.htmlhelp,
 python3-responses,
 python3-memray,
 python3-lxml,
 python3-requests-file,
 python3-jsonschema,
 python3-matplotlib,
 sphinx-doc,
 python3.13-doc,
 libjs-jquery-datatables,
 libjs-jquery-datatables-extensions,
 furo,
 plantuml,
 graphviz,
 locales-all,
# Unused themes:
# python3-pydata-sphinx-theme,
# python3-sphinx-rtd-theme,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2
Homepage: https://github.com/useblocks/sphinx-needs
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-needs
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-needs.git

Package: python3-sphinx-needs
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 python-sphinx-needs-doc,
Description: Brings Engineering-as-Code to the Sphinx framework (Python 3)
 Combine Docs-as-Code with Application Lifecycle Management, to track
 requirements, specifications, test cases, and other engineering objects
 in your document
 .
 This package installs the library for Python 3.

Package: python-sphinx-needs-doc
Section: doc
Architecture: all
Depends:
 ${sphinxdoc:Depends},
 ${misc:Depends},
Description:  Brings Engineering-as-Code to the Sphinx framework(documentation)
 Combine Docs-as-Code with Application Lifecycle Management, to track
 requirements, specifications, test cases, and other engineering objects
 in your document
 .
 This is the common documentation package.