From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/emcee/
Date: Sun, 29 Oct 2023 18:59:41 +0000 (UTC) [thread overview]
Message-ID: <1698605452.eadaf2e4a8e3508911e28e995ab883c2b5e96f31.mgorny@gentoo> (raw)
commit: eadaf2e4a8e3508911e28e995ab883c2b5e96f31
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 18:50:52 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 18:50:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadaf2e4
dev-python/emcee: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/emcee/emcee-3.1.4.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-python/emcee/emcee-3.1.4.ebuild b/dev-python/emcee/emcee-3.1.4.ebuild
index 4b4b5950a76f..d90034e8e56b 100644
--- a/dev-python/emcee/emcee-3.1.4.ebuild
+++ b/dev-python/emcee/emcee-3.1.4.ebuild
@@ -4,9 +4,9 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1 pypi
+inherit distutils-r1 multiprocessing pypi
DESCRIPTION="Python ensemble sampling toolkit for affine-invariant MCMC"
HOMEPAGE="
@@ -29,6 +29,7 @@ RDEPEND="
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
+ dev-python/pytest-xdist[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
)
"
@@ -42,3 +43,8 @@ src_prepare() {
sed -i -e '/wheel/d' setup.py || die
distutils-r1_src_prepare
}
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest -p xdist -n "$(makeopts_jobs)" --dist=worksteal
+}
next reply other threads:[~2023-10-29 18:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-29 18:59 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 19:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/emcee/ Arthur Zamarin
2024-04-17 3:42 Michał Górny
2023-10-29 18:59 Michał Górny
2023-01-28 7:39 Michał Górny
2022-11-14 4:36 Michał Górny
2022-10-12 13:59 Andrew Ammerlaan
2022-09-28 18:34 Michał Górny
2022-06-04 17:52 Michał Górny
2022-05-16 13:18 Michał Górny
2022-05-11 8:05 Michał Górny
2021-10-17 8:23 Michał Górny
2021-08-24 6:59 Michał Górny
2021-06-25 21:45 Michał Górny
2021-06-16 17:11 Andrew Ammerlaan
2020-08-17 18:55 David Seifert
2020-01-16 5:17 Michał Górny
2019-12-26 14:36 David Seifert
2017-05-16 12:14 Manuel Rüger
2016-12-29 7:02 Sebastien Fabbro
2016-03-21 23:08 Sebastien Fabbro
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=1698605452.eadaf2e4a8e3508911e28e995ab883c2b5e96f31.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