commit:     617c1b8f02d9a2f1dcd5b053f78a74d144595fb5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 20:37:52 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb  3 20:45:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617c1b8f

dev-python/aniso8601: Remove py2

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

 dev-python/aniso8601/aniso8601-1.3.0.ebuild | 2 +-
 dev-python/aniso8601/aniso8601-3.0.0.ebuild | 2 +-
 dev-python/aniso8601/aniso8601-3.0.2.ebuild | 2 +-
 dev-python/aniso8601/aniso8601-4.0.1.ebuild | 5 ++---
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-python/aniso8601/aniso8601-1.3.0.ebuild 
b/dev-python/aniso8601/aniso8601-1.3.0.ebuild
index b7ddea2ddc0..5f5df95319d 100644
--- a/dev-python/aniso8601/aniso8601-1.3.0.ebuild
+++ b/dev-python/aniso8601/aniso8601-1.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/aniso8601/aniso8601-3.0.0.ebuild 
b/dev-python/aniso8601/aniso8601-3.0.0.ebuild
index a04ddfef77f..fd6f9abd9f2 100644
--- a/dev-python/aniso8601/aniso8601-3.0.0.ebuild
+++ b/dev-python/aniso8601/aniso8601-3.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/aniso8601/aniso8601-3.0.2.ebuild 
b/dev-python/aniso8601/aniso8601-3.0.2.ebuild
index 35c08d46190..bb7a27ade76 100644
--- a/dev-python/aniso8601/aniso8601-3.0.2.ebuild
+++ b/dev-python/aniso8601/aniso8601-3.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/aniso8601/aniso8601-4.0.1.ebuild 
b/dev-python/aniso8601/aniso8601-4.0.1.ebuild
index bfa2cb8ec8c..3251321fa7c 100644
--- a/dev-python/aniso8601/aniso8601-4.0.1.ebuild
+++ b/dev-python/aniso8601/aniso8601-4.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 
@@ -17,8 +17,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/python-dateutil-2.7.3[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7) )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 PATCHES=( "${FILESDIR}"/${P}-mock.patch )
 

Reply via email to