blob: 965ce97108b9baa815c55ee99c4d9af704b94377 (
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-wpiformat-git
pkgdesc = Linters and formatters for ensuring WPILib's source code conforms to its style guide
pkgver = 2024.48
pkgrel = 1
url = https://github.com/wpilibsuite/styleguide
arch = i686
arch = x86_64
license = custom=FRC-BSD
makedepends = python-build
makedepends = python-installer
makedepends = python-pytest
depends = clang
depends = python-black
depends = python-gersemi
depends = python-isort
depends = python-regex
provides = python-wpiformat
conflicts = python-wpiformat
source = git+https://github.com/wpilibsuite/styleguide
md5sums = SKIP
pkgname = python-wpiformat-git
|