dev-vcs/git-cola: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:48:52 +0000 (06:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:05:03 +0000 (07:05 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-vcs/git-cola/git-cola-2.11.ebuild
dev-vcs/git-cola/git-cola-3.2.ebuild

index 65a5d6cbed6d0427110026ec23ce172686175429..d97f4818b85a4379056dbd6aff125a52e47f90b7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 DISTUTILS_SINGLE_IMPL=true
 
 inherit distutils-r1 readme.gentoo-r1 virtualx
@@ -29,7 +29,6 @@ DEPEND="${RDEPEND}
        sys-devel/gettext
        doc? (
                dev-python/sphinx[${PYTHON_USEDEP}]
-               python_targets_python2_7? ( dev-python/sphinxtogithub[$(python_gen_usedep 'python2*')] )
                )
        test? ( dev-python/nose[${PYTHON_USEDEP}] ${VIRTUALX_DEPEND} )
 "
index 1bb68c4eb5e2d509dc07cb69dd1f25b91cddd837..de021727cffaa2d1e2e407b102e04d10fb3cb038 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 DISTUTILS_SINGLE_IMPL=true
 
 inherit distutils-r1 readme.gentoo-r1 virtualx
@@ -27,7 +27,6 @@ DEPEND="${RDEPEND}
        sys-devel/gettext
        doc? (
                dev-python/sphinx[${PYTHON_USEDEP}]
-               python_targets_python2_7? ( dev-python/sphinxtogithub[$(python_gen_usedep 'python2*')] )
                )
        test? (
                ${VIRTUALX_DEPEND}