Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/protobuf-python/
Date: Thu, 01 Jul 2021 21:16:05
Message-Id: 1625174120.285eb6a8147521b058be2d8561936d72856b286d.conikost@gentoo
1 commit: 285eb6a8147521b058be2d8561936d72856b286d
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 20:26:08 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 21:15:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285eb6a8
7
8 dev-python/protobuf-python: add python3.10 support
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-python/protobuf-python/protobuf-python-3.15.8.ebuild | 2 +-
14 dev-python/protobuf-python/protobuf-python-3.16.0.ebuild | 2 +-
15 dev-python/protobuf-python/protobuf-python-3.17.0.ebuild | 2 +-
16 dev-python/protobuf-python/protobuf-python-3.17.1.ebuild | 2 +-
17 dev-python/protobuf-python/protobuf-python-3.17.2.ebuild | 2 +-
18 dev-python/protobuf-python/protobuf-python-3.17.3.ebuild | 2 +-
19 dev-python/protobuf-python/protobuf-python-9999.ebuild | 2 +-
20 7 files changed, 7 insertions(+), 7 deletions(-)
21
22 diff --git a/dev-python/protobuf-python/protobuf-python-3.15.8.ebuild b/dev-python/protobuf-python/protobuf-python-3.15.8.ebuild
23 index a58110ae3a5..2fe19c7f5cf 100644
24 --- a/dev-python/protobuf-python/protobuf-python-3.15.8.ebuild
25 +++ b/dev-python/protobuf-python/protobuf-python-3.15.8.ebuild
26 @@ -2,7 +2,7 @@
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="7"
30 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
31 +PYTHON_COMPAT=( python3_{8..10} )
32 DISTUTILS_USE_SETUPTOOLS="bdepend"
33
34 inherit distutils-r1
35
36 diff --git a/dev-python/protobuf-python/protobuf-python-3.16.0.ebuild b/dev-python/protobuf-python/protobuf-python-3.16.0.ebuild
37 index 115530da3f0..fbe4535581f 100644
38 --- a/dev-python/protobuf-python/protobuf-python-3.16.0.ebuild
39 +++ b/dev-python/protobuf-python/protobuf-python-3.16.0.ebuild
40 @@ -2,7 +2,7 @@
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI="7"
44 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
45 +PYTHON_COMPAT=( python3_{8..10} )
46 DISTUTILS_USE_SETUPTOOLS="bdepend"
47
48 inherit distutils-r1
49
50 diff --git a/dev-python/protobuf-python/protobuf-python-3.17.0.ebuild b/dev-python/protobuf-python/protobuf-python-3.17.0.ebuild
51 index 94a49219ee7..383ab994704 100644
52 --- a/dev-python/protobuf-python/protobuf-python-3.17.0.ebuild
53 +++ b/dev-python/protobuf-python/protobuf-python-3.17.0.ebuild
54 @@ -2,7 +2,7 @@
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI="7"
58 -PYTHON_COMPAT=(python{3_8,3_9})
59 +PYTHON_COMPAT=( python3_{8..10} )
60 DISTUTILS_USE_SETUPTOOLS="bdepend"
61
62 inherit distutils-r1
63
64 diff --git a/dev-python/protobuf-python/protobuf-python-3.17.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.17.1.ebuild
65 index 94a49219ee7..383ab994704 100644
66 --- a/dev-python/protobuf-python/protobuf-python-3.17.1.ebuild
67 +++ b/dev-python/protobuf-python/protobuf-python-3.17.1.ebuild
68 @@ -2,7 +2,7 @@
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI="7"
72 -PYTHON_COMPAT=(python{3_8,3_9})
73 +PYTHON_COMPAT=( python3_{8..10} )
74 DISTUTILS_USE_SETUPTOOLS="bdepend"
75
76 inherit distutils-r1
77
78 diff --git a/dev-python/protobuf-python/protobuf-python-3.17.2.ebuild b/dev-python/protobuf-python/protobuf-python-3.17.2.ebuild
79 index 94a49219ee7..383ab994704 100644
80 --- a/dev-python/protobuf-python/protobuf-python-3.17.2.ebuild
81 +++ b/dev-python/protobuf-python/protobuf-python-3.17.2.ebuild
82 @@ -2,7 +2,7 @@
83 # Distributed under the terms of the GNU General Public License v2
84
85 EAPI="7"
86 -PYTHON_COMPAT=(python{3_8,3_9})
87 +PYTHON_COMPAT=( python3_{8..10} )
88 DISTUTILS_USE_SETUPTOOLS="bdepend"
89
90 inherit distutils-r1
91
92 diff --git a/dev-python/protobuf-python/protobuf-python-3.17.3.ebuild b/dev-python/protobuf-python/protobuf-python-3.17.3.ebuild
93 index d9e5ad54cb4..dedfc17d855 100644
94 --- a/dev-python/protobuf-python/protobuf-python-3.17.3.ebuild
95 +++ b/dev-python/protobuf-python/protobuf-python-3.17.3.ebuild
96 @@ -2,7 +2,7 @@
97 # Distributed under the terms of the GNU General Public License v2
98
99 EAPI="7"
100 -PYTHON_COMPAT=(python{3_8,3_9})
101 +PYTHON_COMPAT=( python3_{8..10} )
102 DISTUTILS_USE_SETUPTOOLS="bdepend"
103
104 inherit distutils-r1
105
106 diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild
107 index f4642d31c14..f07439781bb 100644
108 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild
109 +++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild
110 @@ -2,7 +2,7 @@
111 # Distributed under the terms of the GNU General Public License v2
112
113 EAPI="7"
114 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
115 +PYTHON_COMPAT=( python3_{8..10} )
116 DISTUTILS_USE_SETUPTOOLS="bdepend"
117
118 inherit distutils-r1