File: control

package info (click to toggle)
flake8-spellcheck 0.28.0-2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,364 kB
  • sloc: python: 425; sh: 12; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,110 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
Source: flake8-spellcheck
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Guilherme Puida Moreira <guilherme@puida.xyz>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-flake8,
 python3-poetry-core,
 python3-pytest <!nocheck>,
 python3-pytest-flake8-path <!nocheck>,
 python3-setuptools,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.6.2
Homepage: https://github.com/MichaelAquilina/flake8-spellcheck
Vcs-Browser: https://salsa.debian.org/python-team/packages/flake8-spellcheck
Vcs-Git: https://salsa.debian.org/python-team/packages/flake8-spellcheck.git

Package: python3-flake8-spellcheck
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: flake8 plugin that spellchecks parts of your Python code (Python 3)
 A flake8 plugin that spellchecks variables, function, classes and other bits
 of your Python code.
 .
 Spelling is assumed to be in en_US.
 .
 This package installs the library for Python 3.