summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 158b8c3730c6a7f241a7aefad86d909a6d24057b (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 = 2019.57
	pkgrel = 1
	url = http://github.com/wpilibsuite/styleguide
	arch = i686
	arch = x86_64
	license = custom=FRC-BSD
	checkdepends = python-pytest-runner
	checkdepends = python-pip
	checkdepends = git
	makedepends = git
	depends = python-regex
	depends = clang
	depends = yapf
	provides = python-wpiformat
	conflicts = python-wpiformat
	source = git+git://github.com/wpilibsuite/styleguide
	md5sums = SKIP

pkgname = python-wpiformat-git