summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAdam Labbe2018-07-26 11:35:48 -0400
committerAdam Labbe2018-07-26 11:35:48 -0400
commit21d0a6589ae15240938c60a0e15edf30e7655b6f (patch)
tree03140bd7d1604ce2e5b5aedb39b6bd122baf2c05 /.SRCINFO
downloadaur-21d0a6589ae15240938c60a0e15edf30e7655b6f.tar.gz
Initial release of flake8-formatter-abspath
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6a82f7626bab
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = python-flake8-formatter-abspath
+ pkgdesc = A flake8 formatter plugin that shows the absolute path of files with warnings.
+ pkgver = 1.0.1
+ pkgrel = 1
+ url = https://github.com/jarshwah/flake8_formatter_abspath
+ arch = any
+ license = MIT
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ makedepends = git
+ source = git+https://github.com/jarshwah/flake8_formatter_abspath.git#tag=v1.0.1
+ md5sums = SKIP
+
+pkgname = python-flake8-formatter-abspath
+ depends = python-setuptools
+
+pkgname = python2-flake8-formatter-abspath
+ depends = python2-setuptools
+