summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorCarsten Teibes2018-04-30 00:38:17 +0200
committerCarsten Teibes2018-04-30 00:38:17 +0200
commitd00ea88ef72251159830e63db2524344bc8d8ce6 (patch)
treec33b3ee33ac844c1b36c17a631799ff629e7eb4e /.SRCINFO
downloadaur-d00ea88ef72251159830e63db2524344bc8d8ce6.tar.gz
[new] python-tatsu
python2-tatsu 4.2.5
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b99a3cb76237
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = python-tatsu
+ pkgdesc = A tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python
+ pkgver = 4.2.5
+ pkgrel = 1
+ url = https://github.com/neogeny/TatSu
+ arch = any
+ license = custom: BSD
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = python-tatsu-4.2.5.tar.gz::https://github.com/neogeny/TatSu/archive/v4.2.5.tar.gz
+ sha256sums = 5d31af50b87760816e2703ea6ea91e744190317aec8cb5093fb4d9a9b7f00d61
+
+pkgname = python-tatsu
+ pkgdesc = A tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python (python3 version)
+ depends = python
+
+pkgname = python2-tatsu
+ pkgdesc = A tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python (python2 version)
+ depends = python2
+