summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Andrejak <thomas.andrejak@gmail.com>2019-11-07 08:35:01 +0100
committerGöktürk Yüksek <gokturk@gentoo.org>2019-12-24 16:54:45 -0500
commit3d0eb22c7c27fbe38f5da102e446ef4b01c66215 (patch)
tree7b17b196b8b38d16986d521462e05fd5cede4f6f /dev-python/lark-parser/lark-parser-0.7.8.ebuild
parentnet-analyzer/prelude-lml-rules: Bump version 5.1 (diff)
downloadgentoo-3d0eb22c7c27fbe38f5da102e446ef4b01c66215.tar.gz
gentoo-3d0eb22c7c27fbe38f5da102e446ef4b01c66215.tar.bz2
gentoo-3d0eb22c7c27fbe38f5da102e446ef4b01c66215.zip
dev-python/lark-parser: Add new package
Needed for new www-apps/prewikka 5.1 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'dev-python/lark-parser/lark-parser-0.7.8.ebuild')
-rw-r--r--dev-python/lark-parser/lark-parser-0.7.8.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/lark-parser/lark-parser-0.7.8.ebuild b/dev-python/lark-parser/lark-parser-0.7.8.ebuild
new file mode 100644
index 000000000000..1ed9fbc1d429
--- /dev/null
+++ b/dev-python/lark-parser/lark-parser-0.7.8.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module to propose a modern general-purpose parsing library for Python"
+HOMEPAGE="https://github.com/lark-parser/lark"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"