commit: e0d53c74ae5f337a1d9b42bb5f369800b8ae37eb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 10:18:10 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 10:24:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d53c74
dev-python/python-dateutil: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...{python-dateutil-2.8.1-r1.ebuild => python-dateutil-2.8.1-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild
b/dev-python/python-dateutil/python-dateutil-2.8.1-r2.ebuild
similarity index 96%
rename from dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild
rename to dev-python/python-dateutil/python-dateutil-2.8.1-r2.ebuild
index 8632cbf5e2c..3638dc3a1ad 100644
--- a/dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.8.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1