summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-23 22:43:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-24 01:26:55 +0200
commit74ee1cd7b3a97a28a5aca9d85b8ce5db53ab4250 (patch)
tree2cec0f6e75bf7612429d44c96943540289afafbb /sci-libs
parentapp-office/libalkimia: 8.0.4 version bump, add IUSE=webengine (diff)
downloadgentoo-74ee1cd7b3a97a28a5aca9d85b8ce5db53ab4250.tar.gz
gentoo-74ee1cd7b3a97a28a5aca9d85b8ce5db53ab4250.tar.bz2
gentoo-74ee1cd7b3a97a28a5aca9d85b8ce5db53ab4250.zip
sci-libs/shapely: python3_9, tests pass
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/shapely/shapely-1.7.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/shapely/shapely-1.7.1.ebuild b/sci-libs/shapely/shapely-1.7.1.ebuild
index 3e2d10095cec..c9e72fc34981 100644
--- a/sci-libs/shapely/shapely-1.7.1.ebuild
+++ b/sci-libs/shapely/shapely-1.7.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
MY_PN="Shapely"
MY_P="${MY_PN}-${PV}"
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1