commit: 662665824f1e21bd4c9cf8751dc924f1c73429bd Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri Apr 25 23:51:48 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 19:50:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66266582
sci-geosciences/gpsd: enable py3.13 Closes: https://bugs.gentoo.org/952662 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41775 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-geosciences/gpsd/gpsd-3.25-r2.ebuild | 2 +- sci-geosciences/gpsd/gpsd-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/gpsd/gpsd-3.25-r2.ebuild b/sci-geosciences/gpsd/gpsd-3.25-r2.ebuild index 0c6b8cebfacd..b1898c7867e4 100644 --- a/sci-geosciences/gpsd/gpsd-3.25-r2.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.25-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) SCONS_MIN_VERSION="2.3.0" inherit distutils-r1 scons-utils systemd toolchain-funcs udev diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index 2c6ff7a98b08..1340ba66b6c4 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) SCONS_MIN_VERSION="2.3.0" inherit distutils-r1 scons-utils systemd toolchain-funcs udev
