diff options
| author | Sam James <sam@gentoo.org> | 2022-04-03 05:09:36 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-04-03 05:35:39 +0100 |
| commit | 18fe193551a3a0d6c09b181ed714131f8f0eac79 (patch) | |
| tree | 94c2ce55ea94826efd790141314b7761abacb1cd /dev-python/libvirt-python/libvirt-python-9999.ebuild | |
| parent | f80abc70fa18166129b827b6ed4c671cb5c656b0 (diff) | |
| download | gentoo-18fe193551a3a0d6c09b181ed714131f8f0eac79.tar.gz gentoo-18fe193551a3a0d6c09b181ed714131f8f0eac79.tar.bz2 gentoo-18fe193551a3a0d6c09b181ed714131f8f0eac79.zip | |
dev-python/libvirt-python: add 8.2.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python/libvirt-python-9999.ebuild')
| -rw-r--r-- | dev-python/libvirt-python/libvirt-python-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index 13e15986dc34..d88122f6fa4f 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -6,14 +6,12 @@ EAPI=7 # Please bump with app-emulation/libvirt! PYTHON_COMPAT=( python3_{8..10} ) - DISTUTILS_USE_SETUPTOOLS=no - MY_P="${P/_rc/-rc}" - +VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libvirt.org.asc inherit distutils-r1 verify-sig -if [[ ${PV} = *9999* ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt-python.git" RDEPEND="app-emulation/libvirt:=[-python(-)]" @@ -27,9 +25,9 @@ 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 )" @@ -49,5 +47,6 @@ python_install_all() { dodoc -r examples docompress -x /usr/share/doc/${PF}/examples fi + distutils-r1_python_install_all } |
