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/greenlet/
Date: Sat, 28 Sep 2024 10:33:49 +0000 (UTC)	[thread overview]
Message-ID: <1727519613.479ed21806100c8da71adbc37bb7c0ec415a5f3c.mgorny@gentoo> (raw)

commit:     479ed21806100c8da71adbc37bb7c0ec415a5f3c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 10:12:58 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 10:33:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479ed218

dev-python/greenlet: Remove old

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

 dev-python/greenlet/Manifest              |  1 -
 dev-python/greenlet/greenlet-3.1.0.ebuild | 48 -------------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-python/greenlet/Manifest b/dev-python/greenlet/Manifest
index e6a956acb048..f0aec4deb955 100644
--- a/dev-python/greenlet/Manifest
+++ b/dev-python/greenlet/Manifest
@@ -1,3 +1,2 @@
 DIST greenlet-3.0.3.tar.gz 182013 BLAKE2B 34ba9f13dd01f5bacedb69952b4d3d08e55eba82d94c5d95cf8bfeb0f1ce94dbde9d62f5e56c33cbf2467d82f6ffd8d05a37048d0292102b1dbb68c67e9398f4 SHA512 20d8818376a200332cbc2c85968317ddf828d2adf3fcc3c53623cd1504ec9a4e4e987e841bd2fe65e934e2b8a5e73a7205847526f0bd196e7afcdf3ae40e9d9b
-DIST greenlet-3.1.0.tar.gz 183954 BLAKE2B 30bc17bd449cbffba5a4a3b988de86c14335a6fc2311626f6f295f2c1434070ce3b9118341e328bc9a70904a3f6da6b527c28b0494371f58b50251db593f3ba4 SHA512 2c0d97848757e6346933426e3f6feb18120b3a63695a746acddbb467e01503174c46aea9b62e7507e8700f3450581ff2460f45700331368333977abebeb805eb
 DIST greenlet-3.1.1.tar.gz 186022 BLAKE2B 1d73f63d3bf881534bd64eca6510f32d1596261bd42176d396c7a0442494c73f8b03e57621bd11fc1bc67db550514c26a94926eaba8c53e08eecb3f999c9ba16 SHA512 915a6e22c20b235de472c61c7bc4cb60a08b79e29127c4fb817c362cee37f589bc362f12ed31bdc7dda91f49976d4e2784c8d13202bf598156a0aacacdb7f6fb

diff --git a/dev-python/greenlet/greenlet-3.1.0.ebuild b/dev-python/greenlet/greenlet-3.1.0.ebuild
deleted file mode 100644
index 4d6eaeb489ce..000000000000
--- a/dev-python/greenlet/greenlet-3.1.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 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"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~m68k ~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 \
-	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
-}


             reply	other threads:[~2024-09-28 10:33 UTC|newest]

Thread overview: 161+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-28 10:33 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21  7:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/greenlet/ 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=1727519613.479ed21806100c8da71adbc37bb7c0ec415a5f3c.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