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/falcon | |
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/falcon')
-rw-r--r-- | dev-python/falcon/falcon-0.1.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/falcon/falcon-0.1.7.ebuild | 2 | ||||
-rw-r--r-- | dev-python/falcon/falcon-0.1.8.ebuild | 2 | ||||
-rw-r--r-- | dev-python/falcon/falcon-0.1.9.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/falcon/falcon-0.1.6.ebuild b/dev-python/falcon/falcon-0.1.6.ebuild index 42c26a4b8d8b..691886dc468e 100644 --- a/dev-python/falcon/falcon-0.1.6.ebuild +++ b/dev-python/falcon/falcon-0.1.6.ebuild @@ -7,7 +7,7 @@ EAPI=5 # Python 2.6 is supported, but depends on ordereddict, which has been in # improvise for months and is a minimal package. If needed # please let me know. PyPy also works -PYTHON_COMPAT=( python{2_7,3_3} pypy ) +PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 diff --git a/dev-python/falcon/falcon-0.1.7.ebuild b/dev-python/falcon/falcon-0.1.7.ebuild index e3b2b3a64f16..9fec34d25304 100644 --- a/dev-python/falcon/falcon-0.1.7.ebuild +++ b/dev-python/falcon/falcon-0.1.7.ebuild @@ -7,7 +7,7 @@ EAPI=5 # Python 2.6 is supported, but depends on ordereddict, which has been in # improvise for months and is a minimal package. If needed # please let me know. PyPy also works -PYTHON_COMPAT=( python{2_7,3_3} pypy ) +PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 diff --git a/dev-python/falcon/falcon-0.1.8.ebuild b/dev-python/falcon/falcon-0.1.8.ebuild index 4cf1192409f3..3fe4bd586658 100644 --- a/dev-python/falcon/falcon-0.1.8.ebuild +++ b/dev-python/falcon/falcon-0.1.8.ebuild @@ -7,7 +7,7 @@ EAPI=5 # Python 2.6 is supported, but depends on ordereddict, which has been in # improvise for months and is a minimal package. If needed # please let me know. PyPy also works -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/falcon/falcon-0.1.9.ebuild b/dev-python/falcon/falcon-0.1.9.ebuild index 4cf1192409f3..3fe4bd586658 100644 --- a/dev-python/falcon/falcon-0.1.9.ebuild +++ b/dev-python/falcon/falcon-0.1.9.ebuild @@ -7,7 +7,7 @@ EAPI=5 # Python 2.6 is supported, but depends on ordereddict, which has been in # improvise for months and is a minimal package. If needed # please let me know. PyPy also works -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 |