summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-17 11:52:12 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-17 11:52:12 +0200
commite58fa9b4f1f82f78370c8669d719c58f25129984 (patch)
tree6b8af8417a4da1c3c6b4509eaf02fc25c0a0c15d
parentx11-misc/sct: version bump. (diff)
downloadgentoo-e58fa9b4f1f82f78370c8669d719c58f25129984.tar.gz
gentoo-e58fa9b4f1f82f78370c8669d719c58f25129984.tar.bz2
gentoo-e58fa9b4f1f82f78370c8669d719c58f25129984.zip
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
-rw-r--r--dev-python/pyramid/pyramid-1.5.1.ebuild4
1 files 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 e7b20f7e97fe..183fe915b6fe 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