commit: 2d8ba0e33a4322fb5fdda676489f03a9869c1d5c Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Thu Feb 20 14:11:26 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Thu Feb 20 18:39:48 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2d8ba0e3
*/*: Remove py3.10 (per sphinx-8.2) See-also: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01c67570325f593985ff8d6051af5fd54793012 Closes: https://github.com/gentoo/sci/pull/1326 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> dev-python/ccdproc/ccdproc-2.3.0.ebuild | 2 +- dev-python/fslpy/fslpy-3.10.0.ebuild | 2 +- dev-python/gffpandas/gffpandas-1.2.0.ebuild | 2 +- dev-python/heudiconv/heudiconv-0.13.0.ebuild | 2 +- dev-python/heudiconv/heudiconv-1.0.0.ebuild | 2 +- dev-python/reproject/reproject-0.8.ebuild | 2 +- dev-python/sphinx-astropy/sphinx-astropy-1.8.0.ebuild | 2 +- dev-python/texext/texext-0.6.7.ebuild | 2 +- sci-biology/brkraw/brkraw-0.3.11.ebuild | 2 +- sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild | 2 +- sci-biology/dcmstack/dcmstack-0.9.ebuild | 2 +- sci-biology/dipy/dipy-1.1.1.ebuild | 2 +- sci-biology/nilearn/nilearn-0.8.1.ebuild | 2 +- sci-biology/nilearn/nilearn-0.9.1.ebuild | 2 +- sci-biology/nitime/nitime-0.10.2.ebuild | 2 +- sci-biology/nitime/nitime-0.9.ebuild | 2 +- sci-biology/nitime/nitime-9999.ebuild | 2 +- sci-libs/nibabel/nibabel-5.0.0.ebuild | 2 +- sci-libs/nibabel/nibabel-5.1.0.ebuild | 2 +- sci-libs/nipy/nipy-0.6.0.ebuild | 2 +- sci-libs/nipype/nipype-1.8.4-r1.ebuild | 2 +- sci-libs/nipype/nipype-1.8.4-r2.ebuild | 2 +- sci-libs/nipype/nipype-1.8.6.ebuild | 2 +- sci-libs/pybids/pybids-0.10.2.ebuild | 2 +- sci-libs/pybids/pybids-0.12.4.ebuild | 2 +- sci-libs/pybids/pybids-0.6.5.ebuild | 2 +- sci-visualization/fsleyes-props/fsleyes-props-1.8.2.ebuild | 2 +- sci-visualization/fsleyes-widgets/fsleyes-widgets-0.12.3.ebuild | 2 +- sci-visualization/fsleyes/fsleyes-1.5.0.ebuild | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/dev-python/ccdproc/ccdproc-2.3.0.ebuild b/dev-python/ccdproc/ccdproc-2.3.0.ebuild index cdbe1c92c..93251b74f 100644 --- a/dev-python/ccdproc/ccdproc-2.3.0.ebuild +++ b/dev-python/ccdproc/ccdproc-2.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 pypi DESCRIPTION="Astropy affiliated package for reducing optical/IR CCD data" diff --git a/dev-python/fslpy/fslpy-3.10.0.ebuild b/dev-python/fslpy/fslpy-3.10.0.ebuild index bd802ddf4..52eae04d6 100644 --- a/dev-python/fslpy/fslpy-3.10.0.ebuild +++ b/dev-python/fslpy/fslpy-3.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 virtualx diff --git a/dev-python/gffpandas/gffpandas-1.2.0.ebuild b/dev-python/gffpandas/gffpandas-1.2.0.ebuild index e0fe2f621..b188fe4dc 100644 --- a/dev-python/gffpandas/gffpandas-1.2.0.ebuild +++ b/dev-python/gffpandas/gffpandas-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 diff --git a/dev-python/heudiconv/heudiconv-0.13.0.ebuild b/dev-python/heudiconv/heudiconv-0.13.0.ebuild index 7f7db0b0e..f3a6721dd 100644 --- a/dev-python/heudiconv/heudiconv-0.13.0.ebuild +++ b/dev-python/heudiconv/heudiconv-0.13.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 pypi DESCRIPTION="Flexible DICOM conversion to structured directory layouts" diff --git a/dev-python/heudiconv/heudiconv-1.0.0.ebuild b/dev-python/heudiconv/heudiconv-1.0.0.ebuild index 7f7db0b0e..f3a6721dd 100644 --- a/dev-python/heudiconv/heudiconv-1.0.0.ebuild +++ b/dev-python/heudiconv/heudiconv-1.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 pypi DESCRIPTION="Flexible DICOM conversion to structured directory layouts" diff --git a/dev-python/reproject/reproject-0.8.ebuild b/dev-python/reproject/reproject-0.8.ebuild index 93efdd361..988cd887b 100644 --- a/dev-python/reproject/reproject-0.8.ebuild +++ b/dev-python/reproject/reproject-0.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 pypi DESCRIPTION="Reproject astronomical images" diff --git a/dev-python/sphinx-astropy/sphinx-astropy-1.8.0.ebuild b/dev-python/sphinx-astropy/sphinx-astropy-1.8.0.ebuild index 89d58fc6b..069b463b8 100644 --- a/dev-python/sphinx-astropy/sphinx-astropy-1.8.0.ebuild +++ b/dev-python/sphinx-astropy/sphinx-astropy-1.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 diff --git a/dev-python/texext/texext-0.6.7.ebuild b/dev-python/texext/texext-0.6.7.ebuild index fdeb2350a..857ee1028 100644 --- a/dev-python/texext/texext-0.6.7.ebuild +++ b/dev-python/texext/texext-0.6.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/sci-biology/brkraw/brkraw-0.3.11.ebuild b/sci-biology/brkraw/brkraw-0.3.11.ebuild index 60a7767b1..a7c4756bb 100644 --- a/sci-biology/brkraw/brkraw-0.3.11.ebuild +++ b/sci-biology/brkraw/brkraw-0.3.11.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=setuptools diff --git a/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild b/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild index dc0c49e6f..1ebb02183 100644 --- a/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild +++ b/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS="rdepend" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 diff --git a/sci-biology/dcmstack/dcmstack-0.9.ebuild b/sci-biology/dcmstack/dcmstack-0.9.ebuild index d207526c0..2fb81546f 100644 --- a/sci-biology/dcmstack/dcmstack-0.9.ebuild +++ b/sci-biology/dcmstack/dcmstack-0.9.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 diff --git a/sci-biology/dipy/dipy-1.1.1.ebuild b/sci-biology/dipy/dipy-1.1.1.ebuild index 3656d6dc8..a20699a67 100644 --- a/sci-biology/dipy/dipy-1.1.1.ebuild +++ b/sci-biology/dipy/dipy-1.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 diff --git a/sci-biology/nilearn/nilearn-0.8.1.ebuild b/sci-biology/nilearn/nilearn-0.8.1.ebuild index 92c788f28..812828762 100644 --- a/sci-biology/nilearn/nilearn-0.8.1.ebuild +++ b/sci-biology/nilearn/nilearn-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 diff --git a/sci-biology/nilearn/nilearn-0.9.1.ebuild b/sci-biology/nilearn/nilearn-0.9.1.ebuild index 4dbe5101e..b29128954 100644 --- a/sci-biology/nilearn/nilearn-0.9.1.ebuild +++ b/sci-biology/nilearn/nilearn-0.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 diff --git a/sci-biology/nitime/nitime-0.10.2.ebuild b/sci-biology/nitime/nitime-0.10.2.ebuild index 7e47d7288..44e9173c0 100644 --- a/sci-biology/nitime/nitime-0.10.2.ebuild +++ b/sci-biology/nitime/nitime-0.10.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 pypi diff --git a/sci-biology/nitime/nitime-0.9.ebuild b/sci-biology/nitime/nitime-0.9.ebuild index cae7fdfea..f972a6fc2 100644 --- a/sci-biology/nitime/nitime-0.9.ebuild +++ b/sci-biology/nitime/nitime-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 pypi virtualx diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild index ee81c01dc..d7808ffa1 100644 --- a/sci-biology/nitime/nitime-9999.ebuild +++ b/sci-biology/nitime/nitime-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 git-r3 diff --git a/sci-libs/nibabel/nibabel-5.0.0.ebuild b/sci-libs/nibabel/nibabel-5.0.0.ebuild index 0fec805b1..5619aa4b4 100644 --- a/sci-libs/nibabel/nibabel-5.0.0.ebuild +++ b/sci-libs/nibabel/nibabel-5.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 diff --git a/sci-libs/nibabel/nibabel-5.1.0.ebuild b/sci-libs/nibabel/nibabel-5.1.0.ebuild index 0fec805b1..5619aa4b4 100644 --- a/sci-libs/nibabel/nibabel-5.1.0.ebuild +++ b/sci-libs/nibabel/nibabel-5.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 diff --git a/sci-libs/nipy/nipy-0.6.0.ebuild b/sci-libs/nipy/nipy-0.6.0.ebuild index 8f8ea83e8..47bfbc559 100644 --- a/sci-libs/nipy/nipy-0.6.0.ebuild +++ b/sci-libs/nipy/nipy-0.6.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=meson-python -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_EXT=1 inherit distutils-r1 diff --git a/sci-libs/nipype/nipype-1.8.4-r1.ebuild b/sci-libs/nipype/nipype-1.8.4-r1.ebuild index 7c2e801ff..10cd0f32b 100644 --- a/sci-libs/nipype/nipype-1.8.4-r1.ebuild +++ b/sci-libs/nipype/nipype-1.8.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 diff --git a/sci-libs/nipype/nipype-1.8.4-r2.ebuild b/sci-libs/nipype/nipype-1.8.4-r2.ebuild index 4c3da70b3..41c8d6ba9 100644 --- a/sci-libs/nipype/nipype-1.8.4-r2.ebuild +++ b/sci-libs/nipype/nipype-1.8.4-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 diff --git a/sci-libs/nipype/nipype-1.8.6.ebuild b/sci-libs/nipype/nipype-1.8.6.ebuild index 88bc23395..d12d4dcd9 100644 --- a/sci-libs/nipype/nipype-1.8.6.ebuild +++ b/sci-libs/nipype/nipype-1.8.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 diff --git a/sci-libs/pybids/pybids-0.10.2.ebuild b/sci-libs/pybids/pybids-0.10.2.ebuild index 5f2776855..bc471429c 100644 --- a/sci-libs/pybids/pybids-0.10.2.ebuild +++ b/sci-libs/pybids/pybids-0.10.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 diff --git a/sci-libs/pybids/pybids-0.12.4.ebuild b/sci-libs/pybids/pybids-0.12.4.ebuild index 7860d69c9..3c0ee420b 100644 --- a/sci-libs/pybids/pybids-0.12.4.ebuild +++ b/sci-libs/pybids/pybids-0.12.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/sci-libs/pybids/pybids-0.6.5.ebuild b/sci-libs/pybids/pybids-0.6.5.ebuild index 6103c3191..73b5d6891 100644 --- a/sci-libs/pybids/pybids-0.6.5.ebuild +++ b/sci-libs/pybids/pybids-0.6.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 diff --git a/sci-visualization/fsleyes-props/fsleyes-props-1.8.2.ebuild b/sci-visualization/fsleyes-props/fsleyes-props-1.8.2.ebuild index 860a6315b..fb41e5ac4 100644 --- a/sci-visualization/fsleyes-props/fsleyes-props-1.8.2.ebuild +++ b/sci-visualization/fsleyes-props/fsleyes-props-1.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 virtualx diff --git a/sci-visualization/fsleyes-widgets/fsleyes-widgets-0.12.3.ebuild b/sci-visualization/fsleyes-widgets/fsleyes-widgets-0.12.3.ebuild index 11f8a76ed..9b7457975 100644 --- a/sci-visualization/fsleyes-widgets/fsleyes-widgets-0.12.3.ebuild +++ b/sci-visualization/fsleyes-widgets/fsleyes-widgets-0.12.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 virtualx diff --git a/sci-visualization/fsleyes/fsleyes-1.5.0.ebuild b/sci-visualization/fsleyes/fsleyes-1.5.0.ebuild index c63c53e6e..ba1589f46 100644 --- a/sci-visualization/fsleyes/fsleyes-1.5.0.ebuild +++ b/sci-visualization/fsleyes/fsleyes-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=setuptools inherit xdg distutils-r1 desktop virtualx
