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/doit | |
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/doit')
-rw-r--r-- | dev-python/doit/doit-0.23.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/doit/doit-0.27.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/doit/doit-0.28.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/doit/doit-0.29.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/doit/doit-0.23.0-r1.ebuild b/dev-python/doit/doit-0.23.0-r1.ebuild index 31e43ea77795..ceb6d34b0025 100644 --- a/dev-python/doit/doit-0.23.0-r1.ebuild +++ b/dev-python/doit/doit-0.23.0-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit eutils distutils-r1 DESCRIPTION="Automation tool" diff --git a/dev-python/doit/doit-0.27.0.ebuild b/dev-python/doit/doit-0.27.0.ebuild index c412baa7d9f2..a825ba65513b 100644 --- a/dev-python/doit/doit-0.27.0.ebuild +++ b/dev-python/doit/doit-0.27.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit eutils distutils-r1 DESCRIPTION="Automation tool" diff --git a/dev-python/doit/doit-0.28.0.ebuild b/dev-python/doit/doit-0.28.0.ebuild index 2b9949bc8049..0fd5460d6db9 100644 --- a/dev-python/doit/doit-0.28.0.ebuild +++ b/dev-python/doit/doit-0.28.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit eutils distutils-r1 DESCRIPTION="Automation tool" diff --git a/dev-python/doit/doit-0.29.0.ebuild b/dev-python/doit/doit-0.29.0.ebuild index eedd1cd8d542..a343ab438b2e 100644 --- a/dev-python/doit/doit-0.29.0.ebuild +++ b/dev-python/doit/doit-0.29.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit eutils distutils-r1 RESTRICT="test" # can't work as it imports nonexistant modules from coverage |