diff options
Diffstat (limited to 'dev-python/rfc3986')
-rw-r--r-- | dev-python/rfc3986/rfc3986-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/rfc3986/rfc3986-0.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/rfc3986/rfc3986-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/rfc3986/rfc3986-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/rfc3986/rfc3986-1.3.2.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-python/rfc3986/rfc3986-0.3.1.ebuild b/dev-python/rfc3986/rfc3986-0.3.1.ebuild index 302595e93329..ca64352e03de 100644 --- a/dev-python/rfc3986/rfc3986-0.3.1.ebuild +++ b/dev-python/rfc3986/rfc3986-0.3.1.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=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_6 pypy3) inherit distutils-r1 diff --git a/dev-python/rfc3986/rfc3986-0.4.1.ebuild b/dev-python/rfc3986/rfc3986-0.4.1.ebuild index 2f2d2417c6a1..dcd350dd993c 100644 --- a/dev-python/rfc3986/rfc3986-0.4.1.ebuild +++ b/dev-python/rfc3986/rfc3986-0.4.1.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 pypy3) +PYTHON_COMPAT=( python2_7 python3_6 pypy3) inherit distutils-r1 diff --git a/dev-python/rfc3986/rfc3986-1.1.0.ebuild b/dev-python/rfc3986/rfc3986-1.1.0.ebuild index 0d79bb6f9e10..38294fcc58f5 100644 --- a/dev-python/rfc3986/rfc3986-1.1.0.ebuild +++ b/dev-python/rfc3986/rfc3986-1.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,7} pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3) inherit distutils-r1 diff --git a/dev-python/rfc3986/rfc3986-1.2.0.ebuild b/dev-python/rfc3986/rfc3986-1.2.0.ebuild index 4dacfdcd805c..1832ccf30d97 100644 --- a/dev-python/rfc3986/rfc3986-1.2.0.ebuild +++ b/dev-python/rfc3986/rfc3986-1.2.0.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} pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3) inherit distutils-r1 diff --git a/dev-python/rfc3986/rfc3986-1.3.2.ebuild b/dev-python/rfc3986/rfc3986-1.3.2.ebuild index 905aee9d6bab..abbdaf3500c8 100644 --- a/dev-python/rfc3986/rfc3986-1.3.2.ebuild +++ b/dev-python/rfc3986/rfc3986-1.3.2.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} pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3) inherit distutils-r1 |