From 617c1b8f02d9a2f1dcd5b053f78a74d144595fb5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 3 Feb 2020 21:37:52 +0100 Subject: dev-python/aniso8601: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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(-) (limited to 'dev-python/aniso8601') diff --git a/dev-python/aniso8601/aniso8601-1.3.0.ebuild b/dev-python/aniso8601/aniso8601-1.3.0.ebuild index b7ddea2ddc0f..5f5df95319d6 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 a04ddfef77f4..fd6f9abd9f27 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 35c08d46190f..bb7a27ade76e 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 bfa2cb8ec8c9..3251321fa7ca 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 ) -- cgit v1.2.3-65-gdbad