public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rpyc/
Date: Tue, 20 Dec 2022 14:26:37 +0000 (UTC)	[thread overview]
Message-ID: <1671546341.646d9bac947c1cdc79247ba26794a0387dd17183.jsmolic@gentoo> (raw)

commit:     646d9bac947c1cdc79247ba26794a0387dd17183
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 14:07:58 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 14:25:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646d9bac

dev-python/rpyc: Remove USE=gevent

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/rpyc/metadata.xml         | 2 --
 dev-python/rpyc/rpyc-5.2.3-r3.ebuild | 7 ++-----
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-python/rpyc/metadata.xml b/dev-python/rpyc/metadata.xml
index 0cc85787c0c5..9bb47af5f2a2 100644
--- a/dev-python/rpyc/metadata.xml
+++ b/dev-python/rpyc/metadata.xml
@@ -15,8 +15,6 @@
 		<flag name="numpy">Run tests depending on
 			<pkg>dev-python/numpy</pkg>, <pkg>dev-python/pandas</pkg>
 		</flag>
-		<flag name="gevent">Use <pkg>dev-python/gevent</pkg> for GeventServer
-		</flag>
 		<flag name="gdb">Run tests depending on <pkg>sys-devel/gdb</pkg>
 		</flag>
 	</use>

diff --git a/dev-python/rpyc/rpyc-5.2.3-r3.ebuild b/dev-python/rpyc/rpyc-5.2.3-r3.ebuild
index e41a3d9bcf0b..22aea49bdb94 100644
--- a/dev-python/rpyc/rpyc-5.2.3-r3.ebuild
+++ b/dev-python/rpyc/rpyc-5.2.3-r3.ebuild
@@ -20,11 +20,10 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 
 # USE flags gdb, numpy are used *only* to run tests depending on these packages
-IUSE="test numpy gdb gevent"
+IUSE="test numpy gdb"
 RESTRICT="!test? ( test )"
 
 CDEPEND="numpy? ( dev-python/numpy[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] )
-	gevent? ( dev-python/gevent[${PYTHON_USEDEP}] )
 	gdb? ( sys-devel/gdb )"
 
 DEPEND="${CDEPEND}
@@ -52,9 +51,7 @@ src_prepare() {
 	then rm tests/test_service_pickle.py || die "rm test_service_pickle.py failed"
 	fi
 
-	if ! use gevent
-	then rm tests/test_gevent_server.py || die "rm test_gevent_server.py failed"
-	fi
+	rm tests/test_gevent_server.py || die "rm test_gevent_server.py failed"
 
 	if ! use gdb
 	then rm tests/test_gdb.py || die "rm test_gdb.py failed"


             reply	other threads:[~2022-12-20 14:26 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-20 14:26 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-03  9:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/rpyc/ Sam James
2024-07-20  9:01 Michał Górny
2024-07-20  7:39 Arthur Zamarin
2024-07-02  9:54 Andrey Grozin
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-24 16:51 Arthur Zamarin
2023-10-29  6:14 Andrey Grozin
2023-04-05  7:07 Michał Górny
2023-04-05  6:53 Arthur Zamarin
2023-03-06 14:09 Andrey Grozin
2023-02-10  8:45 Yixun Lan
2022-12-25 17:41 Michał Górny
2022-12-25 16:42 Sam James
2022-11-20  9:05 Andrey Grozin
2022-11-16 16:30 Michał Górny
2022-11-16 12:41 Sam James
2022-11-05 16:26 Andrey Grozin
2022-11-05 16:24 Andrey Grozin
2022-11-01 10:43 Andrey Grozin
2022-10-10  8:37 Andrey Grozin
2022-04-06 13:56 Andrey Grozin
2022-02-27  8:49 Michał Górny
2021-03-03 12:54 Michał Górny
2021-03-03 12:37 Agostino Sarubbo
2021-01-13 20:16 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 19:34 Sam James
2021-01-13 18:26 Michał Górny
2021-01-13 15:40 Andrey Grozin
2020-12-27 10:13 Andrey Grozin
2020-12-01  9:25 Andrey Grozin
2020-03-29  7:31 Michał Górny
2020-03-29  7:31 Michał Górny
2020-02-11 19:50 Agostino Sarubbo
2020-02-11 19:43 Agostino Sarubbo
2020-01-31 14:24 Andrey Grozin
2018-11-11 13:12 Andrey Grozin
2018-11-11 13:11 Andrey Grozin
2018-06-26  1:28 Aaron Bauman
2018-06-25 23:20 Thomas Deutschmann
2018-04-29  6:33 Michał Górny
2017-12-15  9:32 Andrey Grozin
2017-03-30 18:36 Andrey Grozin
2017-03-30 18:10 Andrey Grozin
2017-01-23 15:46 Agostino Sarubbo
2017-01-23 13:51 Agostino Sarubbo
2015-12-25 12:25 Andrey Grozin

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=1671546341.646d9bac947c1cdc79247ba26794a0387dd17183.jsmolic@gentoo \
    --to=jsmolic@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