dev-python/argh: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:44:39 +0000 (21:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:46:06 +0000 (21:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/argh/argh-0.26.2-r1.ebuild
dev-python/argh/argh-0.26.2-r2.ebuild

index 92e57f4fcdd26e6617950b78ff1376a692ea08b7..6d91520add130114a4c75b2de74b123c81f2e5b1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
@@ -22,7 +22,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                dev-python/pytest[${PYTHON_USEDEP}]
                dev-python/iocapture[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
                ${RDEPEND}
        )"
 
index 7152a12d75f4b1f3f3fe4d1c40e7f6ce87d1e72a..3db3968fa089ec55ffd2291bb79ecbc0286d8437 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1