File: control

package info (click to toggle)
tox 4.49.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,612 kB
  • sloc: python: 26,672; javascript: 114; sh: 22; makefile: 15
file content (59 lines) | stat: -rw-r--r-- 1,747 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
Source: tox
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Faidon Liambotis <paravoid@debian.org>
Homepage: https://tox.wiki/
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-cachetools,
 python3-colorama,
 python3-filelock,
 python3-packaging (>= 26.0-1~),
 python3-platformdirs,
 python3-pyproject-api,
 python3-virtualenv,
 python3-hatchling,
 python3-hatch-vcs,
 dh-sequence-sphinxdoc <!nodoc>,
 libjs-d3 <!nodoc>,
 python3-doc <!nodoc>,
 python3-sphinx <!nodoc>,
 python3-sphinx-argparse-cli <!nodoc>,
 python3-sphinx-autodoc-typehints <!nodoc>,
 python3-sphinxcontrib-mermaid <!nodoc>,
 python3-sphinxcontrib-towncrier <!nodoc>,
 python3-sphinx-copybutton <!nodoc>,
 python3-sphinx-inline-tabs <!nodoc>,
 python3-sphinx-issues <!nodoc>,
 python3-sphinx-reredirects <!nodoc>,
 python3-truststore <!nodoc>,
 furo <!nodoc>,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/python-team/packages/tox.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/tox

Package: tox
Architecture: all
Depends:
 python3,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${sphinxdoc:Depends},
 libjs-d3,
Built-Using:
 ${sphinxdoc:Built-Using}
Description: virtualenv-based automation of test activities
 Tox as is a generic virtualenv management and test command line tool
 you can use for:
 .
  * checking your package installs correctly with different Python
    versions and interpreters
  * running your tests in each of the environments, configuring your
    test tool of choice
  * acting as a frontend to Continuous Integration servers, greatly
    reducing boilerplate and merging CI and shell-based testing.