diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 19:27:02 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 19:27:02 +0200 |
commit | 779ae2b655f94cda06237c111379c6c98c70de09 (patch) | |
tree | 207f43c91dcc990556d071323874491caa1a2be5 /sci-libs/pyshp | |
parent | sci-physics/espresso: Support newer python (diff) | |
download | gentoo-779ae2b655f94cda06237c111379c6c98c70de09.tar.gz gentoo-779ae2b655f94cda06237c111379c6c98c70de09.tar.bz2 gentoo-779ae2b655f94cda06237c111379c6c98c70de09.zip |
sci-libs/pyshp: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-libs/pyshp')
-rw-r--r-- | sci-libs/pyshp/pyshp-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/pyshp/pyshp-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/pyshp/pyshp-1.2.0.ebuild b/sci-libs/pyshp/pyshp-1.2.0.ebuild index 90f8f2095b6d..40a25c90a67f 100644 --- a/sci-libs/pyshp/pyshp-1.2.0.ebuild +++ b/sci-libs/pyshp/pyshp-1.2.0.ebuild @@ -1,8 +1,8 @@ -# 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=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 diff --git a/sci-libs/pyshp/pyshp-9999.ebuild b/sci-libs/pyshp/pyshp-9999.ebuild index 90f8f2095b6d..40a25c90a67f 100644 --- a/sci-libs/pyshp/pyshp-9999.ebuild +++ b/sci-libs/pyshp/pyshp-9999.ebuild @@ -1,8 +1,8 @@ -# 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=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |