diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-02 16:03:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-02 16:34:14 +0100 |
commit | b51b6087d2b8b8901db6dcec00a2a6754fc956cb (patch) | |
tree | 5ab06ef58fae1e0effa29c782772c506e41a9fce /dev-python/kombu | |
parent | sci-libs/cln: minor ebuild cleanup (diff) | |
download | gentoo-b51b6087d2b8b8901db6dcec00a2a6754fc956cb.tar.gz gentoo-b51b6087d2b8b8901db6dcec00a2a6754fc956cb.tar.bz2 gentoo-b51b6087d2b8b8901db6dcec00a2a6754fc956cb.zip |
dev-python/kombu: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/kombu')
-rw-r--r-- | dev-python/kombu/kombu-4.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/kombu/kombu-4.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/kombu/kombu-4.4.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/kombu/kombu-4.6.3.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/kombu/kombu-4.1.0-r1.ebuild b/dev-python/kombu/kombu-4.1.0-r1.ebuild index 0ec84117cd48..a02d958b2eca 100644 --- a/dev-python/kombu/kombu-4.1.0-r1.ebuild +++ b/dev-python/kombu/kombu-4.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/kombu/kombu-4.2.1.ebuild b/dev-python/kombu/kombu-4.2.1.ebuild index 693a1e87d4f2..b5a2d6393803 100644 --- a/dev-python/kombu/kombu-4.2.1.ebuild +++ b/dev-python/kombu/kombu-4.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/kombu/kombu-4.4.0.ebuild b/dev-python/kombu/kombu-4.4.0.ebuild index 387f273a303e..335e162cbf28 100644 --- a/dev-python/kombu/kombu-4.4.0.ebuild +++ b/dev-python/kombu/kombu-4.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/kombu/kombu-4.6.3.ebuild b/dev-python/kombu/kombu-4.6.3.ebuild index bd142f3dbdf0..aee6727a62c5 100644 --- a/dev-python/kombu/kombu-4.6.3.ebuild +++ b/dev-python/kombu/kombu-4.6.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |