From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69FCC13835A for ; Mon, 17 May 2021 04:55:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C34BE07FA; Mon, 17 May 2021 04:55:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE1A5E07FA for ; Mon, 17 May 2021 04:54:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4F7D340FD5 for ; Mon, 17 May 2021 04:54:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44A0D78D for ; Mon, 17 May 2021 04:54:56 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1621227229.643ddbd73b9f139f02f0e32a3967c6244eb396d8.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libvirt-python/libvirt-python-9999.ebuild X-VCS-Directories: dev-python/libvirt-python/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 643ddbd73b9f139f02f0e32a3967c6244eb396d8 X-VCS-Branch: master Date: Mon, 17 May 2021 04:54:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7fbeb70f-db4a-4ce8-b24c-9014a95bf664 X-Archives-Hash: 69df416781586a7fe47a43e5eb08fcd7 commit: 643ddbd73b9f139f02f0e32a3967c6244eb396d8 Author: Jonathan Davies protonmail com> AuthorDate: Tue May 11 17:27:04 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon May 17 04:53:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643ddbd7 dev-python/libvirt-python: Sync live ebuild. Closes: https://github.com/gentoo/gentoo/pull/20774/ Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Matthias Maier gentoo.org> dev-python/libvirt-python/libvirt-python-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index cb778ad7f1c..eb8b2abcbc0 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -9,14 +9,15 @@ DISTUTILS_USE_SETUPTOOLS=no MY_P="${P/_rc/-rc}" -inherit distutils-r1 +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" + 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 @@ -26,6 +27,7 @@ DESCRIPTION="libvirt Python bindings" HOMEPAGE="https://www.libvirt.org" LICENSE="LGPL-2" SLOT="0" +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libvirt.org.asc IUSE="examples test" RESTRICT="!test? ( test )" @@ -35,6 +37,7 @@ BDEPEND=" dev-python/lxml[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) + verify-sig? ( app-crypt/openpgp-keys-libvirt ) " distutils_enable_tests setup.py