summaryrefslogtreecommitdiff
path: root/debian/control
blob: aea895138772acd4a6e157bde8932dc575594b8d (plain)
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
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-flake8 (>= 5.0.4),
	       python3-pytest <!nocheck>,
	       python3-py <!nocheck>,
	       python3-setuptools,
	       python3-all,
Standards-Version: 4.6.2
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
Testsuite: autopkgtest-pkg-pybuild

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.