diff options
Diffstat (limited to 'dev-python/PyContracts')
-rw-r--r-- | dev-python/PyContracts/PyContracts-1.7.9.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyContracts/PyContracts-1.8.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PyContracts/PyContracts-1.7.9.ebuild b/dev-python/PyContracts/PyContracts-1.7.9.ebuild index 8f6c53b3afe9..e2a0d13fca67 100644 --- a/dev-python/PyContracts/PyContracts-1.7.9.ebuild +++ b/dev-python/PyContracts/PyContracts-1.7.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/PyContracts/PyContracts-1.8.0.ebuild b/dev-python/PyContracts/PyContracts-1.8.0.ebuild index a91a7c9c4784..e7b9a21c6ef2 100644 --- a/dev-python/PyContracts/PyContracts-1.8.0.ebuild +++ b/dev-python/PyContracts/PyContracts-1.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1 |