diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 16:59:56 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 18:32:45 +0200 |
commit | 34a57d258e2b82b95d0f8bd56bda0a61d6cca0c2 (patch) | |
tree | 83f8433a375c7ca4717643f6723cc9308b3e495f /sci-geosciences/gpxpy | |
parent | sci-chemistry/nmrglue: Support newer python (diff) | |
download | gentoo-34a57d258e2b82b95d0f8bd56bda0a61d6cca0c2.tar.gz gentoo-34a57d258e2b82b95d0f8bd56bda0a61d6cca0c2.tar.bz2 gentoo-34a57d258e2b82b95d0f8bd56bda0a61d6cca0c2.zip |
sci-geosciences/gpxpy: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-geosciences/gpxpy')
-rw-r--r-- | sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild b/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild index af1f2a161bf6..67cdeca8e8b1 100644 --- a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild +++ b/sci-geosciences/gpxpy/gpxpy-0.8.6.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 vcs-snapshot |