From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CD7A158095 for ; Thu, 7 Jul 2022 04:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 277D0E097C; Thu, 7 Jul 2022 04:54:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 086FCE097C for ; Thu, 7 Jul 2022 04:54:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36065340E6D for ; Thu, 7 Jul 2022 04:54:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B5A950D for ; Thu, 7 Jul 2022 04:54:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657169649.e3383c8190097c6975adf18209345121ffbaa8e1.sam@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/nibabel-3.2.1.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e3383c8190097c6975adf18209345121ffbaa8e1 X-VCS-Branch: master Date: Thu, 7 Jul 2022 04:54:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b103f71-cb9d-494a-8409-80b4acfcaa37 X-Archives-Hash: 9956939a8f69a8a2d3131c12ca82cca4 commit: e3383c8190097c6975adf18209345121ffbaa8e1 Author: Sam James gentoo org> AuthorDate: Thu Jul 7 04:03:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 7 04:54:09 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e3383c81 sci-libs/nibabel: enable py3.10 and disable py3.7 See https://projects.gentoo.org/python/guide/distutils.html#running-tests-with-virtualx re virtx. Signed-off-by: Sam James gentoo.org> sci-libs/nibabel/nibabel-3.2.1.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sci-libs/nibabel/nibabel-3.2.1.ebuild b/sci-libs/nibabel/nibabel-3.2.1.ebuild index d469867f9..43720d35f 100644 --- a/sci-libs/nibabel/nibabel-3.2.1.ebuild +++ b/sci-libs/nibabel/nibabel-3.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -23,14 +23,19 @@ RDEPEND=" dev-python/scipy[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dicom? ( - sci-libs/pydicom dev-python/pillow[${PYTHON_USEDEP}] - ) + sci-libs/pydicom + ) " BDEPEND="test? ( dev-python/pytest-doctestplus[${PYTHON_USEDEP}] )" +EPYTEST_DESELECT=( + # Re-evaluate after 3.2.1 + nibabel/gifti/tests/test_parse_gifti_fast.py::test_parse_dataarrays +) + distutils_enable_sphinx doc/source dev-python/texext dev-python/numpydoc dev-python/matplotlib distutils_enable_tests pytest