From 013d30247400ad85bd7ed4db521db72300ab9687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 17 May 2017 21:21:09 +0200 Subject: [PATCH] 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 e5051a962611b..00549a75f07bb 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