diff options
Diffstat (limited to 'dev-python/pytest-xprocess')
-rw-r--r-- | dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r1.ebuild index b749a2cba7df..026a0132adb6 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r1.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r1.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=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild index d6903ec95d73..8791619285e2 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.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 |