Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
Date: Fri, 25 Dec 2020 20:03:47
Message-Id: 1608926545.5db717a67be2fa3fe5722371d83aff37393045b2.tamiko@gentoo
1 commit: 5db717a67be2fa3fe5722371d83aff37393045b2
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 20:02:25 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 20:02:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db717a6
7
8 dev-python/libvirt-python: drop vulnerable
9
10 Bug: https://bugs.gentoo.org/746119
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 dev-python/libvirt-python/Manifest | 3 +-
15 .../libvirt-python/libvirt-python-6.7.0.ebuild | 46 ----------------------
16 2 files changed, 1 insertion(+), 48 deletions(-)
17
18 diff --git a/dev-python/libvirt-python/Manifest b/dev-python/libvirt-python/Manifest
19 index 1e4985e5ee0..fff7b02939a 100644
20 --- a/dev-python/libvirt-python/Manifest
21 +++ b/dev-python/libvirt-python/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST libvirt-python-6.7.0.tar.gz 208597 BLAKE2B 335bd89133b688586a55193635b4b75dabe6dd4a741a450e49067ac8a9b9d9da54787b50c23bc6d5322a7fecbe513422f02450e09d541cb112ccfd499ce18101 SHA512 7d5a7f87abc01285c2030c9408838d4e1496d0d0316b9ab775749e49719fa66c20114aad2bd281d6783e2cb4d47ceac5ac60ac584e881288d0b0d9cc76d5b2cb
24 +DIST libvirt-python-6.10.0.tar.gz 212567 BLAKE2B 0ba583646c16c8e298a4cde789dca9c0f4920a3ac7e241134e251e5d0fc426a37c297870571acc673de2ce14c3de5bb7069316805581ce33cc044090930dd599 SHA512 bc9d65fa82cf021c0929c8f2760a31de606d52c860d15d1961438fd763131f05fa3f4e12f0030b45ad12c3ae40d84b21167091ae810376487b7aae11c2e3ab2b
25 DIST libvirt-python-6.8.0.tar.gz 210034 BLAKE2B 667c2713bf9c0936f444c5b621f5af4e5273deda31496bc01c8834286a0ec0eb1c056006549cc5d129ef597264f8582acee62db3a2fd375daa4ebbceacb8fcc1 SHA512 6d2f82fafd414047cff16f0ad655fefd69c8c0da04be07d27da44e3ab17dd03e4e4ff102be1c30948c361268f57ea312978f9198fd128bfb54a3c1a07150e6af
26 DIST libvirt-python-6.9.0.tar.gz 210366 BLAKE2B 384d8ce4d6c91f7185484e3ad35572a3245712c59f416d0f117ce7936d1e6234458c3454a8d773ee287de4d529eae7229e3dd67111df7955369cd36b028be1cc SHA512 d15a80de5418586f769101525464efc88154c9038f59c805030a60b4b711f11f15531f4e1fd01575e1646397342fefa38fca9371e8146157b61f607b3c286fe1
27 -DIST libvirt-python-6.10.0.tar.gz 212567 BLAKE2B 0ba583646c16c8e298a4cde789dca9c0f4920a3ac7e241134e251e5d0fc426a37c297870571acc673de2ce14c3de5bb7069316805581ce33cc044090930dd599 SHA512 bc9d65fa82cf021c0929c8f2760a31de606d52c860d15d1961438fd763131f05fa3f4e12f0030b45ad12c3ae40d84b21167091ae810376487b7aae11c2e3ab2b
28
29 diff --git a/dev-python/libvirt-python/libvirt-python-6.7.0.ebuild b/dev-python/libvirt-python/libvirt-python-6.7.0.ebuild
30 deleted file mode 100644
31 index c8cc20f3c01..00000000000
32 --- a/dev-python/libvirt-python/libvirt-python-6.7.0.ebuild
33 +++ /dev/null
34 @@ -1,46 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python3_{7..9} )
41 -
42 -DISTUTILS_USE_SETUPTOOLS=no
43 -
44 -MY_P="${P/_rc/-rc}"
45 -
46 -inherit distutils-r1
47 -
48 -if [[ ${PV} = *9999* ]]; then
49 - inherit git-r3
50 - EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
51 - RDEPEND="app-emulation/libvirt:=[-python(-)]"
52 -else
53 - SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
54 - KEYWORDS="amd64 ~arm64 ~ppc64 x86"
55 - RDEPEND="app-emulation/libvirt:0/${PV}"
56 -fi
57 -S="${WORKDIR}/${P%_rc*}"
58 -
59 -DESCRIPTION="libvirt Python bindings"
60 -HOMEPAGE="https://www.libvirt.org"
61 -LICENSE="LGPL-2"
62 -SLOT="0"
63 -IUSE="examples test"
64 -RESTRICT="!test? ( test )"
65 -
66 -DEPEND="virtual/pkgconfig"
67 -BDEPEND="test? (
68 - dev-python/lxml[${PYTHON_USEDEP}]
69 - dev-python/nose[${PYTHON_USEDEP}]
70 -)"
71 -
72 -distutils_enable_tests setup.py
73 -
74 -python_install_all() {
75 - if use examples; then
76 - dodoc -r examples
77 - docompress -x /usr/share/doc/${PF}/examples
78 - fi
79 - distutils-r1_python_install_all
80 -}