diff options
author | 2019-11-07 08:35:01 +0100 | |
---|---|---|
committer | 2019-12-24 16:54:45 -0500 | |
commit | 3d0eb22c7c27fbe38f5da102e446ef4b01c66215 (patch) | |
tree | 7b17b196b8b38d16986d521462e05fd5cede4f6f /dev-python/lark-parser/lark-parser-0.7.8.ebuild | |
parent | net-analyzer/prelude-lml-rules: Bump version 5.1 (diff) | |
download | gentoo-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.ebuild | 16 |
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" |