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: Thu, 26 Oct 2023 03:12:32 +0000 (UTC) [thread overview]
Message-ID: <1698289204.58b1b49e2c4b99f173b4131821f1e81dc4704456.mgorny@gentoo> (raw)
commit: 58b1b49e2c4b99f173b4131821f1e81dc4704456
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 02:53:31 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 03:00:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b1b49e
dev-python/greenlet: Bump to 3.0.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/greenlet/Manifest | 1 +
dev-python/greenlet/greenlet-3.0.1.ebuild | 42 +++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/greenlet/Manifest b/dev-python/greenlet/Manifest
index 37f3fd27bad3..7af0a71221bb 100644
--- a/dev-python/greenlet/Manifest
+++ b/dev-python/greenlet/Manifest
@@ -1,2 +1,3 @@
DIST greenlet-2.0.2.tar.gz 164980 BLAKE2B 1afa8390e96d7eeafd84a4323a4eb9e4b2cad50a3e6654b1609702a5a74dfb5dadc7a1ff81cc8e7718d0587728c2ec944069db8241f1aa0723d2f98e6911ddb6 SHA512 03d0b2764c52524c97930a7bd856a432360a96ddbe3d1f2352ec49750994e6811fd28378f83b96cac91520234d0a6e9e56232ff688c71ff57f6340d3d182635b
DIST greenlet-3.0.0.tar.gz 174704 BLAKE2B d2bcb1760091434369032e26923a18c158b4d58b852f8db5c4f1a41e141723048553366879662760ca0390ee8b438e1b4c9df0fc4f2ea7f3bf25afa41d434a28 SHA512 422f6b525acbe9909fe8103635ecd83485ec753cc879c2e5c194ba0f35161412331cc00bc29c1221c69101feb84604737b215b2f3edbc397f7fada05c6fec20c
+DIST greenlet-3.0.1.tar.gz 174825 BLAKE2B a2c210ec558772aa0ade9255fa7b149e69cde3cb210cfdea3c1977377a80c0a535dac53306a1eb1c08f247b0da5205aa56b64d6564646572199ef6af0c4817ab SHA512 67d74352802331642eba0917550a75e9bc2a7d223bc0ce4ee7993d05197b4d0650813439e7c495baf2309303740cd21e60a157e634aafff470332a685603ffec
diff --git a/dev-python/greenlet/greenlet-3.0.1.ebuild b/dev-python/greenlet/greenlet-3.0.1.ebuild
new file mode 100644
index 000000000000..159e76097dff
--- /dev/null
+++ b/dev-python/greenlet/greenlet-3.0.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 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..11} )
+
+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"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+BDEPEND="
+ test? (
+ dev-python/objgraph[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests unittest
+
+src_prepare() {
+ # patch cflag manipulations out
+ sed -i -e 's:global_compile_args[.]append.*:pass:' setup.py || die
+ distutils-r1_src_prepare
+}
+
+python_test() {
+ eunittest greenlet.tests
+}
next reply other threads:[~2023-10-26 3:12 UTC|newest]
Thread overview: 167+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-26 3:12 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-13 12:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/greenlet/ 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-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=1698289204.58b1b49e2c4b99f173b4131821f1e81dc4704456.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