dev-python/patsy: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 20:41:11 +0000 (21:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 07:47:34 +0000 (08:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/patsy/patsy-0.4.1.ebuild
dev-python/patsy/patsy-0.5.1.ebuild

index ddc0a1cc41de63be354212f2e0cc5117bdbff56d..613596d543e59943c93e3aa8bc6e4068e95fc881 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 7d2a0db0b346ca1255b87d635981ba0c8de58b84..5bc580644449147e4701a28ac486e38acfed1f6f 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