From: Thomas Andrejak Date: Thu, 7 Nov 2019 07:35:01 +0000 (+0100) Subject: dev-python/lark-parser: Add new package X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3d0eb22c7c27fbe38f5da102e446ef4b01c66215;p=gentoo.git dev-python/lark-parser: Add new package Needed for new www-apps/prewikka 5.1 Signed-off-by: Göktürk Yüksek --- diff --git a/dev-python/lark-parser/Manifest b/dev-python/lark-parser/Manifest new file mode 100644 index 000000000000..48eab849127e --- /dev/null +++ b/dev-python/lark-parser/Manifest @@ -0,0 +1 @@ +DIST lark-parser-0.7.8.tar.gz 276204 BLAKE2B c2d103f41b7b6ccb988c5935c53e422d495980c1d64cba125e9d27b9b7bf03c0864904e6c2c6b40ec56e8975a8051f1a18c9da126d02fe149dc3684ea7d41c30 SHA512 52eed1a5f26fa7ba79820298a8f6f7594b2351797abdaf8fd96f76e15a11711805955e055164ce287f7204edf3d19116562795cf56db464b4f2f15e40e1da561 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" diff --git a/dev-python/lark-parser/metadata.xml b/dev-python/lark-parser/metadata.xml new file mode 100644 index 000000000000..2b5b3fe9fe82 --- /dev/null +++ b/dev-python/lark-parser/metadata.xml @@ -0,0 +1,16 @@ + + + + + thomas.andrejak@gmail.com + Thomas Andrejak + + + proxy-maint@gentoo.org + Proxy Maintainers + + + lark-parser + lark-parser/lark + +