Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rsa/
Date: Wed, 10 Apr 2019 22:44:16
Message-Id: 1554936219.362e8d526c7bb6e12874ecfe8dd44c937ad186c7.prometheanfire@gentoo
1 commit: 362e8d526c7bb6e12874ecfe8dd44c937ad186c7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 22:30:53 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 22:43:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362e8d52
7
8 dev-python/rsa: add py37 support
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/rsa/rsa-3.2.3-r1.ebuild | 4 ++--
14 dev-python/rsa/rsa-3.4.2.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/rsa/rsa-3.2.3-r1.ebuild b/dev-python/rsa/rsa-3.2.3-r1.ebuild
18 index 01d4935db64..38c40d89432 100644
19 --- a/dev-python/rsa/rsa-3.2.3-r1.ebuild
20 +++ b/dev-python/rsa/rsa-3.2.3-r1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27
28 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
29 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
30
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/rsa/rsa-3.4.2.ebuild b/dev-python/rsa/rsa-3.4.2.ebuild
35 index 06b84e4231d..0425fca85f2 100644
36 --- a/dev-python/rsa/rsa-3.4.2.ebuild
37 +++ b/dev-python/rsa/rsa-3.4.2.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2018 Gentoo Foundation
40 +# Copyright 1999-2019 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44
45 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
46 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
47
48 inherit distutils-r1