Gentoo Archives: gentoo-commits

From: Maxim Koltsov <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-timeout/
Date: Sun, 28 Apr 2019 08:15:45
Message-Id: 1556439197.dda067b4a42581bce3257c0801721752393c36da.maksbotan@gentoo
1 commit: dda067b4a42581bce3257c0801721752393c36da
2 Author: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 08:13:17 2019 +0000
4 Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 08:13:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda067b4
7
8 dev-python/pytest-timeout: PYTHON_COMPAT 3.7
9
10 Package-Manager: Portage-2.3.63, Repoman-2.3.12
11 Signed-off-by: Maxim Koltsov <maksbotan <AT> gentoo.org>
12
13 dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild
17 index e7a02de3673..cd26fa3585d 100644
18 --- a/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild
19 +++ b/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
28 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
29
30 inherit distutils-r1