File: control

package info (click to toggle)
python-nox 2022.11.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,584 kB
  • sloc: python: 6,086; makefile: 192; sh: 6
file content (72 lines) | stat: -rw-r--r-- 2,254 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
Source: python-nox
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-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-argcomplete,
 python3-colorlog,
 python3-myst-parser,
 python3-pytest,
 python3-recommonmark,
 python3-setuptools,
 python3-sphinx,
 python3-venv,
 tox,
Standards-Version: 4.6.2
Homepage: https://github.com/theacodes/nox/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-nox
Vcs-Git: https://salsa.debian.org/python-team/packages/python-nox.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: nox
Architecture: all
Section: devel
Depends:
 python3-nox (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Description: Flexible test automation
 Nox is a command-line tool that automates testing in multiple Python
 environments, similar to tox. Unlike tox, Nox uses a standard Python file for
 configuration.
 It will automatically create virtualenv with the appropriate interpreter,
 install the specified dependencies, and run the commands in order.

Package: python-nox-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Flexible test automation (Documentation)
 Nox is a command-line tool that automates testing in multiple Python
 environments, similar to tox. Unlike tox, Nox uses a standard Python file for
 configuration.
 It will automatically create virtualenv with the appropriate interpreter,
 install the specified dependencies, and run the commands in order.
 .
 This package contains the documentation.

Package: python3-nox
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-nox-doc,
Description: Flexible test automation (Python3 version)
 Nox is a command-line tool that automates testing in multiple Python
 environments, similar to tox. Unlike tox, Nox uses a standard Python file for
 configuration.
 It will automatically create virtualenv with the appropriate interpreter,
 install the specified dependencies, and run the commands in order.
 .
 This package contains the Python 3 version of the library.