dev-python/dill: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:18:12 +0000 (16:18 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:34:27 +0000 (16:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/dill/dill-0.2.5.ebuild
dev-python/dill/dill-0.3.0.ebuild
dev-python/dill/dill-0.3.1.1.ebuild

index fed37739e4870e0e605ec9896fb396482b6a9f2e..98b1dd978b669a8066abfb56a00225927b96a45e 100644 (file)
@@ -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
 
index c65d45eab49bc31a082fa3a134d638422d9c3b84..6f550ad04696173730e6aeb248ea2dc75f621bc1 100644 (file)
@@ -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
 
index ec2d5b67f695ff9ff9b8abb31cc341af7e3ec5c4..b1e50f229a07be57294940e67c27418196c65c50 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1