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/python-senlinclient/
Date: Tue, 11 Feb 2020 19:06:57
Message-Id: 1581447994.f9e5d2726460f5370f37f2ac64d4e8291472d404.prometheanfire@gentoo
1 commit: f9e5d2726460f5370f37f2ac64d4e8291472d404
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 19:01:18 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 19:06:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e5d272
7
8 dev-python/python-senlinclient: mark py37 as supported
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild
17 index 413cbf9fa21..f1b2e3660f8 100644
18 --- a/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild
19 +++ b/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild
20 @@ -1,8 +1,8 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -PYTHON_COMPAT=( python3_6 )
26 +EAPI=7
27 +PYTHON_COMPAT=( python3_6 python3_7 )
28
29 inherit distutils-r1