summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2020-12-16 20:03:02 +0100
committerThomas Beierlein <tomjbe@gentoo.org>2020-12-16 20:03:48 +0100
commit68ef73bef4cdac3a4de6044677934f7f2b78c244 (patch)
tree907fabdfcdafef43fd613a87ec1175d26d07395f /sci-libs/pyshp
parentprofiles/prefix/darwin/macos: drop bash, readline unmask (diff)
downloadgentoo-68ef73bef4cdac3a4de6044677934f7f2b78c244.tar.gz
gentoo-68ef73bef4cdac3a4de6044677934f7f2b78c244.tar.bz2
gentoo-68ef73bef4cdac3a4de6044677934f7f2b78c244.zip
sci-libs/pyshp: Add python3_9 support
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-libs/pyshp')
-rw-r--r--sci-libs/pyshp/pyshp-2.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pyshp/pyshp-2.1.2.ebuild b/sci-libs/pyshp/pyshp-2.1.2.ebuild
index 5499cd13c879..9d913d98f24e 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"