diff options
Diffstat (limited to 'dev-python/alembic')
-rw-r--r-- | dev-python/alembic/alembic-0.9.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/alembic/alembic-0.9.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/alembic/alembic-0.9.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/alembic/alembic-1.0.8.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/alembic/alembic-0.9.3.ebuild b/dev-python/alembic/alembic-0.9.3.ebuild index 4a7100974ff0..9e712293a04d 100644 --- a/dev-python/alembic/alembic-0.9.3.ebuild +++ b/dev-python/alembic/alembic-0.9.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_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 c2c8eb428d17..0a9e59f88b3a 100644 --- a/dev-python/alembic/alembic-0.9.5.ebuild +++ b/dev-python/alembic/alembic-0.9.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_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 4a7100974ff0..9e712293a04d 100644 --- a/dev-python/alembic/alembic-0.9.7.ebuild +++ b/dev-python/alembic/alembic-0.9.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_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 ae07cdf79c27..b165007b945e 100644 --- a/dev-python/alembic/alembic-1.0.8.ebuild +++ b/dev-python/alembic/alembic-1.0.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1 |