Gentoo Archives: gentoo-commits

From: Jonathan Callen <jcallen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
Date: Mon, 03 Dec 2018 02:43:23
Message-Id: 1543803491.6b5c67c349d30d2f2fd6b53772eb708ef63c9c2b.jcallen@gentoo
1 commit: 6b5c67c349d30d2f2fd6b53772eb708ef63c9c2b
2 Author: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 04:37:03 2018 +0000
4 Commit: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 02:18:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5c67c3
7
8 dev-python/libvirt-python: add python3_7
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Jonathan Callen <jcallen <AT> gentoo.org>
12
13 dev-python/libvirt-python/libvirt-python-4.9.0.ebuild | 2 +-
14 dev-python/libvirt-python/libvirt-python-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild
18 index 968deb8ce73..c2b3ec1b2d9 100644
19 --- a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild
20 +++ b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
27
28 MY_P="${P/_rc/-rc}"
29
30
31 diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild
32 index 42d117b59bc..c2b3ec1b2d9 100644
33 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild
34 +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild
35 @@ -1,9 +1,9 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41
42 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
43 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
44
45 MY_P="${P/_rc/-rc}"