blob: 1399ff6d9f92e64bbd0c7542e6dc4ffd19332f5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-graylint
pkgdesc = Filter linter messages from various Python linters to only those which were caused by recent changes to the code base being linted
pkgver = 1.1.1
pkgrel = 1
url = https://github.com/akaihola/graylint
arch = any
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = mypy
checkdepends = python-pytest-kwparametrize
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-darkgraylib
optdepends = python-pygments: syntax highlighting
source = python-graylint::git+https://github.com/akaihola/graylint.git#tag=v1.1.1
sha512sums = b6d4e6fba44ea957976e591480f3340c21f129112b0403279aaf4c7a17bda36dc92ec50e4b8bb9877a997afb1a63e302f19aeba7e4c0a2374c97bba13386015a
pkgname = python-graylint
|