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/pynacl/
Date: Mon, 28 Jan 2019 20:28:26
Message-Id: 1548707269.26b91d283d8dc6c6c1118eaecbb1421662c38c95.prometheanfire@gentoo
1 commit: 26b91d283d8dc6c6c1118eaecbb1421662c38c95
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 20:17:35 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 20:27:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b91d28
7
8 dev-python/pynacl: add py37 support
9
10 Bug: https://bugs.gentoo.org/676510
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/pynacl/pynacl-1.2.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/pynacl/pynacl-1.2.1.ebuild b/dev-python/pynacl/pynacl-1.2.1.ebuild
18 index 2dd9543d87d..09296558e16 100644
19 --- a/dev-python/pynacl/pynacl-1.2.1.ebuild
20 +++ b/dev-python/pynacl/pynacl-1.2.1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -PYTHON_COMPAT=( python2_7 python3_{4,5,6})
29 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7})
30
31 inherit distutils-r1