From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/exceptiongroup/
Date: Mon, 14 Aug 2023 14:55:27 +0000 (UTC) [thread overview]
Message-ID: <1692024917.4b99687c20b8fba80690d060d975c58ff33403e3.mgorny@gentoo> (raw)
commit: 4b99687c20b8fba80690d060d975c58ff33403e3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 14:34:45 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 14:55:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b99687c
dev-python/exceptiongroup: Bump to 1.1.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/exceptiongroup/Manifest | 1 +
.../exceptiongroup/exceptiongroup-1.1.3.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/exceptiongroup/Manifest b/dev-python/exceptiongroup/Manifest
index 6ef35014bed4..eb47e285b874 100644
--- a/dev-python/exceptiongroup/Manifest
+++ b/dev-python/exceptiongroup/Manifest
@@ -1 +1,2 @@
DIST exceptiongroup-1.1.2.gh.tar.gz 23079 BLAKE2B f6bce757f1a2672956bf919f3ef0c9c6ea1034bf176e2ed8f3fa92c3fe34974885c59fa9915a42b8d5673b077d48fea3179e12cbd0c39f4277090fdbb3803d08 SHA512 432768f97e3468546b71993fd20ed98d85eb15170228cef8fe39d7c2232d0249c29f6fe1c991313742ee3a22a73cc91336d54ef278337b20e0e2ba296cf7102e
+DIST exceptiongroup-1.1.3.gh.tar.gz 24057 BLAKE2B c178152b92ac4079bb10614918d80f1b772f1d2c02e82fdbc19fc576c434df5f92d731116b46145ef3c3a3e57b4b899f6be11e2452a13170d27072b6b2ad74b5 SHA512 fddc52abb6b61c024c5832f6d2ed723a834c31e2bc713a3c5796581e8edbd3299d9342885cfcb5ed83ad7f7fdbb7c461ffcec354c0328a740a40d5340997d1c8
diff --git a/dev-python/exceptiongroup/exceptiongroup-1.1.3.ebuild b/dev-python/exceptiongroup/exceptiongroup-1.1.3.ebuild
new file mode 100644
index 000000000000..df9172779f44
--- /dev/null
+++ b/dev-python/exceptiongroup/exceptiongroup-1.1.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit_scm
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=${P/_}
+DESCRIPTION="Backport of PEP 654 (exception groups)"
+HOMEPAGE="
+ https://github.com/agronholm/exceptiongroup/
+ https://pypi.org/project/exceptiongroup/
+"
+# pypi sdist does not include tests as of 1.1.1
+# https://github.com/agronholm/exceptiongroup/pull/59
+SRC_URI="
+ https://github.com/agronholm/exceptiongroup/archive/${PV/_}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT PSF-2.4"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV/_}
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
next reply other threads:[~2023-08-14 14:55 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-14 14:55 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 19:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/exceptiongroup/ Michał Górny
2024-07-27 7:19 Michał Górny
2024-07-27 7:09 Arthur Zamarin
2024-07-13 4:46 Michał Górny
2024-05-14 16:16 Michał Górny
2024-05-14 16:16 Michał Górny
2024-05-04 7:43 Michał Górny
2024-05-04 7:23 Arthur Zamarin
2024-04-19 2:44 Michał Górny
2023-12-09 13:48 Sam James
2023-11-21 19:05 Michał Górny
2023-09-17 4:44 Michał Górny
2023-09-16 22:58 Sam James
2023-08-05 15:21 Michał Górny
2023-08-05 15:11 Arthur Zamarin
2023-07-23 8:28 Michał Górny
2023-07-04 2:59 Michał Górny
2023-04-16 17:08 Michał Górny
2023-04-16 16:42 Arthur Zamarin
2023-03-13 5:12 Michał Górny
2023-01-26 19:11 Michał Górny
2023-01-26 18:39 Arthur Zamarin
2022-12-24 7:41 Michał Górny
2022-12-10 8:54 Michał Górny
2022-12-10 8:50 Arthur Zamarin
2022-11-24 12:00 WANG Xuerui
2022-11-17 6:15 Michał Górny
2022-11-15 7:27 Michał Górny
2022-11-14 3:59 Michał Górny
2022-11-04 18:06 Arthur Zamarin
2022-11-03 19:41 Arthur Zamarin
2022-11-03 19:30 Sam James
2022-11-03 19:29 Sam James
2022-11-03 19:28 Sam James
2022-11-03 19:22 Arthur Zamarin
2022-10-28 7:09 Michał Górny
2022-09-28 11:45 Andrew Ammerlaan
2022-09-26 7:31 Michał Górny
2022-07-30 9:51 Arthur Zamarin
2022-07-20 13:45 Agostino Sarubbo
2022-07-19 20:26 Sam James
2022-07-19 20:26 Sam James
2022-07-19 20:26 Sam James
2022-07-19 20:26 Sam James
2022-06-30 18:06 Arthur Zamarin
2022-06-28 15:44 Arthur Zamarin
2022-06-23 22:33 James Le Cuirot
2022-06-22 6:53 Agostino Sarubbo
2022-06-22 5:50 Agostino Sarubbo
2022-06-20 17:46 Arthur Zamarin
2022-06-17 8:10 Arthur Zamarin
2022-06-16 8:05 Michał Górny
2022-06-14 21:30 Jakov Smolić
2022-06-14 8:15 Jakov Smolić
2022-06-13 21:50 Jakov Smolić
2022-06-13 21:33 Jakov Smolić
2022-06-13 21:33 Jakov Smolić
2022-06-13 10:07 Yixun Lan
2022-06-08 7:54 Michał Górny
2022-05-27 7:35 Michał Górny
2022-05-21 6:47 Michał Górny
2022-05-18 5:58 Michał Górny
2022-05-16 13:18 Michał Górny
2022-05-01 7:30 Michał Górny
2022-04-27 11:21 Jakov Smolić
2022-04-21 15:19 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=1692024917.4b99687c20b8fba80690d060d975c58ff33403e3.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