diff options
Diffstat (limited to 'dev-python/protobuf-python')
6 files changed, 17 insertions, 11 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-3.10.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.10.1.ebuild index 82645a6b5358..23befa242450 100644 --- a/dev-python/protobuf-python/protobuf-python-3.10.1.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.10.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7,3_8}) +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8}) +DISTUTILS_USE_SETUPTOOLS="manual" inherit distutils-r1 diff --git a/dev-python/protobuf-python/protobuf-python-3.11.2.ebuild b/dev-python/protobuf-python/protobuf-python-3.11.2.ebuild index 12b483b89bac..28ac6f319989 100644 --- a/dev-python/protobuf-python/protobuf-python-3.11.2.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.11.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 2008-2019 Gentoo Authors +# Copyright 2008-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,3_8}) +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8}) +DISTUTILS_USE_SETUPTOOLS="manual" inherit distutils-r1 diff --git a/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild b/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild index e95319dbff3d..83dcab48f6cf 100644 --- a/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 2008-2019 Gentoo Authors +# Copyright 2008-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}) +DISTUTILS_USE_SETUPTOOLS="manual" inherit distutils-r1 diff --git a/dev-python/protobuf-python/protobuf-python-3.9.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.9.1.ebuild index 634283beb42e..2ac416dab44d 100644 --- a/dev-python/protobuf-python/protobuf-python-3.9.1.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.9.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 2008-2019 Gentoo Authors +# Copyright 2008-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}) +DISTUTILS_USE_SETUPTOOLS="manual" inherit distutils-r1 diff --git a/dev-python/protobuf-python/protobuf-python-3.9.2.ebuild b/dev-python/protobuf-python/protobuf-python-3.9.2.ebuild index 634283beb42e..2ac416dab44d 100644 --- a/dev-python/protobuf-python/protobuf-python-3.9.2.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.9.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 2008-2019 Gentoo Authors +# Copyright 2008-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}) +DISTUTILS_USE_SETUPTOOLS="manual" inherit distutils-r1 diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild index 9e9d34cbcc8a..5fddaadfdf53 100644 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild +++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 2008-2019 Gentoo Authors +# Copyright 2008-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,3_8}) +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8}) +DISTUTILS_USE_SETUPTOOLS="manual" inherit distutils-r1 |
