commit:     48d018849941bd883625c7c6dcae056764168558
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 11:49:49 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 11:59:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d01884

dev-python/deprecated: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/deprecated/deprecated-1.2.6.ebuild | 2 +-
 dev-python/deprecated/deprecated-1.2.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/deprecated/deprecated-1.2.6.ebuild 
b/dev-python/deprecated/deprecated-1.2.6.ebuild
index 28c8ff5ffb1..96830f8dde4 100644
--- a/dev-python/deprecated/deprecated-1.2.6.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python @deprecated decorator to deprecate old API"

diff --git a/dev-python/deprecated/deprecated-1.2.7.ebuild 
b/dev-python/deprecated/deprecated-1.2.7.ebuild
index c5ef661a2a3..a6bed5059a0 100644
--- a/dev-python/deprecated/deprecated-1.2.7.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python @deprecated decorator to deprecate old API"

Reply via email to