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: app-portage/gpyutils/
Date: Tue, 17 Jul 2018 11:35:59
Message-Id: 1531827353.648d0adc3f1becbb5d4c0bbd4344ded272c0a7ec.mgorny@gentoo
1 commit: 648d0adc3f1becbb5d4c0bbd4344ded272c0a7ec
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 17 11:35:34 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 11:35:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648d0adc
7
8 app-portage/gpyutils: Enable py3.7
9
10 app-portage/gpyutils/gpyutils-0.2.2.ebuild | 2 +-
11 app-portage/gpyutils/gpyutils-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-portage/gpyutils/gpyutils-0.2.2.ebuild b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
15 index d46dffd5070..b1c59ceabd2 100644
16 --- a/app-portage/gpyutils/gpyutils-0.2.2.ebuild
17 +++ b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
18 @@ -2,7 +2,7 @@
19 # Distributed under the terms of the GNU General Public License v2
20
21 EAPI=6
22 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
23 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
24
25 inherit distutils-r1
26
27
28 diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
29 index 06e17abf9f0..b91c5aef712 100644
30 --- a/app-portage/gpyutils/gpyutils-9999.ebuild
31 +++ b/app-portage/gpyutils/gpyutils-9999.ebuild
32 @@ -2,7 +2,7 @@
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=6
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
38
39 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
40 inherit distutils-r1 git-r3