diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2020-07-14 15:43:18 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-15 11:06:37 +0300 |
commit | 97688c0ab28b1aca567e5f797284228a831b7dd4 (patch) | |
tree | c93a961aa497ae74d86a1bb97c222a0a17f0b9f4 /sci-libs/Shapely | |
parent | sci-libs/Shapely-1.7.0: added desired changes (diff) | |
download | gentoo-97688c0ab28b1aca567e5f797284228a831b7dd4.tar.gz gentoo-97688c0ab28b1aca567e5f797284228a831b7dd4.tar.bz2 gentoo-97688c0ab28b1aca567e5f797284228a831b7dd4.zip |
sci-libs/Shapely-1.7.0: removed python 3.9
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16283
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-libs/Shapely')
-rw-r--r-- | sci-libs/Shapely/Shapely-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/Shapely/Shapely-1.7.0.ebuild b/sci-libs/Shapely/Shapely-1.7.0.ebuild index d8dcb698da07..90f6454fe778 100644 --- a/sci-libs/Shapely/Shapely-1.7.0.ebuild +++ b/sci-libs/Shapely/Shapely-1.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..8} ) inherit distutils-r1 |