summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 3a607c7a037c8cf05a9aaf5e33464558f6d59ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python-wpiformat-git
	pkgdesc = Linters and formatters for ensuring WPILib's source code conforms to its style guide
	pkgver = 2016.50
	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 = clang
	depends = yapf
	provides = python-wpiformat
	conflicts = python-wpiformat
	source = git+git://github.com/wpilibsuite/styleguide
	md5sums = SKIP

pkgname = python-wpiformat-git