diff options
Diffstat (limited to 'dev-python/paste')
-rw-r--r-- | dev-python/paste/paste-2.0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/paste/paste-3.0.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/paste/paste-3.2.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/paste/paste-2.0.3-r1.ebuild b/dev-python/paste/paste-2.0.3-r1.ebuild index 5477ac936fdf..7565575649c4 100644 --- a/dev-python/paste/paste-2.0.3-r1.ebuild +++ b/dev-python/paste/paste-2.0.3-r1.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=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/paste/paste-3.0.7.ebuild b/dev-python/paste/paste-3.0.7.ebuild index 7e01fcd13909..9153f2c37152 100644 --- a/dev-python/paste/paste-3.0.7.ebuild +++ b/dev-python/paste/paste-3.0.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=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/paste/paste-3.2.3.ebuild b/dev-python/paste/paste-3.2.3.ebuild index 35a4d120ade4..d0d437d3a61e 100644 --- a/dev-python/paste/paste-3.2.3.ebuild +++ b/dev-python/paste/paste-3.2.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=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1 |