summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO22
1 files changed, 22 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d9ea19de5120
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+pkgbase = python-pyflakes-git
+ pkgdesc = A lint-like tool for Python to identify common errors quickly without executing code (Git version)
+ pkgver = 0.8.1.r35.g03ffc76
+ pkgrel = 1
+ url = http://pypi.python.org/pypi/pyflakes
+ arch = any
+ license = MIT
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = pyflakes::git+https://github.com/pyflakes/pyflakes/
+ sha1sums = SKIP
+
+pkgname = python-pyflakes-git
+ depends = python-setuptools
+ provides = python-pyflakes
+ conflicts = python-pyflakes
+
+pkgname = python2-pyflakes-git
+ depends = python2-setuptools
+ provides = python2-pyflakes
+ conflicts = python2-pyflakes
+