dev-python/alembic: Drop py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 19:49:25 +0000 (20:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 19:52:33 +0000 (20:52 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/alembic/alembic-0.9.3.ebuild
dev-python/alembic/alembic-0.9.5.ebuild
dev-python/alembic/alembic-0.9.7.ebuild
dev-python/alembic/alembic-1.0.8.ebuild

index 9e712293a04dc701ce11753bf6b7b679df903ffb..f82f330861e115ee7229982c79b2678c544f499d 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 0a9e59f88b3ada6d064ae901ded9ff3dd4157186..726de44c58ff15c3f3816082be5185da6afa29e5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 9e712293a04dc701ce11753bf6b7b679df903ffb..f82f330861e115ee7229982c79b2678c544f499d 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 48fae2095336a173d59d80f9eb42bfbb837087c1..c19da229c3ab47e0b10fdf15090f4a3483f17de0 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
 
 DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"