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/parso/
Date: Sun, 24 Aug 2025 03:04:04 +0000 (UTC)	[thread overview]
Message-ID: <1756004513.c4357890be215788df0c219583b5861cf2000dbb.mgorny@gentoo> (raw)

commit:     c4357890be215788df0c219583b5861cf2000dbb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 24 02:57:14 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 24 03:01:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4357890

dev-python/parso: Bump to 0.8.5

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

 dev-python/parso/Manifest           |  1 +
 dev-python/parso/parso-0.8.5.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/parso/Manifest b/dev-python/parso/Manifest
index 51f54440372b..5c7f18d2e2ed 100644
--- a/dev-python/parso/Manifest
+++ b/dev-python/parso/Manifest
@@ -1 +1,2 @@
 DIST parso-0.8.4.gh.tar.gz 398241 BLAKE2B 5a8a81f64b20b52cd3349b7bc059621733debfaf5cc271f3e89423d63e4af67391f7740c34b450b2a91fafe34b8986926e8f7c4ca0b8600eafd0171c01e664b0 SHA512 da96f0ab6cfbcf2a54ee73262a672bb4d9720aa91fd884a8c17165d597eece97569b7ee87fd7ea1c0be663c0cb2930a66a03b4e305070f59f346485817607db3
+DIST parso-0.8.5.gh.tar.gz 399412 BLAKE2B 38a0036954fec71b2878aeb2a32f437a9f787b51ab27cd773289d728371dc2cae556b8d19559dfb3cf001350d15f7256e1b2c1fcc0d0736249905a85b4b469f0 SHA512 9f24e13d0c4c1ddd818dc86414623f02beb4a2ee7e6df82fa014756f3ea2f7b7202a655250511e29d66b8bf32170780dfeda1b95ef30c051fad832240b40430a

diff --git a/dev-python/parso/parso-0.8.5.ebuild b/dev-python/parso/parso-0.8.5.ebuild
new file mode 100644
index 000000000000..bc00bc4de391
--- /dev/null
+++ b/dev-python/parso/parso-0.8.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="A python parser that supports error recovery and round-trip parsing"
+HOMEPAGE="
+	https://github.com/davidhalter/parso/
+	https://pypi.org/project/parso/
+"
+SRC_URI="
+	https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+distutils_enable_sphinx docs
+
+EPYTEST_PLUGINS=()
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+	# py3.10 changed exception messages
+	test/test_python_errors.py::test_python_exception_matches
+	# With python3.11 this additional file is run by pytest,
+	# but it is not actually a test and thus fails
+	parso/python/token.py::parso.python.token.PythonTokenTypes
+)


             reply	other threads:[~2025-08-24  3:04 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-24  3:04 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-26 11:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/parso/ Arthur Zamarin
2025-06-21  8:15 Michał Górny
2025-06-21  6:33 Arthur Zamarin
2025-05-31 17:15 Michał Górny
2025-02-20 13:48 Michał Górny
2024-06-16 17:37 Michał Górny
2024-04-20  9:54 Michał Górny
2024-04-20  9:51 Michał Górny
2024-04-05 19:45 Michał Górny
2023-06-01 13:22 Michał Górny
2023-06-01 13:22 Michał Górny
2022-05-26  9:30 Andrew Ammerlaan
2022-04-25 19:25 Michał Górny
2022-04-25 18:59 Sam James
2022-04-07  4:40 Michał Górny
2021-12-31 18:43 Arthur Zamarin
2021-11-30 21:55 Michał Górny
2021-09-05  1:18 Sam James
2021-09-05  1:18 Sam James
2021-08-26  3:00 Sam James
2021-08-24 23:21 Sam James
2021-08-20 23:51 Sam James
2021-08-20  6:00 Agostino Sarubbo
2021-08-20  5:59 Agostino Sarubbo
2021-08-04 10:23 Sergei Trofimovich
2021-08-04 10:23 Sergei Trofimovich
2021-07-25 15:26 Sergei Trofimovich
2021-07-25 15:26 Sergei Trofimovich
2021-07-25  3:16 Matt Turner
2021-07-25  3:16 Matt Turner
2021-07-24  8:23 Michał Górny
2021-07-01  8:43 Michał Górny
2021-06-20  1:55 Sam James
2021-06-20  1:55 Sam James
2021-05-06 11:19 Michał Górny
2021-05-06 10:06 Sam James
2021-03-31 10:14 Michał Górny
2021-03-02  8:43 Michał Górny
2021-03-02  3:15 Sam James
2020-12-31  6:07 Sam James
2020-09-20  9:36 Michał Górny
2020-09-18 23:59 Sam James
2020-09-08 23:59 Sam James
2020-08-05  7:50 Michał Górny
2020-07-24 14:31 Michał Górny
2020-07-21 22:32 Sam James
2020-06-03 15:21 Agostino Sarubbo
2020-06-03 15:17 Agostino Sarubbo
2020-06-03 15:10 Agostino Sarubbo
2020-06-02 12:01 Michał Górny
2020-04-14  7:58 Agostino Sarubbo
2020-04-14  5:33 Michał Górny
2020-04-14  5:33 Michał Górny
2020-03-27 16:25 Joonas Niilola
2020-03-19 17:20 Michał Górny
2020-03-19 11:40 Mart Raudsepp
2020-03-05  9:27 Agostino Sarubbo
2020-03-05  9:26 Agostino Sarubbo
2020-03-05  9:07 Agostino Sarubbo
2020-03-04 12:33 Michał Górny
2020-03-04  5:01 Michał Górny
2020-03-02 11:34 Sergei Trofimovich
2020-02-28 17:50 Agostino Sarubbo
2020-02-28 14:12 Agostino Sarubbo
2020-02-28  6:06 Michał Górny
2020-02-28  6:06 Michał Górny
2020-02-04  4:50 Michał Górny
2020-01-27 14:28 Agostino Sarubbo
2020-01-27 14:25 Agostino Sarubbo
2020-01-27 12:51 Agostino Sarubbo
2020-01-27  7:22 Michał Górny
2019-12-16  8:09 Michał Górny
2019-12-16  8:09 Michał Górny
2019-12-16  8:09 Michał Górny
2019-12-03  0:54 Patrick McLean
2019-12-02 21:13 Aaron Bauman
2019-11-24 16:15 Aaron Bauman
2019-07-14  6:23 Michał Górny
2019-07-03 22:00 Tim Harder
2019-07-03 22:00 Tim Harder
2018-08-30 15:21 Michał Górny
2018-08-30 15:21 Michał Górny
2018-03-21 20:24 Markus Meier
2018-03-12  0:51 Matt Turner
2018-03-04 22:40 Sergei Trofimovich
2018-02-06  1:53 Tim Harder

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=1756004513.c4357890be215788df0c219583b5861cf2000dbb.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