File: control

package info (click to toggle)
python-pytest-flake8 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: python: 370; sh: 5; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 912 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
Source: python-pytest-flake8
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@debian.org>
Build-Depends: debhelper-compat (= 13),
	       dh-python,
	       python3-setuptools,
	       python3-all,
Standards-Version: 4.5.0
Homepage: https://github.com/tholo/pytest-flake8
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytest-flake8
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-flake8.git
Rules-Requires-Root: no

Package: python3-pytest-flake8
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Pytest plugin for check flake8 requirements (Python 3)
 python-pytest-flake8 is a pytest plugin used to check flake8
 requirements.  After installing it, you can run pytest using the
 "--flake8" option.
 .
 This package installs the library for Python 3.