commit: 471e96431ec6a3503a87cae2aa1459b48001d818
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 06:58:45 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 07:00:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471e9643
dev-python/ed25519ll: Remove Python 3
The package has *syntax errors* in *source*. This means it will not
work in Python 3. So how about we remove Python 3 instead
of restricting tests that uncover the failure and pretending things
are fine?
dev-python/ed25519ll/ed25519ll-0.6.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/ed25519ll/ed25519ll-0.6.ebuild
b/dev-python/ed25519ll/ed25519ll-0.6.ebuild
index fa9f433afbb..b55559e763e 100644
--- a/dev-python/ed25519ll/ed25519ll-0.6.ebuild
+++ b/dev-python/ed25519ll/ed25519ll-0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
@@ -23,9 +23,6 @@ DEPEND="${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
)"
-# https://bitbucket.org/dholth/ed25519ll/issues/1/testfailures-with-python-3
-RESTRICT=test
-
python_test() {
esetup.py test
}