Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/
Date: Thu, 13 Dec 2018 00:51:22
Message-Id: 1544662263.995bdf66fb8ef12b13839a3e6ca5f19f3c66b4ce.chutzpah@gentoo
1 commit: 995bdf66fb8ef12b13839a3e6ca5f19f3c66b4ce
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Thu Dec 13 00:50:37 2018 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 13 00:51:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995bdf66
7
8 dev-python/passlib: Add python3_7 to 1.7.1-r1
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/passlib/passlib-1.7.1-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/passlib/passlib-1.7.1-r1.ebuild b/dev-python/passlib/passlib-1.7.1-r1.ebuild
18 index 8cb5fa14d8b..02b2002989a 100644
19 --- a/dev-python/passlib/passlib-1.7.1-r1.ebuild
20 +++ b/dev-python/passlib/passlib-1.7.1-r1.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
29
30 inherit distutils-r1