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, 28 May 2018 00:22:04
Message-Id: 1527466885.c9b9b1dfcfa996cab97945e507c3fe6f18a1bb93.tamiko@gentoo
1 commit: c9b9b1dfcfa996cab97945e507c3fe6f18a1bb93
2 Author: Georgy Yakovlev <ya <AT> sysdump <DOT> net>
3 AuthorDate: Sun May 27 23:31:18 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 00:21:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b9b1df
7
8 dev-python/libvirt-python: cleanup
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 .../libvirt-python/libvirt-python-4.2.0.ebuild | 46 ----------------------
14 .../libvirt-python/libvirt-python-4.3.0.ebuild | 46 ----------------------
15 2 files changed, 92 deletions(-)
16
17 diff --git a/dev-python/libvirt-python/libvirt-python-4.2.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.2.0.ebuild
18 deleted file mode 100644
19 index 172f3dc3886..00000000000
20 --- a/dev-python/libvirt-python/libvirt-python-4.2.0.ebuild
21 +++ /dev/null
22 @@ -1,46 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
29 -
30 -MY_P="${P/_rc/-rc}"
31 -
32 -inherit distutils-r1
33 -
34 -if [[ ${PV} = *9999* ]]; then
35 - inherit git-r3
36 - EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
37 - SRC_URI=""
38 - KEYWORDS=""
39 - RDEPEND="app-emulation/libvirt:=[-python(-)]"
40 -else
41 - SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
42 - KEYWORDS="~amd64 ~arm64 ~x86"
43 - RDEPEND="app-emulation/libvirt:0/${PV}"
44 -fi
45 -S="${WORKDIR}/${P%_rc*}"
46 -
47 -DESCRIPTION="libvirt Python bindings"
48 -HOMEPAGE="https://www.libvirt.org"
49 -LICENSE="LGPL-2"
50 -SLOT="0"
51 -IUSE="examples test"
52 -
53 -DEPEND="${RDEPEND}
54 - virtual/pkgconfig
55 - test? ( dev-python/lxml[${PYTHON_USEDEP}]
56 - dev-python/nose[${PYTHON_USEDEP}] )"
57 -
58 -python_test() {
59 - esetup.py test
60 -}
61 -
62 -python_install_all() {
63 - if use examples; then
64 - dodoc -r examples
65 - docompress -x /usr/share/doc/${PF}/examples
66 - fi
67 - distutils-r1_python_install_all
68 -}
69
70 diff --git a/dev-python/libvirt-python/libvirt-python-4.3.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.3.0.ebuild
71 deleted file mode 100644
72 index 172f3dc3886..00000000000
73 --- a/dev-python/libvirt-python/libvirt-python-4.3.0.ebuild
74 +++ /dev/null
75 @@ -1,46 +0,0 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -
81 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
82 -
83 -MY_P="${P/_rc/-rc}"
84 -
85 -inherit distutils-r1
86 -
87 -if [[ ${PV} = *9999* ]]; then
88 - inherit git-r3
89 - EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
90 - SRC_URI=""
91 - KEYWORDS=""
92 - RDEPEND="app-emulation/libvirt:=[-python(-)]"
93 -else
94 - SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
95 - KEYWORDS="~amd64 ~arm64 ~x86"
96 - RDEPEND="app-emulation/libvirt:0/${PV}"
97 -fi
98 -S="${WORKDIR}/${P%_rc*}"
99 -
100 -DESCRIPTION="libvirt Python bindings"
101 -HOMEPAGE="https://www.libvirt.org"
102 -LICENSE="LGPL-2"
103 -SLOT="0"
104 -IUSE="examples test"
105 -
106 -DEPEND="${RDEPEND}
107 - virtual/pkgconfig
108 - test? ( dev-python/lxml[${PYTHON_USEDEP}]
109 - dev-python/nose[${PYTHON_USEDEP}] )"
110 -
111 -python_test() {
112 - esetup.py test
113 -}
114 -
115 -python_install_all() {
116 - if use examples; then
117 - dodoc -r examples
118 - docompress -x /usr/share/doc/${PF}/examples
119 - fi
120 - distutils-r1_python_install_all
121 -}