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 F31841382C5 for ; Fri, 19 Mar 2021 07:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43044E08C8; Fri, 19 Mar 2021 07:43:37 +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 27BE3E08C8 for ; Fri, 19 Mar 2021 07:43:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1AF15335E2E for ; Fri, 19 Mar 2021 07:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D04D4A5 for ; Fri, 19 Mar 2021 07:43:34 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1616139800.41f5555ab1b1d608203b91a96d900ed22be7a4cb.juippis@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.11.2.ebuild X-VCS-Directories: dev-python/lark-parser/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 41f5555ab1b1d608203b91a96d900ed22be7a4cb X-VCS-Branch: master Date: Fri, 19 Mar 2021 07:43:34 +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: 4b93d68d-d93e-4897-a1e6-cabf6a949843 X-Archives-Hash: 613f47fc1c8be2476a77ebdc5b575d00 commit: 41f5555ab1b1d608203b91a96d900ed22be7a4cb Author: Denis Efremov linux com> AuthorDate: Tue Feb 16 12:22:32 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Mar 19 07:43:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f5555a dev-python/lark-parser: add 0.11.2 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Denis Efremov linux.com> Closes: https://github.com/gentoo/gentoo/pull/19486 Signed-off-by: Joonas Niilola gentoo.org> dev-python/lark-parser/Manifest | 1 + dev-python/lark-parser/lark-parser-0.11.2.ebuild | 30 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-python/lark-parser/Manifest b/dev-python/lark-parser/Manifest index 48eab849127..66ebacd3e69 100644 --- a/dev-python/lark-parser/Manifest +++ b/dev-python/lark-parser/Manifest @@ -1 +1,2 @@ +DIST lark-parser-0.11.2.tar.gz 225851 BLAKE2B b4fec8701287237442d8fd3b2519f75f70f153a0d9deba8b39ba3317df358fe1ddda738f320ff689a7a8965ab157fefea7eb121ea980c6a6d8ca1b42d63941c9 SHA512 277be4e6d56d8e2747df434518d6d7918c149a67c3f6af3f978858be86f3fae9248989823c2429dbdff4a1c1615753607f5487fd9d6705cfafec698cb9d47e4b DIST lark-parser-0.7.8.tar.gz 276204 BLAKE2B c2d103f41b7b6ccb988c5935c53e422d495980c1d64cba125e9d27b9b7bf03c0864904e6c2c6b40ec56e8975a8051f1a18c9da126d02fe149dc3684ea7d41c30 SHA512 52eed1a5f26fa7ba79820298a8f6f7594b2351797abdaf8fd96f76e15a11711805955e055164ce287f7204edf3d19116562795cf56db464b4f2f15e40e1da561 diff --git a/dev-python/lark-parser/lark-parser-0.11.2.ebuild b/dev-python/lark-parser/lark-parser-0.11.2.ebuild new file mode 100644 index 00000000000..f13dafb312e --- /dev/null +++ b/dev-python/lark-parser/lark-parser-0.11.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +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" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/regex[${PYTHON_USEDEP}] + dev-python/js2py[${PYTHON_USEDEP}] + )" + +python_test() { + "${EPYTHON}" -m tests || die "Tests fail with ${EPYTHON}" +}