dev-python/lark-parser: Add new package
authorThomas Andrejak <thomas.andrejak@gmail.com>
Thu, 7 Nov 2019 07:35:01 +0000 (08:35 +0100)
committerGöktürk Yüksek <gokturk@gentoo.org>
Tue, 24 Dec 2019 21:54:45 +0000 (16:54 -0500)
Needed for new www-apps/prewikka 5.1

Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
dev-python/lark-parser/Manifest [new file with mode: 0644]
dev-python/lark-parser/lark-parser-0.7.8.ebuild [new file with mode: 0644]
dev-python/lark-parser/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/lark-parser/Manifest b/dev-python/lark-parser/Manifest
new file mode 100644 (file)
index 0000000..48eab84
--- /dev/null
@@ -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 (file)
index 0000000..1ed9fbc
--- /dev/null
@@ -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 (file)
index 0000000..2b5b3fe
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>thomas.andrejak@gmail.com</email>
+               <name>Thomas Andrejak</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">lark-parser</remote-id>
+               <remote-id type="github">lark-parser/lark</remote-id>
+       </upstream>
+</pkgmetadata>