dev-python/doit: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:07:15 +0000 (16:07 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:34:17 +0000 (16:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/doit/doit-0.29.0.ebuild
dev-python/doit/doit-0.32.0.ebuild

index f8c1f29e228580cc34fe36022f8d232a914b7a43..c4bf8bd37a4949b25b8ed62caad21796ce1a66a6 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit eutils distutils-r1
 
 RESTRICT="test" # can't work as it imports nonexistant modules from coverage
@@ -20,7 +20,6 @@ RDEPEND="
        dev-python/cloudpickle[${PYTHON_USEDEP}]
        dev-python/pyinotify[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7 pypy)
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 "
 DEPEND="test? ( ${RDEPEND}
index ecf024be21fee02d132da173f3744ae48645d048..347f0c06dfe8510b96078379cc75ecd0018d5bf1 100644 (file)
@@ -22,7 +22,6 @@ RDEPEND="
        dev-python/cloudpickle[${PYTHON_USEDEP}]
        dev-python/pyinotify[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7 pypy)
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 "
 DEPEND="test? ( ${RDEPEND}