diff options
Diffstat (limited to 'dev-python/jmespath')
-rw-r--r-- | dev-python/jmespath/jmespath-0.9.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/jmespath/jmespath-0.9.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/jmespath/jmespath-0.9.3-r1.ebuild b/dev-python/jmespath/jmespath-0.9.3-r1.ebuild index 1f69d522981a..e2923446e4df 100644 --- a/dev-python/jmespath/jmespath-0.9.3-r1.ebuild +++ b/dev-python/jmespath/jmespath-0.9.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} ) inherit distutils-r1 diff --git a/dev-python/jmespath/jmespath-0.9.3.ebuild b/dev-python/jmespath/jmespath-0.9.3.ebuild index 1d3d7d7bdffc..115fb480368d 100644 --- a/dev-python/jmespath/jmespath-0.9.3.ebuild +++ b/dev-python/jmespath/jmespath-0.9.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} ) inherit distutils-r1 |