blob: be3f0248c674b55a00e3f1bcd36a860dfed7a5a9 (
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
29
30
31
32
33
34
|
pkgbase = python-prospector
pkgdesc = Python static analysis tool
pkgver = 1.10.2
pkgrel = 1
url = https://github.com/PyCQA/prospector/
arch = any
license = GPL2
makedepends = python-poetry
makedepends = python-wheel
depends = python-pylint
depends = python-pylint-celery
depends = python-pylint-django
depends = python-pylint-plugin-utils
depends = python-pylint-flask
depends = python-requirements-detector
depends = python-yaml
depends = python-mccabe
depends = python-pyflakes
depends = python-pycodestyle
depends = python-pep8-naming
depends = python-pydocstyle
depends = python-dodgy
depends = python-toml
depends = python-setoptconf
depends = python-gitpython
depends = python-packaging
optdepends = python-bandit: security linter
optdepends = mypy: optional type checking
optdepends = python-pyroma: check setup.py
optdepends = python-vulture: find dead code
source = https://files.pythonhosted.org/packages/source/p/prospector/prospector-1.10.2.tar.gz
sha256sums = cc8f09e79bdd32247edddf05b666940e88ad96338a84f5717b1e8c0678337821
pkgname = python-prospector
|