From: David Seifert Date: Sat, 28 Dec 2019 16:16:35 +0000 (+0100) Subject: dev-python/zope-deprecation: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ec847d380e2405a8e9a8ca5834990727321d58c4;p=gentoo.git dev-python/zope-deprecation: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild b/dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild index dae11d667c5d..052b59f2d367 100644 --- a/dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild +++ b/dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} pypy{,3} ) +PYTHON_COMPAT=( python3_{5,6} pypy3 ) inherit distutils-r1 MY_PN=${PN/-/.} diff --git a/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild b/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild index 9932b793cd1c..305362931a2c 100644 --- a/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild +++ b/dev-python/zope-deprecation/zope-deprecation-4.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) +PYTHON_COMPAT=( python3_{5,6,7,8} pypy3 ) inherit distutils-r1