commit: 373f95f2baedacce490d78cc59d73e14b60f9040 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 2 08:20:59 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 2 08:25:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373f95f2
dev-python/josepy: Remove py2.7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/josepy/josepy-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/josepy/josepy-1.3.0.ebuild b/dev-python/josepy/josepy-1.3.0.ebuild index 34d9145537e..8f7ce5c780a 100644 --- a/dev-python/josepy/josepy-1.3.0.ebuild +++ b/dev-python/josepy/josepy-1.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1 DESCRIPTION="JOSE protocol implementation in Python"