From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D930138334 for ; Tue, 24 Dec 2019 21:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 934E0E0E0D; Tue, 24 Dec 2019 21:55:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F13BE0DFF for ; Tue, 24 Dec 2019 21:55:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E7AD34DB2E for ; Tue, 24 Dec 2019 21:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 133233B for ; Tue, 24 Dec 2019 21:55:11 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1577224485.3d0eb22c7c27fbe38f5da102e446ef4b01c66215.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lark-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lark-parser/Manifest dev-python/lark-parser/lark-parser-0.7.8.ebuild dev-python/lark-parser/metadata.xml X-VCS-Directories: dev-python/lark-parser/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 3d0eb22c7c27fbe38f5da102e446ef4b01c66215 X-VCS-Branch: master Date: Tue, 24 Dec 2019 21:55:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c97d867c-618f-412f-9957-e487167b779b X-Archives-Hash: 0fa4c184399053a927c230ec11db45cc commit: 3d0eb22c7c27fbe38f5da102e446ef4b01c66215 Author: Thomas Andrejak gmail com> AuthorDate: Thu Nov 7 07:35:01 2019 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Tue Dec 24 21:54:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0eb22c dev-python/lark-parser: Add new package Needed for new www-apps/prewikka 5.1 Signed-off-by: Göktürk Yüksek gentoo.org> dev-python/lark-parser/Manifest | 1 + dev-python/lark-parser/lark-parser-0.7.8.ebuild | 16 ++++++++++++++++ dev-python/lark-parser/metadata.xml | 16 ++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/dev-python/lark-parser/Manifest b/dev-python/lark-parser/Manifest new file mode 100644 index 00000000000..48eab849127 --- /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 00000000000..1ed9fbc1d42 --- /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 00000000000..2b5b3fe9fe8 --- /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 + +