From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/greenlet/
Date: Wed, 23 Apr 2025 05:35:18 +0000 (UTC) [thread overview]
Message-ID: <1745385721.8ef0da09222dfd4b655d2b0cf863e84524e6d1b1.mgorny@gentoo> (raw)
commit: 8ef0da09222dfd4b655d2b0cf863e84524e6d1b1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 05:10:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 05:22:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef0da09
dev-python/greenlet: Bump to 3.2.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/greenlet/Manifest | 1 +
dev-python/greenlet/greenlet-3.2.1.ebuild | 50 +++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-python/greenlet/Manifest b/dev-python/greenlet/Manifest
index 8276307d19e8..6c97f56dbc5c 100644
--- a/dev-python/greenlet/Manifest
+++ b/dev-python/greenlet/Manifest
@@ -1,2 +1,3 @@
DIST greenlet-3.1.1.tar.gz 186022 BLAKE2B 1d73f63d3bf881534bd64eca6510f32d1596261bd42176d396c7a0442494c73f8b03e57621bd11fc1bc67db550514c26a94926eaba8c53e08eecb3f999c9ba16 SHA512 915a6e22c20b235de472c61c7bc4cb60a08b79e29127c4fb817c362cee37f589bc362f12ed31bdc7dda91f49976d4e2784c8d13202bf598156a0aacacdb7f6fb
DIST greenlet-3.2.0.tar.gz 183685 BLAKE2B d750f9f0639003448b95cc0db5046617da0d9c40976c851d4f23f5e26f54fba29da6867304d7569ea171d497047442e85c35aeedd479cdcc8d57af51fd5a76ed SHA512 0a13142bbb9b043a8b6047fdb182b1091dfc8c6da517092ab382b6ae42fbc8d5e4b9d8593d353d1c95dbf7337aa1e4cc946c2638e50e49af4813aee94b07d214
+DIST greenlet-3.2.1.tar.gz 184475 BLAKE2B ff36fafef74ff1c0d9a9c2f5929017afe7f083d31830aebf4f068c84df7312352cd43f9ba1d42b4562921b869df3afd8210d71f318bf2f8f6f7ea441d934ae04 SHA512 75fd697d0bde99c60d4c741c61c1010e2bae659e93661e8ea37f6683c1223422a7f862aa770b80bc3299593a9791ec515fd31797fd36216ed784f4e2f4103420
diff --git a/dev-python/greenlet/greenlet-3.2.1.ebuild b/dev-python/greenlet/greenlet-3.2.1.ebuild
new file mode 100644
index 000000000000..07cae82829be
--- /dev/null
+++ b/dev-python/greenlet/greenlet-3.2.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+# Note: greenlet is built-in in pypy
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Lightweight in-process concurrent programming"
+HOMEPAGE="
+ https://greenlet.readthedocs.io/en/latest/
+ https://github.com/python-greenlet/greenlet/
+ https://pypi.org/project/greenlet/
+"
+
+LICENSE="MIT PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~m68k ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ test? (
+ dev-python/objgraph[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_sphinx docs \
+ dev-python/furo
+distutils_enable_tests unittest
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # patch cflag manipulations out
+ sed -i -e 's:global_compile_args[.]append.*:pass:' setup.py || die
+ # broken assertions on py3.12+
+ # https://github.com/python-greenlet/greenlet/issues/368
+ sed -e 's:test_trace_events_multiple_greenlets_switching:_&: ' \
+ -i src/greenlet/tests/test_tracing.py || die
+}
+
+python_test() {
+ eunittest greenlet.tests
+}
next reply other threads:[~2025-04-23 5:35 UTC|newest]
Thread overview: 170+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 5:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-16 1:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/greenlet/ Michał Górny
2025-04-12 18:54 Michał Górny
2024-10-13 12:24 Sam James
2024-10-12 8:03 Michał Górny
2024-10-12 7:04 Michał Górny
2024-10-12 6:33 Sam James
2024-10-12 6:33 Sam James
2024-10-12 6:33 Sam James
2024-09-28 10:33 Michał Górny
2024-09-21 7:41 Michał Górny
2024-09-11 3:09 Michał Górny
2024-08-25 12:04 Andreas K. Hüttel
2024-07-27 10:06 Michał Górny
2024-07-27 9:08 Arthur Zamarin
2024-07-27 9:08 Arthur Zamarin
2024-07-27 8:40 Arthur Zamarin
2024-07-27 8:19 Arthur Zamarin
2024-07-27 8:01 Arthur Zamarin
2024-07-27 7:00 Arthur Zamarin
2024-06-05 15:42 Michał Górny
2024-06-05 15:42 Michał Górny
2024-06-03 2:25 Sam James
2024-01-13 12:02 Sam James
2024-01-13 12:02 Sam James
2024-01-13 12:02 Sam James
2024-01-13 11:15 Sam James
2024-01-13 9:55 Arthur Zamarin
2024-01-13 9:50 Arthur Zamarin
2023-12-27 16:43 Michał Górny
2023-12-27 16:43 Michał Górny
2023-12-22 8:30 Michał Górny
2023-12-19 17:01 Arthur Zamarin
2023-12-19 5:42 Sam James
2023-12-19 5:42 Sam James
2023-12-19 5:26 Sam James
2023-12-19 5:26 Sam James
2023-12-19 5:26 Sam James
2023-12-09 6:53 Michał Górny
2023-11-11 20:02 Sam James
2023-11-11 19:21 Sam James
2023-11-11 19:21 Sam James
2023-11-11 19:21 Sam James
2023-10-29 20:22 Sam James
2023-10-29 20:21 Sam James
2023-10-29 18:59 Michał Górny
2023-10-28 15:23 Michał Górny
2023-10-28 11:21 Andrey Grozin
2023-10-26 3:12 Michał Górny
2023-10-07 9:30 Michał Górny
2023-03-07 19:41 Arthur Zamarin
2023-03-07 16:36 Arthur Zamarin
2023-03-07 15:45 Sam James
2023-03-04 9:29 Arthur Zamarin
2023-03-04 8:40 Arthur Zamarin
2023-03-04 8:25 Arthur Zamarin
2023-03-04 8:23 Arthur Zamarin
2023-03-04 8:23 Arthur Zamarin
2023-03-04 7:14 Michał Górny
2023-03-04 7:14 Michał Górny
2023-03-04 7:14 Michał Górny
2023-01-28 16:18 Michał Górny
2023-01-28 1:33 Sam James
2022-12-16 21:06 Arthur Zamarin
2022-12-11 18:41 Arthur Zamarin
2022-11-07 15:43 Michał Górny
2022-09-26 5:05 Arthur Zamarin
2022-09-25 23:58 Sam James
2022-09-25 23:58 Sam James
2022-09-25 18:46 Arthur Zamarin
2022-09-25 18:40 Arthur Zamarin
2022-09-25 18:39 Arthur Zamarin
2022-09-25 18:19 Arthur Zamarin
2022-08-25 19:25 Arthur Zamarin
2022-06-13 18:05 Michał Górny
2022-06-13 16:29 Sam James
2022-06-13 10:22 Agostino Sarubbo
2022-06-13 7:15 Agostino Sarubbo
2022-06-13 7:10 Agostino Sarubbo
2022-06-13 7:09 Agostino Sarubbo
2022-06-12 12:46 Sam James
2022-06-12 11:55 Sam James
2022-05-11 17:54 Michał Górny
2021-10-31 20:39 Michał Górny
2021-10-31 18:07 Sam James
2021-10-31 18:07 Sam James
2021-10-31 18:04 Sam James
2021-10-31 18:02 Sam James
2021-10-31 18:02 Sam James
2021-10-31 17:58 Sam James
2021-09-29 21:59 Michał Górny
2021-09-29 21:59 Michał Górny
2021-09-21 21:37 James Le Cuirot
2021-07-16 21:53 Michał Górny
2021-07-16 21:44 Sam James
2021-07-13 20:05 Sam James
2021-07-13 6:28 Agostino Sarubbo
2021-07-12 22:37 Sam James
2021-07-12 21:59 Sam James
2021-07-12 21:50 Sam James
2021-06-10 14:02 Yixun Lan
2021-05-07 8:47 Michał Górny
2021-04-06 6:21 Michał Górny
2021-04-05 7:36 Michał Górny
2021-04-05 7:36 Michał Górny
2021-03-03 19:08 Michał Górny
2021-03-03 18:59 Sam James
2021-03-03 13:54 Sam James
2021-03-02 3:15 Sam James
2021-03-02 2:34 Sam James
2021-03-02 1:40 Sam James
2021-03-02 1:38 Sam James
2021-03-02 1:37 Sam James
2021-03-02 1:36 Sam James
2021-01-13 16:24 Michał Górny
2020-11-28 13:41 Sam James
2020-11-18 8:47 Michał Górny
2020-11-03 8:45 Sam James
2020-10-28 16:37 Sam James
2020-10-26 23:51 Sergei Trofimovich
2020-10-26 23:49 Sergei Trofimovich
2020-10-26 23:47 Sergei Trofimovich
2020-10-25 23:16 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-09-23 7:29 Michał Górny
2020-09-20 9:36 Michał Górny
2020-09-14 11:47 Louis Sautier
2020-09-01 4:22 Sam James
2020-07-12 0:39 Sam James
2020-07-09 9:51 Michał Górny
2020-07-09 8:34 Agostino Sarubbo
2020-07-09 8:27 Agostino Sarubbo
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:04 Agostino Sarubbo
2020-06-06 8:38 Michał Górny
2020-06-04 6:35 Agostino Sarubbo
2020-06-04 6:23 Agostino Sarubbo
2020-06-03 15:17 Agostino Sarubbo
2020-06-03 15:12 Agostino Sarubbo
2020-06-03 9:22 Agostino Sarubbo
2020-06-01 20:51 Sergei Trofimovich
2020-04-04 19:55 Sergei Trofimovich
2020-03-27 10:42 Michał Górny
2019-11-27 7:58 Patrick McLean
2019-03-13 19:33 Sergei Trofimovich
2019-03-13 16:44 Matthew Thode
2019-02-16 7:30 Mikle Kolyada
2019-01-05 17:19 Mikle Kolyada
2018-10-15 9:28 Alexys Jacob
2018-08-30 21:34 Matt Thode
2018-07-18 9:41 Alexys Jacob
2018-07-01 4:16 Tim Harder
2018-01-04 20:35 Michał Górny
2017-12-13 20:09 Sergei Trofimovich
2017-07-01 15:59 Sergei Trofimovich
2017-06-17 11:47 Sergei Trofimovich
2017-05-09 17:14 Markus Meier
2017-05-02 17:43 Michał Górny
2017-03-15 8:36 Zac Medico
2017-02-28 13:15 Andrey Grozin
2017-02-06 3:48 Lars Wendler
2017-02-06 3:48 Lars Wendler
2016-12-18 15:44 Agostino Sarubbo
2016-12-11 1:33 Tim Harder
2016-12-11 1:32 Tim Harder
2016-06-29 10:33 Patrick Lauer
2016-02-28 5:58 Matt Thode
2015-11-06 7:27 Justin Lecher
2015-09-11 3:23 Mike Frysinger
2015-09-02 16:30 Justin Lecher
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=1745385721.8ef0da09222dfd4b655d2b0cf863e84524e6d1b1.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