summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-02 16:18:12 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-02 16:34:27 +0100
commitb32f873f4d39ab600f0a20f4b545cf4d084226ba (patch)
tree3761fb7d69fc5f42ae767ca8f0d591e2fa61a481 /dev-python/dill
parentdev-python/transitions: Remove py2 (diff)
downloadgentoo-b32f873f4d39ab600f0a20f4b545cf4d084226ba.tar.gz
gentoo-b32f873f4d39ab600f0a20f4b545cf4d084226ba.tar.bz2
gentoo-b32f873f4d39ab600f0a20f4b545cf4d084226ba.zip
dev-python/dill: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r--dev-python/dill/dill-0.2.5.ebuild2
-rw-r--r--dev-python/dill/dill-0.3.0.ebuild2
-rw-r--r--dev-python/dill/dill-0.3.1.1.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/dill/dill-0.2.5.ebuild b/dev-python/dill/dill-0.2.5.ebuild
index fed37739e487..98b1dd978b66 100644
--- a/dev-python/dill/dill-0.2.5.ebuild
+++ b/dev-python/dill/dill-0.2.5.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/dill/dill-0.3.0.ebuild b/dev-python/dill/dill-0.3.0.ebuild
index c65d45eab49b..6f550ad04696 100644
--- a/dev-python/dill/dill-0.3.0.ebuild
+++ b/dev-python/dill/dill-0.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
diff --git a/dev-python/dill/dill-0.3.1.1.ebuild b/dev-python/dill/dill-0.3.1.1.ebuild
index ec2d5b67f695..b1e50f229a07 100644
--- a/dev-python/dill/dill-0.3.1.1.ebuild
+++ b/dev-python/dill/dill-0.3.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1