summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-17 20:49:25 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-17 20:52:33 +0100
commit0b76d3e5058a0ac9e46f740c65e05abd743081d8 (patch)
tree70296b288063bde102d86ee32e39e6ddacf34eb2 /dev-python/alembic
parentdev-python/python-memcached: Drop py2 (diff)
downloadgentoo-0b76d3e5058a0ac9e46f740c65e05abd743081d8.tar.gz
gentoo-0b76d3e5058a0ac9e46f740c65e05abd743081d8.tar.bz2
gentoo-0b76d3e5058a0ac9e46f740c65e05abd743081d8.zip
dev-python/alembic: Drop py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/alembic')
-rw-r--r--dev-python/alembic/alembic-0.9.3.ebuild2
-rw-r--r--dev-python/alembic/alembic-0.9.5.ebuild2
-rw-r--r--dev-python/alembic/alembic-0.9.7.ebuild2
-rw-r--r--dev-python/alembic/alembic-1.0.8.ebuild2
4 files changed, 4 insertions, 4 deletions
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"