Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/protobuf-python/
Date: Fri, 25 Sep 2020 10:20:23
Message-Id: 1601029159.68570ec3edd5228ba4efa02784aababc290aae62.mgorny@gentoo
1 commit: 68570ec3edd5228ba4efa02784aababc290aae62
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 08:56:11 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 10:19:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68570ec3
7
8 dev-python/protobuf-python: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{protobuf-python-3.11.4.ebuild => protobuf-python-3.11.4-r1.ebuild} | 2 +-
13 .../{protobuf-python-3.12.2.ebuild => protobuf-python-3.12.2-r1.ebuild} | 2 +-
14 .../{protobuf-python-3.12.4.ebuild => protobuf-python-3.12.4-r1.ebuild} | 2 +-
15 .../{protobuf-python-3.13.0.ebuild => protobuf-python-3.13.0-r1.ebuild} | 2 +-
16 dev-python/protobuf-python/protobuf-python-9999.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-python/protobuf-python/protobuf-python-3.11.4.ebuild b/dev-python/protobuf-python/protobuf-python-3.11.4-r1.ebuild
20 similarity index 97%
21 rename from dev-python/protobuf-python/protobuf-python-3.11.4.ebuild
22 rename to dev-python/protobuf-python/protobuf-python-3.11.4-r1.ebuild
23 index 832edea2344..d9ae6a9e74d 100644
24 --- a/dev-python/protobuf-python/protobuf-python-3.11.4.ebuild
25 +++ b/dev-python/protobuf-python/protobuf-python-3.11.4-r1.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{2_7,3_6,3_7,3_8})
31 +PYTHON_COMPAT=(python{3_6,3_7,3_8})
32 DISTUTILS_USE_SETUPTOOLS="rdepend"
33
34 inherit distutils-r1
35
36 diff --git a/dev-python/protobuf-python/protobuf-python-3.12.2.ebuild b/dev-python/protobuf-python/protobuf-python-3.12.2-r1.ebuild
37 similarity index 97%
38 rename from dev-python/protobuf-python/protobuf-python-3.12.2.ebuild
39 rename to dev-python/protobuf-python/protobuf-python-3.12.2-r1.ebuild
40 index ccd1e09b367..b6dff04b360 100644
41 --- a/dev-python/protobuf-python/protobuf-python-3.12.2.ebuild
42 +++ b/dev-python/protobuf-python/protobuf-python-3.12.2-r1.ebuild
43 @@ -2,7 +2,7 @@
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="7"
47 -PYTHON_COMPAT=(python{2_7,3_{6..9}})
48 +PYTHON_COMPAT=(python3_{6..9})
49 DISTUTILS_USE_SETUPTOOLS="rdepend"
50
51 inherit distutils-r1
52
53 diff --git a/dev-python/protobuf-python/protobuf-python-3.12.4.ebuild b/dev-python/protobuf-python/protobuf-python-3.12.4-r1.ebuild
54 similarity index 97%
55 rename from dev-python/protobuf-python/protobuf-python-3.12.4.ebuild
56 rename to dev-python/protobuf-python/protobuf-python-3.12.4-r1.ebuild
57 index 33a2a3bc672..754ffae59d5 100644
58 --- a/dev-python/protobuf-python/protobuf-python-3.12.4.ebuild
59 +++ b/dev-python/protobuf-python/protobuf-python-3.12.4-r1.ebuild
60 @@ -2,7 +2,7 @@
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI="7"
64 -PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9})
65 +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
66 DISTUTILS_USE_SETUPTOOLS="rdepend"
67
68 inherit distutils-r1
69
70 diff --git a/dev-python/protobuf-python/protobuf-python-3.13.0.ebuild b/dev-python/protobuf-python/protobuf-python-3.13.0-r1.ebuild
71 similarity index 97%
72 rename from dev-python/protobuf-python/protobuf-python-3.13.0.ebuild
73 rename to dev-python/protobuf-python/protobuf-python-3.13.0-r1.ebuild
74 index d7e474dcdb9..ecca6acde4b 100644
75 --- a/dev-python/protobuf-python/protobuf-python-3.13.0.ebuild
76 +++ b/dev-python/protobuf-python/protobuf-python-3.13.0-r1.ebuild
77 @@ -2,7 +2,7 @@
78 # Distributed under the terms of the GNU General Public License v2
79
80 EAPI="7"
81 -PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9})
82 +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
83 DISTUTILS_USE_SETUPTOOLS="rdepend"
84
85 inherit distutils-r1
86
87 diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild
88 index 77f252e252b..faaae29a1aa 100644
89 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild
90 +++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild
91 @@ -2,7 +2,7 @@
92 # Distributed under the terms of the GNU General Public License v2
93
94 EAPI="7"
95 -PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8,3_9})
96 +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
97 DISTUTILS_USE_SETUPTOOLS="rdepend"
98
99 inherit distutils-r1