diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 17:10:38 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 18:32:46 +0200 |
commit | 9d593a9dca6a5be8fa56833c423292662901cfe4 (patch) | |
tree | f1f174f4697b2c29889c69b31b331c3177dd835c /sci-libs | |
parent | sci-geosciences/gpxpy: Support newer python (diff) | |
download | gentoo-9d593a9dca6a5be8fa56833c423292662901cfe4.tar.gz gentoo-9d593a9dca6a5be8fa56833c423292662901cfe4.tar.bz2 gentoo-9d593a9dca6a5be8fa56833c423292662901cfe4.zip |
sci-libs/Shapely: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/Shapely/Shapely-1.5.17-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/Shapely/Shapely-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild b/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild index 49be0f83f494..9dc9f27b2a21 100644 --- a/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild +++ b/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/sci-libs/Shapely/Shapely-9999.ebuild b/sci-libs/Shapely/Shapely-9999.ebuild index e4aff86186e3..efa8587ea42e 100644 --- a/sci-libs/Shapely/Shapely-9999.ebuild +++ b/sci-libs/Shapely/Shapely-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 git-r3 |