Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
Date: Sun, 03 Apr 2022 04:36:08
Message-Id: 1648960506.e07b6fd37042ff65f246ea216db58b0877d3a047.sam@gentoo
1 commit: e07b6fd37042ff65f246ea216db58b0877d3a047
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 03:43:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 04:35:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07b6fd3
7
8 dev-python/libvirt-python: add note to bump w/ app-emulation/libvirt
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/libvirt-python/libvirt-python-8.1.0.ebuild | 2 ++
13 dev-python/libvirt-python/libvirt-python-9999.ebuild | 4 +++-
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/libvirt-python/libvirt-python-8.1.0.ebuild b/dev-python/libvirt-python/libvirt-python-8.1.0.ebuild
17 index 6000240c3d04..13e15986dc34 100644
18 --- a/dev-python/libvirt-python/libvirt-python-8.1.0.ebuild
19 +++ b/dev-python/libvirt-python/libvirt-python-8.1.0.ebuild
20 @@ -3,6 +3,8 @@
21
22 EAPI=7
23
24 +# Please bump with app-emulation/libvirt!
25 +
26 PYTHON_COMPAT=( python3_{8..10} )
27
28 DISTUTILS_USE_SETUPTOOLS=no
29
30 diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild
31 index 6dbe00052c00..13e15986dc34 100644
32 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild
33 +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild
34 @@ -1,8 +1,10 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40
41 +# Please bump with app-emulation/libvirt!
42 +
43 PYTHON_COMPAT=( python3_{8..10} )
44
45 DISTUTILS_USE_SETUPTOOLS=no