Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonref/
Date: Sun, 15 Sep 2019 12:18:32
Message-Id: 1568548402.6572f5c38d63f575eda629816990128318bafb30.pacho@gentoo
1 commit: 6572f5c38d63f575eda629816990128318bafb30
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 11:53:22 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 11:53:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6572f5c3
7
8 dev-python/jsonref: Support python 3.7
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/jsonref/jsonref-0.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/jsonref/jsonref-0.1.ebuild b/dev-python/jsonref/jsonref-0.1.ebuild
17 index ca36e790b15..88fabb0ae8e 100644
18 --- a/dev-python/jsonref/jsonref-0.1.ebuild
19 +++ b/dev-python/jsonref/jsonref-0.1.ebuild
20 @@ -1,8 +1,8 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy)
26 +EAPI=7
27 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy)
28
29 inherit eutils distutils-r1