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: Wed, 07 Oct 2020 15:43:26
Message-Id: 1602085376.dca9e8b1248f091bf144ed642768aa2cc75ddcc5.tamiko@gentoo
1 commit: dca9e8b1248f091bf144ed642768aa2cc75ddcc5
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 15:42:56 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 15:42:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca9e8b1
7
8 dev-python/libvirt-python: drop old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 dev-python/libvirt-python/Manifest | 2 -
14 .../libvirt-python/libvirt-python-6.2.0.ebuild | 47 ----------------------
15 .../libvirt-python/libvirt-python-6.5.0.ebuild | 46 ---------------------
16 3 files changed, 95 deletions(-)
17
18 diff --git a/dev-python/libvirt-python/Manifest b/dev-python/libvirt-python/Manifest
19 index a5ae81b192f..20884982c2f 100644
20 --- a/dev-python/libvirt-python/Manifest
21 +++ b/dev-python/libvirt-python/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST libvirt-python-6.2.0.tar.gz 196971 BLAKE2B e11c82bd98c62072c14992c485339337bcc3639bbd56154185834c145f76984ced9f09f7f05c302609ce6629a8d13db77debd6f3d85e8fdb00c818bbe51cc552 SHA512 91f6940f60670221c914ee7ffc8d89a74222bcacbbf1afd5f679479f1e1bcec563f297a8e8359d6f51a1eee29162e39e2a276f5277fcec551d50f112e304a947
24 -DIST libvirt-python-6.5.0.tar.gz 198753 BLAKE2B 90951af538c664f5da20cfced6b81dc2b06d36e723b3c41a0b2763bf0d73d3036d7e84a2db57f20fa2bd1ede8fb01c45dad9e5097a9f6008579dae319f825898 SHA512 a69c75b615f674bbb89fdb3e5cfc3dddfde68adffd0599e9d03f1552bb765823dc003859fe713ac0a324835c61f909bd43518571ddde8f99c37bee2416f094eb
25 DIST libvirt-python-6.7.0.tar.gz 208597 BLAKE2B 335bd89133b688586a55193635b4b75dabe6dd4a741a450e49067ac8a9b9d9da54787b50c23bc6d5322a7fecbe513422f02450e09d541cb112ccfd499ce18101 SHA512 7d5a7f87abc01285c2030c9408838d4e1496d0d0316b9ab775749e49719fa66c20114aad2bd281d6783e2cb4d47ceac5ac60ac584e881288d0b0d9cc76d5b2cb
26 DIST libvirt-python-6.8.0.tar.gz 210034 BLAKE2B 667c2713bf9c0936f444c5b621f5af4e5273deda31496bc01c8834286a0ec0eb1c056006549cc5d129ef597264f8582acee62db3a2fd375daa4ebbceacb8fcc1 SHA512 6d2f82fafd414047cff16f0ad655fefd69c8c0da04be07d27da44e3ab17dd03e4e4ff102be1c30948c361268f57ea312978f9198fd128bfb54a3c1a07150e6af
27
28 diff --git a/dev-python/libvirt-python/libvirt-python-6.2.0.ebuild b/dev-python/libvirt-python/libvirt-python-6.2.0.ebuild
29 deleted file mode 100644
30 index 4f6663eb583..00000000000
31 --- a/dev-python/libvirt-python/libvirt-python-6.2.0.ebuild
32 +++ /dev/null
33 @@ -1,47 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{6,7,8} )
40 -
41 -MY_P="${P/_rc/-rc}"
42 -
43 -inherit distutils-r1
44 -
45 -if [[ ${PV} = *9999* ]]; then
46 - inherit git-r3
47 - EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
48 - SRC_URI=""
49 - KEYWORDS="amd64 x86"
50 - RDEPEND="app-emulation/libvirt:=[-python(-)]"
51 -else
52 - SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
53 - KEYWORDS="amd64 ~arm64 ~ppc64 x86"
54 - RDEPEND="app-emulation/libvirt:0/${PV}"
55 -fi
56 -S="${WORKDIR}/${P%_rc*}"
57 -
58 -DESCRIPTION="libvirt Python bindings"
59 -HOMEPAGE="https://www.libvirt.org"
60 -LICENSE="LGPL-2"
61 -SLOT="0"
62 -IUSE="examples test"
63 -RESTRICT="!test? ( test )"
64 -
65 -DEPEND="${RDEPEND}
66 - virtual/pkgconfig
67 - test? ( dev-python/lxml[${PYTHON_USEDEP}]
68 - dev-python/nose[${PYTHON_USEDEP}] )"
69 -
70 -python_test() {
71 - esetup.py test
72 -}
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 -}
81
82 diff --git a/dev-python/libvirt-python/libvirt-python-6.5.0.ebuild b/dev-python/libvirt-python/libvirt-python-6.5.0.ebuild
83 deleted file mode 100644
84 index d6867cec6ff..00000000000
85 --- a/dev-python/libvirt-python/libvirt-python-6.5.0.ebuild
86 +++ /dev/null
87 @@ -1,46 +0,0 @@
88 -# Copyright 1999-2020 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -
93 -PYTHON_COMPAT=( python3_{6..9} )
94 -
95 -DISTUTILS_USE_SETUPTOOLS=no
96 -
97 -MY_P="${P/_rc/-rc}"
98 -
99 -inherit distutils-r1
100 -
101 -if [[ ${PV} = *9999* ]]; then
102 - inherit git-r3
103 - EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
104 - RDEPEND="app-emulation/libvirt:=[-python(-)]"
105 -else
106 - SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
107 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
108 - RDEPEND="app-emulation/libvirt:0/${PV}"
109 -fi
110 -S="${WORKDIR}/${P%_rc*}"
111 -
112 -DESCRIPTION="libvirt Python bindings"
113 -HOMEPAGE="https://www.libvirt.org"
114 -LICENSE="LGPL-2"
115 -SLOT="0"
116 -IUSE="examples test"
117 -RESTRICT="!test? ( test )"
118 -
119 -DEPEND="virtual/pkgconfig"
120 -BDEPEND="test? (
121 - dev-python/lxml[${PYTHON_USEDEP}]
122 - dev-python/nose[${PYTHON_USEDEP}]
123 -)"
124 -
125 -distutils_enable_tests setup.py
126 -
127 -python_install_all() {
128 - if use examples; then
129 - dodoc -r examples
130 - docompress -x /usr/share/doc/${PF}/examples
131 - fi
132 - distutils-r1_python_install_all
133 -}