blob: 958ab625bf0fb3ca2010773c837dd61280ae3903 (
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
35
36
|
pkgbase = pylama
pkgdesc = Code audit tool for python
pkgver = 8.4.1
pkgrel = 2
url = https://github.com/klen/pylama
changelog = Changelog
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-mypy
checkdepends = python-eradicate
checkdepends = python-radon
checkdepends = mypy
checkdepends = python-pylint
checkdepends = vulture
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = tar
depends = python
depends = python-pycodestyle
depends = python-pydocstyle
depends = python-pyflakes
depends = python-mccabe
depends = python-toml
depends = python-pytest
depends = python-setuptools
optdepends = python-radon: radon support
optdepends = python-eradicate: eradicate support
optdepends = mypy: mypy support
optdepends = python-pylint: pylint support
optdepends = vulture: vulture support
source = pylama-8.4.1.tar.gz::https://api.github.com/repos/klen/pylama/tarball/refs/tags/8.4.1
b2sums = dcb00cfe080e44a517471acec27e46642e4d00ebf2e9b781184abb579ddabe881e3e5816ebc8390834dce3e3ebf4cea8ad02263b0596523528da10f2ae84f025
pkgname = pylama
|