summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO21
1 files changed, 21 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..931be288b4d2
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,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