diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 16:42:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 16:42:26 +0100 |
commit | af5411f363e846eed6684419261a066c005aa154 (patch) | |
tree | e260230b3356577708296bf88f3d75060188b787 | |
parent | dev-python/click-default-group: Remove py2 (diff) | |
download | gentoo-af5411f363e846eed6684419261a066c005aa154.tar.gz gentoo-af5411f363e846eed6684419261a066c005aa154.tar.bz2 gentoo-af5411f363e846eed6684419261a066c005aa154.zip |
dev-python/click-log: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/click-log/click-log-0.1.8.ebuild | 2 | ||||
-rw-r--r-- | dev-python/click-log/click-log-0.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/click-log/click-log-0.3.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/click-log/click-log-0.1.8.ebuild b/dev-python/click-log/click-log-0.1.8.ebuild index c2e850628c03..ddd10f31da45 100644 --- a/dev-python/click-log/click-log-0.1.8.ebuild +++ b/dev-python/click-log/click-log-0.1.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/click-log/click-log-0.2.1.ebuild b/dev-python/click-log/click-log-0.2.1.ebuild index c2e850628c03..ddd10f31da45 100644 --- a/dev-python/click-log/click-log-0.2.1.ebuild +++ b/dev-python/click-log/click-log-0.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/click-log/click-log-0.3.2.ebuild b/dev-python/click-log/click-log-0.3.2.ebuild index 6cccea5b2fcd..8843fc394d46 100644 --- a/dev-python/click-log/click-log-0.3.2.ebuild +++ b/dev-python/click-log/click-log-0.3.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 |