dev-python/pytest: Remove python_gen_cond_dep calls for py3.5
authorDavid Seifert <soap@gentoo.org>
Fri, 3 Jan 2020 20:46:17 +0000 (21:46 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 3 Jan 2020 20:46:17 +0000 (21:46 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/pytest/pytest-3.10.1.ebuild
dev-python/pytest/pytest-4.5.0.ebuild
dev-python/pytest/pytest-4.6.6.ebuild
dev-python/pytest/pytest-4.6.7.ebuild
dev-python/pytest/pytest-4.6.8.ebuild
dev-python/pytest/pytest-5.3.0.ebuild
dev-python/pytest/pytest-5.3.1.ebuild
dev-python/pytest/pytest-5.3.2.ebuild

index 551cebba719dba0f269b332d6fa56a53c9807ebd..743c17f71e9f6dd45947908f1bfcd3f47490def2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,8 +27,8 @@ RDEPEND="
        >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python2_7 )
        $(python_gen_cond_dep '<dev-python/more-itertools-6.0.0[${PYTHON_USEDEP}]' python2_7 )
-       $(python_gen_cond_dep '>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python3_{5,6,7} pypy{,3} )
-       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 python3_5 )
+       $(python_gen_cond_dep '>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python3_{6,7} pypy{,3} )
+       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7)
        >=dev-python/pluggy-0.7[${PYTHON_USEDEP}]
        >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
        >=dev-python/setuptools-40[${PYTHON_USEDEP}]
index e5795dd521d42df778287cc71c356f4b2b751b91..7e4a0403ce2de16e5b737d984f6db7118b20cf42 100644 (file)
@@ -26,7 +26,7 @@ RDEPEND="
        >=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}]
        >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
        >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 python3_5 )
+       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7)
        >=dev-python/pluggy-0.11[${PYTHON_USEDEP}]
        <dev-python/pluggy-1
        >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
index 4f85c1855b6cd133d110cf1d7664d2dab3cc0c3d..00edbafb32770f0d72fc5b5562f0e1d64ced995b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,7 +28,7 @@ RDEPEND="
        >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' \
                -2 python3_{5,6,7} pypy3)
-       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2 python3_5)
+       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2)
        >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
        <dev-python/pluggy-1
        >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
index 4f85c1855b6cd133d110cf1d7664d2dab3cc0c3d..0efddd35ef8ca6bd44a0e964a1e4dc3a6fe97902 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,8 +27,8 @@ RDEPEND="
        >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
        >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' \
-               -2 python3_{5,6,7} pypy3)
-       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2 python3_5)
+               -2 python3_{6,7} pypy3)
+       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2)
        >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
        <dev-python/pluggy-1
        >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
index 4f85c1855b6cd133d110cf1d7664d2dab3cc0c3d..00edbafb32770f0d72fc5b5562f0e1d64ced995b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,7 +28,7 @@ RDEPEND="
        >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' \
                -2 python3_{5,6,7} pypy3)
-       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2 python3_5)
+       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2)
        >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
        <dev-python/pluggy-1
        >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
index 9795396ca686b1c8f38132b2ff9b943395dde46d..87b412ee4468a27bec09794bf97aef420d6335ff 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,6 @@ RDEPEND="
        dev-python/importlib_metadata[${PYTHON_USEDEP}]
        >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python3_5 )
        >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
        <dev-python/pluggy-1
        >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
index 9795396ca686b1c8f38132b2ff9b943395dde46d..87b412ee4468a27bec09794bf97aef420d6335ff 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,6 @@ RDEPEND="
        dev-python/importlib_metadata[${PYTHON_USEDEP}]
        >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python3_5 )
        >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
        <dev-python/pluggy-1
        >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
index 76a95d4f3d737e872e96a591c1fc7c27a2a6770a..835e9d7c96e1b07d36049e333bbba2b38ea71f5f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,6 @@ RDEPEND="
        dev-python/importlib_metadata[${PYTHON_USEDEP}]
        >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python3_5 )
        >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
        <dev-python/pluggy-1
        >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]