commit:     ceea94389e6cb453a39469be7b08c5e6007ec894
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Dec 22 17:49:23 2025 +0000
Commit:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Dec 22 17:49:23 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ceea9438

sci-libs/pydicom: Remove py3.11

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 28 ----------------------------
 sci-libs/pydicom/pydicom-2.3.1.ebuild |  2 +-
 2 files changed, 1 insertion(+), 29 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
deleted file mode 100644
index 69cbed0c7..000000000
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="https://pydicom.github.io/pydicom/dev/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# Reported upstream:
-# https://github.com/pydicom/pydicom/issues/1800
-RESTRICT="test"
-
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-       distutils-r1_install_for_testing
-       py.test -r sx --pyargs pydicom --verbose || die
-}

diff --git a/sci-libs/pydicom/pydicom-2.3.1.ebuild 
b/sci-libs/pydicom/pydicom-2.3.1.ebuild
index 69cbed0c7..a20f0b097 100644
--- a/sci-libs/pydicom/pydicom-2.3.1.ebuild
+++ b/sci-libs/pydicom/pydicom-2.3.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{12..13} )
 
 inherit distutils-r1 pypi
 

Reply via email to