diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:10:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:58:22 +0100 |
commit | 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 (patch) | |
tree | d74e2f2dfd3ea0562ab791352f03f91078cd2c74 /dev-python/webob | |
parent | sys-cluster/gasnet: added ~arm tested by me (diff) | |
download | gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.gz gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.bz2 gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.zip |
global: Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'dev-python/webob')
-rw-r--r-- | dev-python/webob/webob-1.4.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webob/webob-1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webob/webob-1.5.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webob/webob-1.5.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webob/webob-1.6.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webob/webob-1.6.1.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
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 |