commit: 013d30247400ad85bd7ed4db521db72300ab9687
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 19:21:09 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 20:51:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013d3024
dev-python/timelib: Disable python3*
This package clearly does not support Python 3. Using the documented
APIs (and running the tests) causes wrong type exceptions. They could
be worked around via passing bytes around but that's not the documented
API.
The only reverse dependency is app-admin/salt which is 2.7-only.
dev-python/timelib/timelib-0.2.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/timelib/timelib-0.2.4-r1.ebuild
b/dev-python/timelib/timelib-0.2.4-r1.ebuild
index e5051a96261..00549a75f07 100644
--- a/dev-python/timelib/timelib-0.2.4-r1.ebuild
+++ b/dev-python/timelib/timelib-0.2.4-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1