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/rpyc/
Date: Sat, 20 Jul 2024 09:01:04 +0000 (UTC)	[thread overview]
Message-ID: <1721465587.55d26755802850c80a4a415e68698d9186190e19.mgorny@gentoo> (raw)

commit:     55d26755802850c80a4a415e68698d9186190e19
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 08:53:07 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 08:53:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d26755

dev-python/rpyc: Remove old

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

 dev-python/rpyc/Manifest             |  1 -
 dev-python/rpyc/rpyc-5.3.1-r1.ebuild | 69 ------------------------------------
 2 files changed, 70 deletions(-)

diff --git a/dev-python/rpyc/Manifest b/dev-python/rpyc/Manifest
index fc7902825c24..90e2b8fab858 100644
--- a/dev-python/rpyc/Manifest
+++ b/dev-python/rpyc/Manifest
@@ -1,2 +1 @@
-DIST rpyc-5.3.1.gh.tar.gz 1271046 BLAKE2B b7c86aa5cf774d306b2d6fdbac97441533bc5a847aaf03c11b0abf0a07587a2f7d081470d3402fde4251ea6654051d96983feefa2ba7e65a9a95d76f179edcad SHA512 a328903c336483f7110cbbff96173ba0b5ae6cf16f6306c624055bd631d914772c42dcfcf48a275b7dc53241f6b10a397ee49f17b8a3c3c8dbee8f42ac784465
 DIST rpyc-6.0.0.gh.tar.gz 1273858 BLAKE2B e55d008dc772be7fd4bae9065a5eabcf5612faf8131e8161e7921eeb84475183c677687ef8606c664003089ae714d4cb403ff6afa26d2695a8fe763d549aab0d SHA512 04b74fa6d4ad944b43c3f3acb6c9029a826da350bffdc59875ec31562bbaa70945e74bedb69778811ce16560ef4f4cfe2579b9c6b52773fe238951fc6328e029

diff --git a/dev-python/rpyc/rpyc-5.3.1-r1.ebuild b/dev-python/rpyc/rpyc-5.3.1-r1.ebuild
deleted file mode 100644
index 7c6af49decaf..000000000000
--- a/dev-python/rpyc/rpyc-5.3.1-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library"
-HOMEPAGE="https://rpyc.readthedocs.io/en/latest/
-	https://pypi.org/project/rpyc/
-	https://github.com/tomerfiliba-org/rpyc"
-SRC_URI="https://github.com/tomerfiliba-org/rpyc/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-
-# USE flags gdb, numpy are used *only* to run tests depending on these packages
-IUSE="test numpy gdb"
-RESTRICT="!test? ( test )"
-
-CDEPEND="numpy? ( dev-python/numpy[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] )
-	gdb? ( dev-debug/gdb )"
-
-DEPEND="${CDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="${CDEPEND}
-	dev-python/plumbum[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}"/${PN}-5.3.0-no-gevent.patch )
-
-src_prepare() {
-	default
-
-	# Windows specific test
-	rm tests/test_win32pipes.py || die "rm tests/test_win32pipes.py failed"
-
-	# These tests require running sshd
-	rm tests/test_ssh.py tests/test_deploy.py || die "rm test_ssh.py test_deploy.py failed"
-
-	# This test requires internet access
-	rm tests/test_registry.py || die "rm test_registry.py failed"
-
-	# This test fails with NO_CIPHERS_AVAILABLE
-	rm tests/test_ssl.py || die "rm test_ssl.py failed"
-
-	# dev-python/gevent is being removed
-	rm tests/test_gevent_server.py || die "rm test_gevent_server.py failed"
-
-	if ! use numpy
-	then rm tests/test_service_pickle.py || die "rm test_service_pickle.py failed"
-	fi
-
-	if ! use gdb
-	then rm tests/test_gdb.py || die "rm test_gdb.py failed"
-	fi
-}
-
-python_test() {
-	# for some reason, when tests are run via pytest or nose, some of them hung
-	pushd tests > /dev/null || die "pushd tests failed"
-	for x in test_*.py
-	do PYTHONPATH="${WORKDIR}"/${P}-${EPYTHON/./_}/install/usr/lib/${EPYTHON}/site-packages ${EPYTHON} ${x} || die "${x} failed"
-	done
-	popd > /dev/null
-}


             reply	other threads:[~2024-07-20  9:01 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-20  9:01 Michał Górny [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  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-12-20 14:26 Jakov Smolić
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=1721465587.55d26755802850c80a4a415e68698d9186190e19.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