From c2611f0d39546c2b9bee2162826cf954e61faf12 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 3 Apr 2022 13:40:56 +0000 Subject: Adding metadata --- dev-python/libvirt-python/libvirt-python-9999.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'dev-python/libvirt-python/libvirt-python-9999.ebuild') diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index 8f3c935f52eb..acd6f3b0f888 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +# Please bump with app-emulation/libvirt! +PYTHON_COMPAT=( python3_{7,8,9,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(-)]" @@ -25,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 )" @@ -47,5 +47,6 @@ python_install_all() { dodoc -r examples docompress -x /usr/share/doc/${PF}/examples fi + distutils-r1_python_install_all } -- cgit v1.3.1