diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:24:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:29:15 +0100 |
commit | 2501ac4092512dfd6da5349033c92772ff416e85 (patch) | |
tree | 9529b12cadbbe7709fce8c301cb2065daca6580d /dev-python/warlock | |
parent | dev-python/jsondiff: Remove py2 (diff) | |
download | gentoo-2501ac4092512dfd6da5349033c92772ff416e85.tar.gz gentoo-2501ac4092512dfd6da5349033c92772ff416e85.tar.bz2 gentoo-2501ac4092512dfd6da5349033c92772ff416e85.zip |
dev-python/warlock: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/warlock')
-rw-r--r-- | dev-python/warlock/warlock-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/warlock/warlock-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/warlock/warlock-1.3.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/warlock/warlock-1.1.0.ebuild b/dev-python/warlock/warlock-1.1.0.ebuild index f275b1856f17..e013eafd054d 100644 --- a/dev-python/warlock/warlock-1.1.0.ebuild +++ b/dev-python/warlock/warlock-1.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/warlock/warlock-1.2.0.ebuild b/dev-python/warlock/warlock-1.2.0.ebuild index f275b1856f17..e013eafd054d 100644 --- a/dev-python/warlock/warlock-1.2.0.ebuild +++ b/dev-python/warlock/warlock-1.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/warlock/warlock-1.3.0.ebuild b/dev-python/warlock/warlock-1.3.0.ebuild index 51516c988cd6..2a6cdc6082b8 100644 --- a/dev-python/warlock/warlock-1.3.0.ebuild +++ b/dev-python/warlock/warlock-1.3.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 |