File: control

package info (click to toggle)
yamllint 1.37.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,516 kB
  • sloc: python: 11,407; makefile: 151; sh: 3
file content (29 lines) | stat: -rw-r--r-- 1,079 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
Source: yamllint
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Adrien Vergé <adrienverge@gmail.com>, Philipp Huebner <debalance@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-pathspec,
               python3-setuptools,
               pybuild-plugin-pyproject,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-yaml
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/yamllint
Vcs-Git: https://salsa.debian.org/python-team/packages/yamllint.git
Homepage: https://github.com/adrienverge/yamllint

Package: yamllint
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Description: Linter for YAML files
 yamllint does not only check for syntax validity, but for weirdnesses like key
 repetition and cosmetic problems such as lines length, trailing spaces,
 indentation, etc.