public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lark/
Date: Wed,  7 Dec 2022 16:24:13 +0000 (UTC)	[thread overview]
Message-ID: <1670429410.1f474e5a9f1ed8f9bbb162ee8a66e9c7289dfc96.mgorny@gentoo> (raw)

commit:     1f474e5a9f1ed8f9bbb162ee8a66e9c7289dfc96
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 16:05:14 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 16:10:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f474e5a

dev-python/lark: Bump to 1.1.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/lark/Manifest          |  1 +
 dev-python/lark/lark-1.1.5.ebuild | 45 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/lark/Manifest b/dev-python/lark/Manifest
index dfa5cc3138b8..0f5134144235 100644
--- a/dev-python/lark/Manifest
+++ b/dev-python/lark/Manifest
@@ -1,2 +1,3 @@
 DIST lark-1.1.3.tar.gz 245913 BLAKE2B 4c7b53d123aa7cdffcb16027921fced2f94dc0e5b9b816825f297629a9ff446758d9a700dc0f243f3d4c478fc992bbf5bfb38c51c2be3c8379df06b41044c624 SHA512 5359a29852554049ecee77a4151a2c64c5af72eccf5c2bb07926b0c131caac15cc51777c2df1d2c736e9e2b45d59543aa8a6d16ef2cb92ea7f8564c7ac06edb2
 DIST lark-1.1.4.tar.gz 246520 BLAKE2B 08073f89a3403d5e722b3af4d9226ea4ca890a7ad9978fb69f023f1219bb2d148533a68810188d3af35770cc36d29629a1c57a3fbab4098e9ec3d4e73f68ffe8 SHA512 32498f8c387320dce89ebab66e9eed49dc83b855060a8fb9459e6323d0d783ff7184ac997ff095fead09766c00f28c12ccbcd614effb8344ba49df51f7b5a566
+DIST lark-1.1.5.tar.gz 246737 BLAKE2B 2111bb6c2f6eaa05b803daf11f0f55641c9b3943a97f943fd27b5dd33f8b511e3b0fc4fb335edbb3926ad19da6cb2696b7f87003b7def068cae1d805b3feb8d9 SHA512 8103e050745c83c99b077667aa8b1d4dfad28f5554d2381534b3518d8d3e8adb70f0304fdc7e1c762d3ea26089181d9632dea155b6cd97237078b89330a6711e

diff --git a/dev-python/lark/lark-1.1.5.ebuild b/dev-python/lark/lark-1.1.5.ebuild
new file mode 100644
index 000000000000..48eebe3a0446
--- /dev/null
+++ b/dev-python/lark/lark-1.1.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module to propose a modern general-purpose parsing library for Python"
+HOMEPAGE="
+	https://github.com/lark-parser/lark/
+	https://pypi.org/project/lark/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/lark/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/atomicwrites[${PYTHON_USEDEP}]
+		dev-python/regex[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	local EPYTEST_IGNORE=(
+		# require dev-python/js2py which is a really bad quality package
+		tests/test_nearley/test_nearley.py
+	)
+
+	if has "${EPYTHON}" pypy3 python3.{8,9}; then
+		EPYTEST_IGNORE+=(
+			# test using Python 3.10+ syntax
+			tests/test_pattern_matching.py
+		)
+	fi
+
+	epytest
+}


             reply	other threads:[~2022-12-07 16:24 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-07 16:24 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15 13:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/lark/ Michał Górny
2024-08-31  9:21 Michał Górny
2024-08-31  8:41 Arthur Zamarin
2024-08-14  6:05 Michał Górny
2024-05-09 17:32 Michał Górny
2024-02-10  3:24 Sam James
2024-01-29 10:11 Michał Górny
2024-01-29  8:01 Sam James
2024-01-10 21:12 Michał Górny
2023-11-25 10:42 Michał Górny
2023-11-25  8:51 Sam James
2023-10-23 12:35 Michał Górny
2023-08-19 16:21 Michał Górny
2023-08-19 16:08 Arthur Zamarin
2023-07-21  6:06 Michał Górny
2023-07-18  7:30 Michał Górny
2023-07-08 10:47 Benda XU
2023-05-26 20:29 Arthur Zamarin
2023-03-16  3:56 Michał Górny
2023-01-10  8:42 Arthur Zamarin
2023-01-10  8:40 Arthur Zamarin
2023-01-08  5:21 Michał Górny
2023-01-07 19:31 Arthur Zamarin
2023-01-07 19:31 Arthur Zamarin
2023-01-07 19:31 Arthur Zamarin
2023-01-07 19:02 Arthur Zamarin
2023-01-07 19:02 Arthur Zamarin
2023-01-07 18:46 Arthur Zamarin
2023-01-07 18:31 Arthur Zamarin
2022-12-11 20:50 Michał Górny
2022-12-11 18:30 Arthur Zamarin
2022-12-10  9:11 Arthur Zamarin
2022-12-10  8:55 Arthur Zamarin
2022-12-10  8:53 Arthur Zamarin
2022-11-16  6:01 Arthur Zamarin
2022-11-16  6:00 Arthur Zamarin
2022-11-11  5:34 Sam James
2022-11-11  4:25 Sam James
2022-11-11  3:50 Sam James
2022-11-10 19:22 Arthur Zamarin
2022-11-10 19:22 Arthur Zamarin
2022-11-10 19:22 Arthur Zamarin
2022-11-10 19:03 Arthur Zamarin
2022-11-02  7:37 Michał Górny
2022-10-11 12:24 Michał Górny
2022-05-27 19:55 Michał Górny
2022-05-27 10:46 Jakov Smolić
2022-05-27  9:49 Jakov Smolić
2022-05-27  9:29 Jakov Smolić
2022-05-27  9:18 Jakov Smolić
2022-05-27  9:18 Jakov Smolić
2022-05-27  9:14 Jakov Smolić
2022-05-27  9:12 Jakov Smolić
2022-05-27  9:07 Jakov Smolić
2022-05-12 14:01 Michał Górny
2022-04-25 16:38 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1670429410.1f474e5a9f1ed8f9bbb162ee8a66e9c7289dfc96.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox