From: Michał Górny Date: Tue, 17 Mar 2020 19:49:25 +0000 (+0100) Subject: dev-python/alembic: Drop py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0b76d3e5058a0ac9e46f740c65e05abd743081d8;p=gentoo.git dev-python/alembic: Drop py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/alembic/alembic-0.9.3.ebuild b/dev-python/alembic/alembic-0.9.3.ebuild index 9e712293a04d..f82f330861e1 100644 --- a/dev-python/alembic/alembic-0.9.3.ebuild +++ b/dev-python/alembic/alembic-0.9.3.ebuild @@ -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 diff --git a/dev-python/alembic/alembic-0.9.5.ebuild b/dev-python/alembic/alembic-0.9.5.ebuild index 0a9e59f88b3a..726de44c58ff 100644 --- a/dev-python/alembic/alembic-0.9.5.ebuild +++ b/dev-python/alembic/alembic-0.9.5.ebuild @@ -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 diff --git a/dev-python/alembic/alembic-0.9.7.ebuild b/dev-python/alembic/alembic-0.9.7.ebuild index 9e712293a04d..f82f330861e1 100644 --- a/dev-python/alembic/alembic-0.9.7.ebuild +++ b/dev-python/alembic/alembic-0.9.7.ebuild @@ -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 diff --git a/dev-python/alembic/alembic-1.0.8.ebuild b/dev-python/alembic/alembic-1.0.8.ebuild index 48fae2095336..c19da229c3ab 100644 --- a/dev-python/alembic/alembic-1.0.8.ebuild +++ b/dev-python/alembic/alembic-1.0.8.ebuild @@ -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"