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: 1648960539.18fe193551a3a0d6c09b181ed714131f8f0eac79.sam@gentoo
1 commit: 18fe193551a3a0d6c09b181ed714131f8f0eac79
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 04:09:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 04:35:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18fe1935
7
8 dev-python/libvirt-python: add 8.2.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/libvirt-python/Manifest | 2 ++
13 .../{libvirt-python-9999.ebuild => libvirt-python-8.2.0.ebuild} | 9 ++++-----
14 dev-python/libvirt-python/libvirt-python-9999.ebuild | 9 ++++-----
15 3 files changed, 10 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-python/libvirt-python/Manifest b/dev-python/libvirt-python/Manifest
18 index 186a267dce41..f9737eeb7325 100644
19 --- a/dev-python/libvirt-python/Manifest
20 +++ b/dev-python/libvirt-python/Manifest
21 @@ -6,3 +6,5 @@ DIST libvirt-python-8.0.0.tar.gz 218832 BLAKE2B be86e423607f90fb9e93fdb3b1ea768e
22 DIST libvirt-python-8.0.0.tar.gz.asc 833 BLAKE2B 12aec1acbf41811d9aa33a99038e1987624a2964579ef8ec236ba63fa8507cbe47d17e654221753a8d53af7d44ec53c2daca54f3b2dce18d8aea3e6d1012beaa SHA512 d6652f5d694a2b12d595fd78eb8ebc4f03ee02d20ed06187edfca5611b4784469af1cfd8c3ba009b799e7adf500775ede9d9c53544b995a072dc599797460d16
23 DIST libvirt-python-8.1.0.tar.gz 221567 BLAKE2B aaf296f60c991c2877a2bb4ed47f1f2c4f75dd16b6831f53baab23883030cf20675ea61f636f0483e0c9a2f362638c860dd68eeb23b5ad82f43c66cd5f91b825 SHA512 507742d7b6503fdab45dad0b1e3b320f49a5cb01c1e0077f777bf41d53d2e6be4df0671e379d9a69330623ae362b725c7511d44d2c48489b21a657cf17efbd93
24 DIST libvirt-python-8.1.0.tar.gz.asc 833 BLAKE2B a4fb10816ee50c1979926db87fa85e838e6caf74d086b612f07fb37730003030c16ce9f538fa8765a705b9a51d398e0284410a53aed31ac3452af4a4e5aae30e SHA512 2ca4bf7393f60267e0d7d32dcc50219847a86dbde76e1a83a9723c07133ff90d930dde32f454631c474fd36ac3837ccf94629576ddfb93288dfdb2490ce20724
25 +DIST libvirt-python-8.2.0.tar.gz 223589 BLAKE2B 6c8d39e6af1167aa24a1c0710177188aa0a73e54d9dbd6015d6a3b60726b78c45442fc756e68c61d54352a5fa9466f538ff986712e775bc54d46c885bcbcc8da SHA512 8d3eceb36651dbb903f51ec198dcf6bcd4dc3d3b31ce6a41df10928bbbf43b32a2f80c006c1fb9fc3e1cf2d7ffed95efc1209e0d20018135fb32c50876987d58
26 +DIST libvirt-python-8.2.0.tar.gz.asc 833 BLAKE2B 262a8072b58b19f871a72ed81d8dcab907130ce6f25f6478c72e6f3e7d8d51226fda1844a37baf82667d2f35ef3e64e84e47de1d33217a356ea1d78fec6aa548 SHA512 11ea846816a3300940b9792a5a778c633bb2d9e0523f442588ae82f8fb46ecc0256267b2efece655331112e3912c9bfcf46247555e48d1861999d1363f6034b1
27
28 diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-8.2.0.ebuild
29 similarity index 91%
30 copy from dev-python/libvirt-python/libvirt-python-9999.ebuild
31 copy to dev-python/libvirt-python/libvirt-python-8.2.0.ebuild
32 index 13e15986dc34..d88122f6fa4f 100644
33 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild
34 +++ b/dev-python/libvirt-python/libvirt-python-8.2.0.ebuild
35 @@ -6,14 +6,12 @@ EAPI=7
36 # Please bump with app-emulation/libvirt!
37
38 PYTHON_COMPAT=( python3_{8..10} )
39 -
40 DISTUTILS_USE_SETUPTOOLS=no
41 -
42 MY_P="${P/_rc/-rc}"
43 -
44 +VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libvirt.org.asc
45 inherit distutils-r1 verify-sig
46
47 -if [[ ${PV} = *9999* ]]; then
48 +if [[ ${PV} == *9999* ]]; then
49 inherit git-r3
50 EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt-python.git"
51 RDEPEND="app-emulation/libvirt:=[-python(-)]"
52 @@ -27,9 +25,9 @@ S="${WORKDIR}/${P%_rc*}"
53
54 DESCRIPTION="libvirt Python bindings"
55 HOMEPAGE="https://www.libvirt.org"
56 +
57 LICENSE="LGPL-2"
58 SLOT="0"
59 -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/libvirt.org.asc
60 IUSE="examples test"
61 RESTRICT="!test? ( test )"
62
63 @@ -49,5 +47,6 @@ python_install_all() {
64 dodoc -r examples
65 docompress -x /usr/share/doc/${PF}/examples
66 fi
67 +
68 distutils-r1_python_install_all
69 }
70
71 diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild
72 index 13e15986dc34..d88122f6fa4f 100644
73 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild
74 +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild
75 @@ -6,14 +6,12 @@ EAPI=7
76 # Please bump with app-emulation/libvirt!
77
78 PYTHON_COMPAT=( python3_{8..10} )
79 -
80 DISTUTILS_USE_SETUPTOOLS=no
81 -
82 MY_P="${P/_rc/-rc}"
83 -
84 +VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libvirt.org.asc
85 inherit distutils-r1 verify-sig
86
87 -if [[ ${PV} = *9999* ]]; then
88 +if [[ ${PV} == *9999* ]]; then
89 inherit git-r3
90 EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt-python.git"
91 RDEPEND="app-emulation/libvirt:=[-python(-)]"
92 @@ -27,9 +25,9 @@ S="${WORKDIR}/${P%_rc*}"
93
94 DESCRIPTION="libvirt Python bindings"
95 HOMEPAGE="https://www.libvirt.org"
96 +
97 LICENSE="LGPL-2"
98 SLOT="0"
99 -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/libvirt.org.asc
100 IUSE="examples test"
101 RESTRICT="!test? ( test )"
102
103 @@ -49,5 +47,6 @@ python_install_all() {
104 dodoc -r examples
105 docompress -x /usr/share/doc/${PF}/examples
106 fi
107 +
108 distutils-r1_python_install_all
109 }