diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 11:01:42 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:41:04 +0200 |
commit | 88885a848090168ce54535d2dc145a4232276a48 (patch) | |
tree | 1ba5b2917edba8b99829adb5970862cdb69a7886 /dev-python/pygeocoder | |
parent | dev-python/pyh2o: Support newer python (diff) | |
download | gentoo-88885a848090168ce54535d2dc145a4232276a48.tar.gz gentoo-88885a848090168ce54535d2dc145a4232276a48.tar.bz2 gentoo-88885a848090168ce54535d2dc145a4232276a48.zip |
dev-python/pygeocoder: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pygeocoder')
-rw-r--r-- | dev-python/pygeocoder/pygeocoder-1.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygeocoder/pygeocoder-1.2.5.ebuild b/dev-python/pygeocoder/pygeocoder-1.2.5.ebuild index 7b76b79d937d..d00f2e0076a1 100644 --- a/dev-python/pygeocoder/pygeocoder-1.2.5.ebuild +++ b/dev-python/pygeocoder/pygeocoder-1.2.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 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} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Python wrapper for Google Geocoding API V3" |