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: Fri,  5 Apr 2024 19:45:36 +0000 (UTC)	[thread overview]
Message-ID: <1712346330.d165401be34eeb6cc53707dc137a79a273008f3a.mgorny@gentoo> (raw)

commit:     d165401be34eeb6cc53707dc137a79a273008f3a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  5 18:54:32 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr  5 19:45:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d165401b

dev-python/parso: Bump to 0.8.4

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

 dev-python/parso/Manifest           |  1 +
 dev-python/parso/parso-0.8.4.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/parso/Manifest b/dev-python/parso/Manifest
index c9700b84340d..793c61e38836 100644
--- a/dev-python/parso/Manifest
+++ b/dev-python/parso/Manifest
@@ -1 +1,2 @@
 DIST parso-0.8.3.gh.tar.gz 397648 BLAKE2B 8942408e27198075c92ef51f7a191cc7781eb3a5110119b91fd95f86e13ebe2fbfee11022a2bfec794150f60b3af8c4d5f324cb011703cd581c17f92232ae5bf SHA512 7874460053662d40c2cfcf0015e330e1c8201eeb07682e2079a636db553a82dc25b70b14ad0f0c82fb817f655359d695101a17f616abf9a39f49c61ae5fd49b1
+DIST parso-0.8.4.gh.tar.gz 398241 BLAKE2B 5a8a81f64b20b52cd3349b7bc059621733debfaf5cc271f3e89423d63e4af67391f7740c34b450b2a91fafe34b8986926e8f7c4ca0b8600eafd0171c01e664b0 SHA512 da96f0ab6cfbcf2a54ee73262a672bb4d9720aa91fd884a8c17165d597eece97569b7ee87fd7ea1c0be663c0cb2930a66a03b4e305070f59f346485817607db3

diff --git a/dev-python/parso/parso-0.8.4.ebuild b/dev-python/parso/parso-0.8.4.ebuild
new file mode 100644
index 000000000000..8418e5c05160
--- /dev/null
+++ b/dev-python/parso/parso-0.8.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+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 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+distutils_enable_sphinx docs
+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:[~2024-04-05 19:45 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-05 19:45 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16 17:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/parso/ Michał Górny
2024-04-20  9:54 Michał Górny
2024-04-20  9:51 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=1712346330.d165401be34eeb6cc53707dc137a79a273008f3a.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