summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-01-01 10:05:37 +0100
committerAlfredo Tupone <tupone@gentoo.org>2024-01-01 10:05:37 +0100
commitc82a43880cc96ac5e82af5739ff352f6feffe032 (patch)
tree4dc03b1171533cdd6f4c4bc70693bc8ad787a74d /sci-geosciences
parentsci-geosciences/geopy: drop 2.2.0, 2.3.0-r1 (diff)
downloadgentoo-c82a43880cc96ac5e82af5739ff352f6feffe032.tar.gz
gentoo-c82a43880cc96ac5e82af5739ff352f6feffe032.tar.bz2
gentoo-c82a43880cc96ac5e82af5739ff352f6feffe032.zip
sci-geosciences/pymap3d: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/pymap3d/pymap3d-2.9.1-r1.ebuild (renamed from sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild b/sci-geosciences/pymap3d/pymap3d-2.9.1-r1.ebuild
index 85e03b29c607..7592077385f1 100644
--- a/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild
+++ b/sci-geosciences/pymap3d/pymap3d-2.9.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1