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 E753E138359 for ; Sat, 10 Oct 2020 18:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C2A1E0966; Sat, 10 Oct 2020 18:21:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35C48E0960 for ; Sat, 10 Oct 2020 18:21:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2D5B933BEA5 for ; Sat, 10 Oct 2020 18:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 558123A0 for ; Sat, 10 Oct 2020 18:21:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1602354089.4807390e35cdcbf84ab977fb22b60790b9663cf5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/miniupnpc/Manifest dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild X-VCS-Directories: dev-python/miniupnpc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4807390e35cdcbf84ab977fb22b60790b9663cf5 X-VCS-Branch: master Date: Sat, 10 Oct 2020 18:21:34 +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: b874de1c-16df-43d2-89da-acbd47020d81 X-Archives-Hash: 9ebee4c92183a40cf87eca2311d78db0 commit: 4807390e35cdcbf84ab977fb22b60790b9663cf5 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 6 09:54:28 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 10 18:21:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4807390e dev-python/miniupnpc: Use verify-sig.eclass Signed-off-by: Michał Górny gentoo.org> dev-python/miniupnpc/Manifest | 1 + dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest index 955881a8af5..5341c95b6ff 100644 --- a/dev-python/miniupnpc/Manifest +++ b/dev-python/miniupnpc/Manifest @@ -1 +1,2 @@ DIST miniupnpc-2.1.20191224.tar.gz 94740 BLAKE2B 85c0b3eb678685bc7192dbee9440ec5f5be80cbac4d6a4e0a6473662c66f05ef512322cd535a142ffe16d3099a86f78ea70645a7eb2979c373e7a486aeab0cd5 SHA512 d362f914ce9177c1bc46f1f3ae59069c61c0c9c1b6ea7e78003d6b46445d3550835ffc541c2649b5fbc997d035357b461148edb3648135f33d0ce98b54961917 +DIST miniupnpc-2.1.20191224.tar.gz.sig 543 BLAKE2B ddbde04faa7bce62fdbb5b555bda9dc9ff69f09cc97442049adc787a03ec91824f14cdddaef6e577cf8d08fa96202fc792333b8dab7e6e8c30847fa9302a35d0 SHA512 b8885d2002259c95ede7ab57aaf82db83c2bd7ace3d0986179efac4245ffd42161049e0167a9ac1ff18de6c8df4d39356f0fb6aa6dada7523a238b4db4838887 diff --git a/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild b/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild index 5e1d489b2e1..e2122994dfd 100644 --- a/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild +++ b/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild @@ -5,11 +5,12 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 verify-sig DESCRIPTION="Python bindings for UPnP client library" HOMEPAGE="http://miniupnp.free.fr/" -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz" +SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz + verify-sig? ( http://miniupnp.free.fr/files/${P}.tar.gz.sig )" LICENSE="BSD" SLOT="0" @@ -17,8 +18,10 @@ KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND=">=net-libs/miniupnpc-${PV}:0=" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND="verify-sig? ( app-crypt/openpgp-keys-miniupnp )" + +VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/miniupnp.asc PATCHES=( "${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch