commit: e58fa9b4f1f82f78370c8669d719c58f25129984
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 09:52:12 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 09:52:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58fa9b4
dev-python/pyramid: Revert "Add python-3.5 to PYTHON_COMPAT"
New implementations are to be added to the *newest* version, not
the oldest, *after* testing. Adding a new implementation to the old
stable version that lacks tests is surely a very bad idea, especially
that next stable candidate lacks the same implementation. In other
words, it is pure noise which temporarily confuses dependency graph.
Reverts: 5d0b3af93ea8941355914316ff30fd536a0de02f
dev-python/pyramid/pyramid-1.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyramid/pyramid-1.5.1.ebuild
b/dev-python/pyramid/pyramid-1.5.1.ebuild
index e7b20f7e97f..183fe915b6f 100644
--- a/dev-python/pyramid/pyramid-1.5.1.ebuild
+++ b/dev-python/pyramid/pyramid-1.5.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1