blob: 840220a73158eaf254838de59611843576db87b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-flake8-builtins
pkgdesc = Check for python builtins being used as variables or parameters
pkgver = 3.0.0
pkgrel = 1
url = https://github.com/gforcada/flake8-builtins
arch = any
license = GPL-2.0-or-later
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
makedepends = python-wheel
depends = flake8
source = flake8-builtins-3.0.0.tar.gz::https://github.com/gforcada/flake8-builtins/archive/3.0.0.tar.gz
sha512sums = 0d9961a31f3130db1cffad41af0da197eb75210cc194d38a3e302fd2352f9e3acf9b6bd216c41e115df02bd643930d2c2e712c801c301d966c05ea21840e0e89
pkgname = python-flake8-builtins
|