commit: 67a1ad232bb4957de859422ca8cb69840025ae53
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 15:16:24 2021 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun May 30 15:17:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a1ad23
sci-libs/pyshp: Add python 3_10 support
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
sci-libs/pyshp/pyshp-2.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/pyshp/pyshp-2.1.3.ebuild
b/sci-libs/pyshp/pyshp-2.1.3.ebuild
index 0b4603541d4..39660da9982 100644
--- a/sci-libs/pyshp/pyshp-2.1.3.ebuild
+++ b/sci-libs/pyshp/pyshp-2.1.3.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"