diff options
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/virtualenv-15.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-16.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-16.7.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-16.7.8.ebuild | 4 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-16.7.9.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-python/virtualenv/virtualenv-15.1.0.ebuild b/dev-python/virtualenv/virtualenv-15.1.0.ebuild index 13f9106f31b0..6695b0fd0747 100644 --- a/dev-python/virtualenv/virtualenv-15.1.0.ebuild +++ b/dev-python/virtualenv/virtualenv-15.1.0.ebuild @@ -1,9 +1,9 @@ -# 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=( python2_7 python3_{5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/virtualenv/virtualenv-16.0.0.ebuild b/dev-python/virtualenv/virtualenv-16.0.0.ebuild index 383094253ac9..9f9c249e57df 100644 --- a/dev-python/virtualenv/virtualenv-16.0.0.ebuild +++ b/dev-python/virtualenv/virtualenv-16.0.0.ebuild @@ -1,9 +1,9 @@ -# 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=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) inherit distutils-r1 diff --git a/dev-python/virtualenv/virtualenv-16.7.7.ebuild b/dev-python/virtualenv/virtualenv-16.7.7.ebuild index a060296f7646..31e1e3c37996 100644 --- a/dev-python/virtualenv/virtualenv-16.7.7.ebuild +++ b/dev-python/virtualenv/virtualenv-16.7.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 # pypy{,3} dropped until test deps are tested/updated -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{6,7}} ) inherit distutils-r1 diff --git a/dev-python/virtualenv/virtualenv-16.7.8.ebuild b/dev-python/virtualenv/virtualenv-16.7.8.ebuild index bb85f78d9a37..102845894fc4 100644 --- a/dev-python/virtualenv/virtualenv-16.7.8.ebuild +++ b/dev-python/virtualenv/virtualenv-16.7.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 # pypy{,3} dropped until test deps are tested/updated -PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) inherit distutils-r1 diff --git a/dev-python/virtualenv/virtualenv-16.7.9.ebuild b/dev-python/virtualenv/virtualenv-16.7.9.ebuild index bb85f78d9a37..102845894fc4 100644 --- a/dev-python/virtualenv/virtualenv-16.7.9.ebuild +++ b/dev-python/virtualenv/virtualenv-16.7.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 # pypy{,3} dropped until test deps are tested/updated -PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) inherit distutils-r1 |