summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 931be288b4d2480f00cc6a8882b27d4309d9eb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python-pytest-flakes
	pkgdesc = pytest plugin to check source code with pyflakes
	pkgver = 4.0.0
	pkgrel = 1
	url = https://github.com/fschulze/pytest-flakes
	arch = any
	license = MIT
	makedepends = python
	makedepends = python-setuptools
	makedepends = python2
	makedepends = python2-setuptools
	source = pytest-flakes-4.0.0.tar.gz::https://files.pythonhosted.org/packages/source/p/pytest-flakes/pytest-flakes-4.0.0.tar.gz
	sha256sums = 341964bf5760ebbdde9619f68a17d5632c674c3f6903ef66daa0a4f540b3d143

pkgname = python-pytest-flakes
	depends = python
	depends = python-pyflakes

pkgname = python2-pytest-flakes
	depends = python2
	depends = python2-pyflakes