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 4FEB215806E for ; Mon, 22 May 2023 11:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E53CE0ACA; Mon, 22 May 2023 11:18:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 54B74E0ACA for ; Mon, 22 May 2023 11:18:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DC7F340C02 for ; Mon, 22 May 2023 11:18:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1ADFA64 for ; Mon, 22 May 2023 11:18:24 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1684754297.40b04ffc6fae6aabe801abe6ce807ea587e5e9c0.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/dcmstack/dcmstack-0.8.ebuild X-VCS-Directories: sci-biology/dcmstack/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 40b04ffc6fae6aabe801abe6ce807ea587e5e9c0 X-VCS-Branch: master Date: Mon, 22 May 2023 11:18:24 +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: d8de55e5-5e8b-4215-b55a-d7b2e71aeb45 X-Archives-Hash: a3203ca8e5249b344dd68b6d1079edda commit: 40b04ffc6fae6aabe801abe6ce807ea587e5e9c0 Author: Horea Christian chymera eu> AuthorDate: Mon May 22 11:18:17 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Mon May 22 11:18:17 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=40b04ffc sci-biology/dcmstack: enable py3.11 Signed-off-by: Horea Christian chymera.eu> sci-biology/dcmstack/dcmstack-0.8.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-biology/dcmstack/dcmstack-0.8.ebuild b/sci-biology/dcmstack/dcmstack-0.8.ebuild index 8ec65b7b8..e9cbe733b 100644 --- a/sci-biology/dcmstack/dcmstack-0.8.ebuild +++ b/sci-biology/dcmstack/dcmstack-0.8.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 @@ -11,14 +12,14 @@ DESCRIPTION="DICOM to Nifti coversion" HOMEPAGE="https://dcmstack.readthedocs.org/en/latest/" SRC_URI=" https://github.com/moloney/dcmstack/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://resources.chymera.eu/patches/dcmstack-0.8-pytest.patch + https://resources.chymera.eu/patches/${P}-pytest.patch " -EGIT_REPO_URI="https://github.com/moloney/dcmstack" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="test" RDEPEND=" sci-libs/nibabel[${PYTHON_USEDEP}]