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: Mon, 01 Jul 2019 15:07:09
Message-Id: 1561991694.b18edfebbb51d0279052e383352c0dfae8c821b7.tamiko@gentoo
1 commit: b18edfebbb51d0279052e383352c0dfae8c821b7
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 14:34:54 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 14:34:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18edfeb
7
8 dev-python/libvirt-python: drop old
9
10 Package-Manager: Portage-2.3.68, Repoman-2.3.16
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 dev-python/libvirt-python/Manifest | 1 -
14 .../libvirt-python/libvirt-python-4.9.0.ebuild | 46 ----------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/dev-python/libvirt-python/Manifest b/dev-python/libvirt-python/Manifest
18 index 3a59b8819b4..061a8a1114e 100644
19 --- a/dev-python/libvirt-python/Manifest
20 +++ b/dev-python/libvirt-python/Manifest
21 @@ -1,2 +1 @@
22 -DIST libvirt-python-4.9.0.tar.gz 191922 BLAKE2B 272f0827faa7083e4896b34cea81554505e38733313df556d608fbf0e2ab935088ec5d57e9678c7679e172ff99a619939abe8cbd828b49655de70daf11d20efe SHA512 7d1345693c87f11be9dc751212820f4c4a519a467703f0ea2fcafd0e66d39941686cf7c84c2c68e8639889da1bfbc9176a72cf1059c87d76a49b2c74a7b05c0e
23 DIST libvirt-python-5.2.0.tar.gz 193270 BLAKE2B fecd1a07091746779a91e0cfeb9c3068048ee7e51d2f79064b4ee529a19b78d04ba53a5abab68182a1fa9c4a82f459fa9e971c33fcd10b42fe7011be17f7c6e2 SHA512 afee2dcaf08d530e6298fdf2db674af217b9e4115941258b5815aba00087d96db6eb421c9854d7dca0f9dfe24069df72aadd969c924545e72be216f01bc173cc
24
25 diff --git a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild
26 deleted file mode 100644
27 index 7508f20cc56..00000000000
28 --- a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
37 -
38 -MY_P="${P/_rc/-rc}"
39 -
40 -inherit distutils-r1
41 -
42 -if [[ ${PV} = *9999* ]]; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
45 - SRC_URI=""
46 - KEYWORDS="amd64 x86"
47 - RDEPEND="app-emulation/libvirt:=[-python(-)]"
48 -else
49 - SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
50 - KEYWORDS="amd64 ~arm64 x86"
51 - RDEPEND="app-emulation/libvirt:0/${PV}"
52 -fi
53 -S="${WORKDIR}/${P%_rc*}"
54 -
55 -DESCRIPTION="libvirt Python bindings"
56 -HOMEPAGE="https://www.libvirt.org"
57 -LICENSE="LGPL-2"
58 -SLOT="0"
59 -IUSE="examples test"
60 -
61 -DEPEND="${RDEPEND}
62 - virtual/pkgconfig
63 - test? ( dev-python/lxml[${PYTHON_USEDEP}]
64 - dev-python/nose[${PYTHON_USEDEP}] )"
65 -
66 -python_test() {
67 - esetup.py test
68 -}
69 -
70 -python_install_all() {
71 - if use examples; then
72 - dodoc -r examples
73 - docompress -x /usr/share/doc/${PF}/examples
74 - fi
75 - distutils-r1_python_install_all
76 -}