dev-python/aniso8601: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:37:52 +0000 (21:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:45:57 +0000 (21:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/aniso8601/aniso8601-1.3.0.ebuild
dev-python/aniso8601/aniso8601-3.0.0.ebuild
dev-python/aniso8601/aniso8601-3.0.2.ebuild
dev-python/aniso8601/aniso8601-4.0.1.ebuild

index b7ddea2ddc0ff7bf190349c58a25b26cd50d950c..5f5df95319d6273508f2c241501ca47278bd40da 100644 (file)
@@ -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
 
index a04ddfef77f41eb423f193856f63cae7b34889a9..fd6f9abd9f27defbfe5ec528d62543a756cc5ade 100644 (file)
@@ -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
 
index 35c08d46190f51d476ab4b97cbf8fb868918c8f7..bb7a27ade76e850702aca0aefc922a23b7a0c9ec 100644 (file)
@@ -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
 
index bfa2cb8ec8c9e91adb3d92c25298456fe9edbf3d..3251321fa7ca162442ab5a9ce2342e9ca1d991de 100644 (file)
@@ -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 )