Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pushbullet-py/
Date: Tue, 08 Sep 2020 21:56:29
Message-Id: 1599602170.c9a21ef654b42f0420cc408e7f1e6be16a207364.sbraz@gentoo
1 commit: c9a21ef654b42f0420cc408e7f1e6be16a207364
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 8 21:45:57 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 8 21:56:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a21ef6
7
8 dev-python/pushbullet-py: add Python 3.9 support
9
10 Package-Manager: Portage-3.0.3, Repoman-2.3.23
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild b/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild
17 index d5dba92dc0b..b882f021a14 100644
18 --- a/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild
19 +++ b/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
25 +
26 +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
27
28 inherit distutils-r1