commit:     40b04ffc6fae6aabe801abe6ce807ea587e5e9c0
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 11:18:17 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> 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 <chr <AT> 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}]

Reply via email to