summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-06-21 21:54:39 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-06-21 21:54:39 +0200
commit60ab89672d2b8016867d9d88bd296f4ce3cbe192 (patch)
treec508c0304b8ef7987411a83f8a7d03edb0a06678 /sci-geosciences
parentapp-emacs/compat: add missing die to avoid false-positive (diff)
downloadgentoo-60ab89672d2b8016867d9d88bd296f4ce3cbe192.tar.gz
gentoo-60ab89672d2b8016867d9d88bd296f4ce3cbe192.tar.bz2
gentoo-60ab89672d2b8016867d9d88bd296f4ce3cbe192.zip
sci-geosciences/geopy: enable python 3.10
Closes: https://bugs.gentoo.org/853265 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/geopy/geopy-2.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/geopy/geopy-2.2.0.ebuild b/sci-geosciences/geopy/geopy-2.2.0.ebuild
index 0eca56b94d75..d93cf6234d90 100644
--- a/sci-geosciences/geopy/geopy-2.2.0.ebuild
+++ b/sci-geosciences/geopy/geopy-2.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit distutils-r1
DESCRIPTION="Python client for several popular geocoding web services"