commit: 03a91905d8394bab5b04900240300ec5358e7cd9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jan 16 06:57:45 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jan 16 07:02:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a91905
sci-libs/Shapely: Remove Python 2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sci-libs/Shapely/Shapely-1.5.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild b/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild index 9c0df2cbe22..692e04da131 100644 --- a/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild +++ b/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1
