blob: 417ef5faced83e2b3a4163533a929ca93dde833b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-darkgraylib
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.2.1
pkgrel = 1
url = https://github.com/akaihola/darkgraylib
arch = any
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-pygments
checkdepends = python-pytest-kwparametrize
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-toml
depends = python-click
optdepends = python-pygments: syntax highlighting
source = python-darkgraylib::git+https://github.com/akaihola/darkgraylib.git#tag=v1.2.1
sha256sums = f93150231c79d930a0b66bda2545cbc0f9c51258fb46b51d7464267f5c713526
pkgname = python-darkgraylib
|