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: Thu, 11 Feb 2021 18:02:17
Message-Id: 1613066454.d9e6e0782ef85f2fff4283e53f003955ecee4817.tamiko@gentoo
1 commit: d9e6e0782ef85f2fff4283e53f003955ecee4817
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 11 16:55:44 2021 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 11 18:00:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e6e078
7
8 dev-python/libvirt-python: drop old
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 dev-python/libvirt-python/Manifest | 2 -
14 .../libvirt-python/libvirt-python-6.10.0.ebuild | 46 ----------------------
15 .../libvirt-python/libvirt-python-6.9.0.ebuild | 46 ----------------------
16 3 files changed, 94 deletions(-)
17
18 diff --git a/dev-python/libvirt-python/Manifest b/dev-python/libvirt-python/Manifest
19 index 2af3329852d..02025edee57 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.10.0.tar.gz 212567 BLAKE2B 0ba583646c16c8e298a4cde789dca9c0f4920a3ac7e241134e251e5d0fc426a37c297870571acc673de2ce14c3de5bb7069316805581ce33cc044090930dd599 SHA512 bc9d65fa82cf021c0929c8f2760a31de606d52c860d15d1961438fd763131f05fa3f4e12f0030b45ad12c3ae40d84b21167091ae810376487b7aae11c2e3ab2b
24 DIST libvirt-python-6.8.0.tar.gz 210034 BLAKE2B 667c2713bf9c0936f444c5b621f5af4e5273deda31496bc01c8834286a0ec0eb1c056006549cc5d129ef597264f8582acee62db3a2fd375daa4ebbceacb8fcc1 SHA512 6d2f82fafd414047cff16f0ad655fefd69c8c0da04be07d27da44e3ab17dd03e4e4ff102be1c30948c361268f57ea312978f9198fd128bfb54a3c1a07150e6af
25 -DIST libvirt-python-6.9.0.tar.gz 210366 BLAKE2B 384d8ce4d6c91f7185484e3ad35572a3245712c59f416d0f117ce7936d1e6234458c3454a8d773ee287de4d529eae7229e3dd67111df7955369cd36b028be1cc SHA512 d15a80de5418586f769101525464efc88154c9038f59c805030a60b4b711f11f15531f4e1fd01575e1646397342fefa38fca9371e8146157b61f607b3c286fe1
26 DIST libvirt-python-7.0.0.tar.gz 214945 BLAKE2B 9ab616fa6336a284dbb1dcebf0be6a06d9ca0c41e83ca403cb335c61ff217e1e9f0343fc915e20e16f3e59adc5c7b1c51e493143c45cd50f48f627ebe2e9c211 SHA512 c56bc53da06a81d330389f684df204d0ae8edb28127eccd81ac551342a0965341d20832f6e2b044e02e9217320349f6f5cb36098c5cc46508a4026fb1e59c4ac
27
28 diff --git a/dev-python/libvirt-python/libvirt-python-6.10.0.ebuild b/dev-python/libvirt-python/libvirt-python-6.10.0.ebuild
29 deleted file mode 100644
30 index 234224f5717..00000000000
31 --- a/dev-python/libvirt-python/libvirt-python-6.10.0.ebuild
32 +++ /dev/null
33 @@ -1,46 +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_{7..9} )
40 -
41 -DISTUTILS_USE_SETUPTOOLS=no
42 -
43 -MY_P="${P/_rc/-rc}"
44 -
45 -inherit distutils-r1
46 -
47 -if [[ ${PV} = *9999* ]]; then
48 - inherit git-r3
49 - EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
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="virtual/pkgconfig"
66 -BDEPEND="test? (
67 - dev-python/lxml[${PYTHON_USEDEP}]
68 - dev-python/nose[${PYTHON_USEDEP}]
69 -)"
70 -
71 -distutils_enable_tests setup.py
72 -
73 -python_install_all() {
74 - if use examples; then
75 - dodoc -r examples
76 - docompress -x /usr/share/doc/${PF}/examples
77 - fi
78 - distutils-r1_python_install_all
79 -}
80
81 diff --git a/dev-python/libvirt-python/libvirt-python-6.9.0.ebuild b/dev-python/libvirt-python/libvirt-python-6.9.0.ebuild
82 deleted file mode 100644
83 index 234224f5717..00000000000
84 --- a/dev-python/libvirt-python/libvirt-python-6.9.0.ebuild
85 +++ /dev/null
86 @@ -1,46 +0,0 @@
87 -# Copyright 1999-2020 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=7
91 -
92 -PYTHON_COMPAT=( python3_{7..9} )
93 -
94 -DISTUTILS_USE_SETUPTOOLS=no
95 -
96 -MY_P="${P/_rc/-rc}"
97 -
98 -inherit distutils-r1
99 -
100 -if [[ ${PV} = *9999* ]]; then
101 - inherit git-r3
102 - EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
103 - RDEPEND="app-emulation/libvirt:=[-python(-)]"
104 -else
105 - SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
106 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
107 - RDEPEND="app-emulation/libvirt:0/${PV}"
108 -fi
109 -S="${WORKDIR}/${P%_rc*}"
110 -
111 -DESCRIPTION="libvirt Python bindings"
112 -HOMEPAGE="https://www.libvirt.org"
113 -LICENSE="LGPL-2"
114 -SLOT="0"
115 -IUSE="examples test"
116 -RESTRICT="!test? ( test )"
117 -
118 -DEPEND="virtual/pkgconfig"
119 -BDEPEND="test? (
120 - dev-python/lxml[${PYTHON_USEDEP}]
121 - dev-python/nose[${PYTHON_USEDEP}]
122 -)"
123 -
124 -distutils_enable_tests setup.py
125 -
126 -python_install_all() {
127 - if use examples; then
128 - dodoc -r examples
129 - docompress -x /usr/share/doc/${PF}/examples
130 - fi
131 - distutils-r1_python_install_all
132 -}