File: control

package info (click to toggle)
ansible-lint 25.6.1%2Breally25.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,628 kB
  • sloc: python: 18,973; sh: 66; makefile: 7
file content (56 lines) | stat: -rw-r--r-- 2,229 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
Source: ansible-lint
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Samuel Henrique <samueloph@debian.org>,
           Gregory Colpart <reg@debian.org>,
           Lee Garrett <debian@rocketjump.eu>,
Section: misc
Priority: optional
Build-Depends: black (>= 24.3.0) <!nocheck>,
               debhelper-compat (= 13),
               dh-sequence-python3,
               git <!nocheck>,
               pybuild-plugin-pyproject,
               python3-all,
               python3-ansible-compat (>= 25.1.5) <!nocheck>,
               python3-filelock (>= 3.3.0) <!nocheck>,
               python3-jmespath <!nocheck>,
               python3-license-expression (>= 30.3.0) <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-mock <!nocheck>,
               python3-pytest-xdist <!nocheck>,
               python3-ruamel.yaml (>= 0.18.5) <!nocheck>,
               python3-setuptools,
               python3-setuptools-scm,
               python3-wcmatch <!nocheck>,
               yamllint (>= 1.30.0) <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/ansible-lint
Vcs-Git: https://salsa.debian.org/python-team/packages/ansible-lint.git
Homepage: https://github.com/ansible-community/ansible-lint
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: ansible-lint
Architecture: all
Depends: ansible-core,
         black (>= 24.3.0),
         git,
         python3-ansible-compat (>= 25.1.5),
         python3-filelock (>= 3.3.0),
         python3-jinja2,
         python3-jsonschema (>= 4.10.0),
         python3-packaging (>= 21.3),
         python3-pathspec (>= 0.10.3),
         python3-ruamel.yaml (>= 0.18.5),
         python3-wcmatch,
         python3-yaml (>= 5.4.1),
         yamllint (>= 1.30.0),
         ${misc:Depends},
         ${python3:Depends}
Description: lint tool for Ansible playbooks
 Ansible playbooks express configuration, deployment and orchestration in YAML
 format. They can describe a policy you want your remote systems to enforce,
  or a set of steps in a general IT process.
 .
 ansible-lint checks Ansible playbooks for practices and behaviour that could
 potentially be improved.