diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-01-05 01:38:28 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-01-05 01:38:28 +0000 |
| commit | f923e8035223ec3eebfde96ff493be28d35c1213 (patch) | |
| tree | fa81dc09dd63220eab65c60b10536e2d8944cec9 /dev-python/libvirt-python/libvirt-python-7.1.0.ebuild | |
| parent | 8c633bf4b0907bd5778e4485e7a5fdf0a365440c (diff) | |
| download | baldeagleos-repo-f923e8035223ec3eebfde96ff493be28d35c1213.tar.gz baldeagleos-repo-f923e8035223ec3eebfde96ff493be28d35c1213.tar.xz baldeagleos-repo-f923e8035223ec3eebfde96ff493be28d35c1213.zip | |
Adding metadata
Diffstat (limited to 'dev-python/libvirt-python/libvirt-python-7.1.0.ebuild')
| -rw-r--r-- | dev-python/libvirt-python/libvirt-python-7.1.0.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-7.1.0.ebuild b/dev-python/libvirt-python/libvirt-python-7.1.0.ebuild deleted file mode 100644 index c1b72bb140cc..000000000000 --- a/dev-python/libvirt-python/libvirt-python-7.1.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -DISTUTILS_USE_SETUPTOOLS=no - -MY_P="${P/_rc/-rc}" - -inherit distutils-r1 verify-sig - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git" - RDEPEND="app-emulation/libvirt:=[-python(-)]" -else - SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz - verify-sig? ( https://libvirt.org/sources/python/${MY_P}.tar.gz.asc )" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~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" -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/libvirt.org.asc -IUSE="examples test" -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/pkgconfig - test? ( - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - ) - verify-sig? ( sec-keys/openpgp-keys-libvirt ) -" - -distutils_enable_tests setup.py - -python_install_all() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - distutils-r1_python_install_all -} |
