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/pytest-relaxed/
Date: Mon, 28 Jan 2019 20:28:25
Message-Id: 1548707268.3284ac34eccec6b6973561398cba3f0c38a0f66f.prometheanfire@gentoo
1 commit: 3284ac34eccec6b6973561398cba3f0c38a0f66f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 20:15:58 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 20:27:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3284ac34
7
8 dev-python/pytest-relaxed: 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/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
18 index 5d49d587262..a8d878aa700 100644
19 --- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
20 +++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
21 @@ -1,10 +1,10 @@
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=7
27
28 # Because of its <pytest-3.3 constraint, python3_7 can't be added
29 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
30 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
31
32 inherit distutils-r1