From: Michał Górny Date: Tue, 4 Feb 2020 13:11:52 +0000 (+0100) Subject: dev-python/txtorcon: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dacad26154f573f9854f764dd83f0d6171e546f1;p=gentoo.git dev-python/txtorcon: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild b/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild index a699641c2411..44b5ad81aa0f 100644 --- a/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild +++ b/dev-python/txtorcon/txtorcon-0.19.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 @@ -19,13 +19,11 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-python/automat[${PYTHON_USEDEP}] dev-python/incremental[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' python2_7) dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/twisted-16.0.0[${PYTHON_USEDEP},crypt] >=dev-python/zope-interface-3.6.1[${PYTHON_USEDEP}] doc? ( dev-python/automat[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' python2_7) dev-python/sphinx[${PYTHON_USEDEP}] dev-python/repoze-sphinx-autointerface[${PYTHON_USEDEP}] >=dev-python/zope-interface-3.6.1[${PYTHON_USEDEP}]