Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/protobuf-python/
Date: Wed, 01 Jan 2020 22:10:28
Message-Id: 1577916592.63fa280174fdc2baae7bb2f8c5d1ce04d490f01e.floppym@gentoo
1 commit: 63fa280174fdc2baae7bb2f8c5d1ce04d490f01e
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Jan 1 21:01:53 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 22:09:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fa2801
7
8 dev-python/protobuf-python: Set DISTUTILS_USE_SETUPTOOLS="manual".
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 dev-python/protobuf-python/protobuf-python-3.10.1.ebuild | 3 ++-
14 dev-python/protobuf-python/protobuf-python-3.11.2.ebuild | 5 +++--
15 dev-python/protobuf-python/protobuf-python-3.8.0.ebuild | 5 +++--
16 dev-python/protobuf-python/protobuf-python-3.9.1.ebuild | 5 +++--
17 dev-python/protobuf-python/protobuf-python-3.9.2.ebuild | 5 +++--
18 dev-python/protobuf-python/protobuf-python-9999.ebuild | 5 +++--
19 6 files changed, 17 insertions(+), 11 deletions(-)
20
21 diff --git a/dev-python/protobuf-python/protobuf-python-3.10.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.10.1.ebuild
22 index 82645a6b535..23befa24245 100644
23 --- a/dev-python/protobuf-python/protobuf-python-3.10.1.ebuild
24 +++ b/dev-python/protobuf-python/protobuf-python-3.10.1.ebuild
25 @@ -2,7 +2,8 @@
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="7"
29 -PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7,3_8})
30 +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
31 +DISTUTILS_USE_SETUPTOOLS="manual"
32
33 inherit distutils-r1
34
35
36 diff --git a/dev-python/protobuf-python/protobuf-python-3.11.2.ebuild b/dev-python/protobuf-python/protobuf-python-3.11.2.ebuild
37 index 12b483b89ba..28ac6f31998 100644
38 --- a/dev-python/protobuf-python/protobuf-python-3.11.2.ebuild
39 +++ b/dev-python/protobuf-python/protobuf-python-3.11.2.ebuild
40 @@ -1,8 +1,9 @@
41 -# Copyright 2008-2019 Gentoo Authors
42 +# Copyright 2008-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="7"
46 -PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7,3_8})
47 +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
48 +DISTUTILS_USE_SETUPTOOLS="manual"
49
50 inherit distutils-r1
51
52
53 diff --git a/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild b/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild
54 index e95319dbff3..83dcab48f6c 100644
55 --- a/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild
56 +++ b/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild
57 @@ -1,8 +1,9 @@
58 -# Copyright 2008-2019 Gentoo Authors
59 +# Copyright 2008-2020 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI="7"
63 -PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
64 +PYTHON_COMPAT=(python{2_7,3_6,3_7})
65 +DISTUTILS_USE_SETUPTOOLS="manual"
66
67 inherit distutils-r1
68
69
70 diff --git a/dev-python/protobuf-python/protobuf-python-3.9.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.9.1.ebuild
71 index 634283beb42..2ac416dab44 100644
72 --- a/dev-python/protobuf-python/protobuf-python-3.9.1.ebuild
73 +++ b/dev-python/protobuf-python/protobuf-python-3.9.1.ebuild
74 @@ -1,8 +1,9 @@
75 -# Copyright 2008-2019 Gentoo Authors
76 +# Copyright 2008-2020 Gentoo Authors
77 # Distributed under the terms of the GNU General Public License v2
78
79 EAPI="7"
80 -PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
81 +PYTHON_COMPAT=(python{2_7,3_6,3_7})
82 +DISTUTILS_USE_SETUPTOOLS="manual"
83
84 inherit distutils-r1
85
86
87 diff --git a/dev-python/protobuf-python/protobuf-python-3.9.2.ebuild b/dev-python/protobuf-python/protobuf-python-3.9.2.ebuild
88 index 634283beb42..2ac416dab44 100644
89 --- a/dev-python/protobuf-python/protobuf-python-3.9.2.ebuild
90 +++ b/dev-python/protobuf-python/protobuf-python-3.9.2.ebuild
91 @@ -1,8 +1,9 @@
92 -# Copyright 2008-2019 Gentoo Authors
93 +# Copyright 2008-2020 Gentoo Authors
94 # Distributed under the terms of the GNU General Public License v2
95
96 EAPI="7"
97 -PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
98 +PYTHON_COMPAT=(python{2_7,3_6,3_7})
99 +DISTUTILS_USE_SETUPTOOLS="manual"
100
101 inherit distutils-r1
102
103
104 diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild
105 index 9e9d34cbcc8..5fddaadfdf5 100644
106 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild
107 +++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild
108 @@ -1,8 +1,9 @@
109 -# Copyright 2008-2019 Gentoo Authors
110 +# Copyright 2008-2020 Gentoo Authors
111 # Distributed under the terms of the GNU General Public License v2
112
113 EAPI="7"
114 -PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7,3_8})
115 +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
116 +DISTUTILS_USE_SETUPTOOLS="manual"
117
118 inherit distutils-r1