diff options
| author | Matthias Maier <tamiko@gentoo.org> | 2019-07-01 09:34:54 -0500 |
|---|---|---|
| committer | Matthias Maier <tamiko@gentoo.org> | 2019-07-01 09:34:54 -0500 |
| commit | b18edfebbb51d0279052e383352c0dfae8c821b7 (patch) | |
| tree | 87145202f34bd0c054cab35e0b9eea3a2c3ce2cb /dev-python/libvirt-python/libvirt-python-4.9.0.ebuild | |
| parent | 46c770404a3482d0cc15d7748f71b5d2118deaba (diff) | |
| download | gentoo-b18edfebbb51d0279052e383352c0dfae8c821b7.tar.gz gentoo-b18edfebbb51d0279052e383352c0dfae8c821b7.tar.bz2 gentoo-b18edfebbb51d0279052e383352c0dfae8c821b7.zip | |
dev-python/libvirt-python: drop old
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python/libvirt-python-4.9.0.ebuild')
| -rw-r--r-- | dev-python/libvirt-python/libvirt-python-4.9.0.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild deleted file mode 100644 index 7508f20cc56e..000000000000 --- a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) - -MY_P="${P/_rc/-rc}" - -inherit distutils-r1 - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git" - SRC_URI="" - KEYWORDS="amd64 x86" - RDEPEND="app-emulation/libvirt:=[-python(-)]" -else - SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz" - KEYWORDS="amd64 ~arm64 x86" - RDEPEND="app-emulation/libvirt:0/${PV}" -fi -S="${WORKDIR}/${P%_rc*}" - -DESCRIPTION="libvirt Python bindings" -HOMEPAGE="https://www.libvirt.org" -LICENSE="LGPL-2" -SLOT="0" -IUSE="examples test" - -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-python/lxml[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - esetup.py test -} - -python_install_all() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - distutils-r1_python_install_all -} |
