Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjwt/
Date: Wed, 18 Jul 2018 12:54:47
Message-Id: 1531918474.cf0c6e92fe7172d068571ebdea15d53aeb7b98e7.mgorny@gentoo
1 commit: cf0c6e92fe7172d068571ebdea15d53aeb7b98e7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 12:23:21 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 12:54:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0c6e92
7
8 dev-python/pyjwt: Enable py3.7
9
10 dev-python/pyjwt/pyjwt-1.5.3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pyjwt/pyjwt-1.5.3.ebuild b/dev-python/pyjwt/pyjwt-1.5.3.ebuild
14 index 652713206d1..4f508b7efe4 100644
15 --- a/dev-python/pyjwt/pyjwt-1.5.3.ebuild
16 +++ b/dev-python/pyjwt/pyjwt-1.5.3.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
22 +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy )
23
24 inherit distutils-r1 eutils