diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-03 13:40:56 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-03 13:40:56 +0000 |
| commit | c2611f0d39546c2b9bee2162826cf954e61faf12 (patch) | |
| tree | 020226feed2e7cfa462100f88cc9a495eba239f1 /dev-python/libvirt-python/libvirt-python-9999.ebuild | |
| parent | 3786fb56b73c6c1a046bebea4f33d8a005a72c3e (diff) | |
| download | baldeagleos-repo-c2611f0d39546c2b9bee2162826cf954e61faf12.tar.gz baldeagleos-repo-c2611f0d39546c2b9bee2162826cf954e61faf12.tar.xz baldeagleos-repo-c2611f0d39546c2b9bee2162826cf954e61faf12.zip | |
Adding metadata
Diffstat (limited to 'dev-python/libvirt-python/libvirt-python-9999.ebuild')
| -rw-r--r-- | dev-python/libvirt-python/libvirt-python-9999.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
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 } |
