From 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 1 Nov 2016 21:10:51 +0100 Subject: global: Drop dead implementations from PYTHON_COMPAT --- dev-python/webob/webob-1.4.1.ebuild | 2 +- dev-python/webob/webob-1.4.ebuild | 2 +- dev-python/webob/webob-1.5.0.ebuild | 2 +- dev-python/webob/webob-1.5.1.ebuild | 2 +- dev-python/webob/webob-1.6.0.ebuild | 2 +- dev-python/webob/webob-1.6.1.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-python/webob') diff --git a/dev-python/webob/webob-1.4.1.ebuild b/dev-python/webob/webob-1.4.1.ebuild index 8e16b2d0b929..d8945719b0fc 100644 --- a/dev-python/webob/webob-1.4.1.ebuild +++ b/dev-python/webob/webob-1.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 diff --git a/dev-python/webob/webob-1.4.ebuild b/dev-python/webob/webob-1.4.ebuild index eae19ca06a11..33b48130a231 100644 --- a/dev-python/webob/webob-1.4.ebuild +++ b/dev-python/webob/webob-1.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 diff --git a/dev-python/webob/webob-1.5.0.ebuild b/dev-python/webob/webob-1.5.0.ebuild index 0b7abd5bb671..73de9fef5098 100644 --- a/dev-python/webob/webob-1.5.0.ebuild +++ b/dev-python/webob/webob-1.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 diff --git a/dev-python/webob/webob-1.5.1.ebuild b/dev-python/webob/webob-1.5.1.ebuild index 9fec4c6c47bf..35230d11a3f2 100644 --- a/dev-python/webob/webob-1.5.1.ebuild +++ b/dev-python/webob/webob-1.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_4 pypy ) inherit distutils-r1 diff --git a/dev-python/webob/webob-1.6.0.ebuild b/dev-python/webob/webob-1.6.0.ebuild index d5e64fe82588..d9be5bd14328 100644 --- a/dev-python/webob/webob-1.6.0.ebuild +++ b/dev-python/webob/webob-1.6.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 versionator diff --git a/dev-python/webob/webob-1.6.1.ebuild b/dev-python/webob/webob-1.6.1.ebuild index d5e64fe82588..d9be5bd14328 100644 --- a/dev-python/webob/webob-1.6.1.ebuild +++ b/dev-python/webob/webob-1.6.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 versionator -- cgit v1.2.3-65-gdbad