From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/loky/
Date: Tue, 16 May 2023 05:24:38 +0000 (UTC) [thread overview]
Message-ID: <1684214672.3273e14b818db9ca60aa76c423d879c5890192fa.mgorny@gentoo> (raw)
commit: 3273e14b818db9ca60aa76c423d879c5890192fa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 05:21:54 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 16 05:24:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3273e14b
dev-python/loky: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/loky/Manifest | 1 -
dev-python/loky/loky-3.3.0.ebuild | 46 ---------------------------------------
2 files changed, 47 deletions(-)
diff --git a/dev-python/loky/Manifest b/dev-python/loky/Manifest
index 589fef5e643e..e16c19066bf3 100644
--- a/dev-python/loky/Manifest
+++ b/dev-python/loky/Manifest
@@ -1,2 +1 @@
-DIST loky-3.3.0.gh.tar.gz 141130 BLAKE2B 35560dca81cf41e03b24c8be6e70952c19b88fc9794cb13d7c910ac67ec4554555233026a215c6f147dc1354ad11bc14117b4eb6455ba758b79ea6650dc01f62 SHA512 120f771c75fe8691a198c93a91bf683af3d32c1bcaf2fa3e9c439d16546bff9feb6ce203667bd6c4e06ac326500b7bd117948e4deea6f53b04682af1f8d65734
DIST loky-3.4.0.gh.tar.gz 143864 BLAKE2B bebfa2c934e4645c5cd1a4c62792bccd9b5a4ef3c9a104809b57f35ba3318596717bf82714c1b7583675bdc504dc0a2054a88009d964a900176d353a54add52c SHA512 d8113f6f6c173c208b90c29bc4a296d7844f7010cfcabbd8d55106b8e93f256b2debb86aa993a33c41f40fcdd4f00c1e1e010dbe4a184b138da357652315657c
diff --git a/dev-python/loky/loky-3.3.0.ebuild b/dev-python/loky/loky-3.3.0.ebuild
deleted file mode 100644
index 1c2397693bbb..000000000000
--- a/dev-python/loky/loky-3.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Robust and reusable Executor for joblib"
-HOMEPAGE="https://github.com/joblib/loky"
-SRC_URI="
- https://github.com/joblib/loky/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
-
-RDEPEND="
- dev-python/cloudpickle[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- EPYTEST_DESELECT=(
- # docker, seriously?
- tests/test_loky_module.py::test_cpu_count_cfs_limit
- # hangs, and even pytest-timeout does not help
- tests/test_reusable_executor.py::TestExecutorDeadLock::test_deadlock_kill
- tests/test_reusable_executor.py::TestResizeExecutor::test_reusable_executor_resize
- )
-
- # high memory test needs a lot of memory + is broken on 32-bit platforms
- epytest --skip-high-memory
-}
next reply other threads:[~2023-05-16 5:24 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-16 5:24 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-18 18:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/loky/ Michał Górny
2024-07-11 19:23 Michał Górny
2023-11-24 15:17 Arthur Zamarin
2023-11-06 10:46 Andrew Ammerlaan
2023-10-17 15:11 Michał Górny
2023-08-03 17:40 Michał Górny
2023-08-03 15:10 Sam James
2023-06-30 13:06 Michał Górny
2023-05-15 20:22 Arthur Zamarin
2023-04-15 8:23 Michał Górny
2022-10-22 19:21 Michał Górny
2022-10-22 16:40 Arthur Zamarin
2022-09-15 19:56 Arthur Zamarin
2022-09-07 7:51 Michał Górny
2022-05-26 10:45 Andrew Ammerlaan
2022-03-31 23:03 Michał Górny
2022-03-31 20:06 Arthur Zamarin
2022-02-22 18:55 Michał Górny
2021-10-15 23:15 Sam James
2021-09-11 7:15 Michał Górny
2021-09-02 22:57 Marek Szuba
2021-08-05 21:44 Michał Górny
2021-08-05 18:07 Michał Górny
2021-08-05 18:07 Michał Górny
2021-05-07 11:58 Michał Górny
2021-03-08 12:35 Michał Górny
2021-02-25 12:00 Sam James
2020-12-20 21:32 Sam James
2020-11-18 23:42 Thomas Deutschmann
2020-11-14 21:23 Michał Górny
2020-11-04 1:02 Sam James
2020-10-03 21:21 Michał Górny
2020-08-18 5:52 Sam James
2020-07-02 8:29 Michał Górny
2020-06-15 7:47 Michał Górny
2020-06-14 18:55 Michał Górny
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=1684214672.3273e14b818db9ca60aa76c423d879c5890192fa.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