dev-util/vint: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:38:27 +0000 (21:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:45:58 +0000 (21:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/vint/vint-0.3.18.ebuild
dev-util/vint/vint-0.3.19.ebuild

index 31bbe3b8b5354395a8302e8d505b5a438a1319a7..a8842c4b1623346ffb19e73d9db3891a96ec5232 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index b91fdf6bce9e1f4d479b11ec5ef0b092dbae1a7f..37d2eeb1dbc66cea48b7b66488bc644698357df3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
@@ -29,7 +29,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
        test? (
                >=dev-python/pytest-3.3.2[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
        )
 "