commit: 68ef73bef4cdac3a4de6044677934f7f2b78c244
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 19:03:02 2020 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 19:03:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ef73be
sci-libs/pyshp: Add python3_9 support
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
sci-libs/pyshp/pyshp-2.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/pyshp/pyshp-2.1.2.ebuild
b/sci-libs/pyshp/pyshp-2.1.2.ebuild
index 5499cd13c87..9d913d98f24 100644
--- a/sci-libs/pyshp/pyshp-2.1.2.ebuild
+++ b/sci-libs/pyshp/pyshp-2.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"