Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pure-protobuf/
Date: Fri, 04 Jun 2021 07:59:39
Message-Id: 1622741835.04396e62bd327e4d9b7006fbd1f78acfc69f4026.andrewammerlaan@gentoo
1 commit: 04396e62bd327e4d9b7006fbd1f78acfc69f4026
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Thu Jun 3 17:37:15 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 3 17:37:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04396e62
7
8 dev-python/pure-protobuf: drop py3.7 compat
9
10 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
11
12 dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild | 4 ++--
13 dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
17 index 74b598c95..6a8ddac5f 100644
18 --- a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
19 +++ b/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +PYTHON_COMPAT=( python3_8 )
29
30 inherit distutils-r1
31
32
33 diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
34 index 448c8958e..916df6400 100644
35 --- a/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
36 +++ b/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -PYTHON_COMPAT=( python3_{7..9} )
42 +PYTHON_COMPAT=( python3_{8,9} )
43
44 inherit distutils-r1