diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-01-01 21:01:53 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-01-01 17:09:52 -0500 |
commit | 63fa280174fdc2baae7bb2f8c5d1ce04d490f01e (patch) | |
tree | 68901e998add7aec86acda1e5205c9004591a005 /dev-python/protobuf-python | |
parent | app-i18n/tagainijisho: Version bump (1.2.0_pre20191230120610_p20200101_p20200... (diff) | |
download | gentoo-63fa280174fdc2baae7bb2f8c5d1ce04d490f01e.tar.gz gentoo-63fa280174fdc2baae7bb2f8c5d1ce04d490f01e.tar.bz2 gentoo-63fa280174fdc2baae7bb2f8c5d1ce04d490f01e.zip |
dev-python/protobuf-python: Set DISTUTILS_USE_SETUPTOOLS="manual".
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
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 |