Received: by mail.netbsd.org (Postfix, from userid 605) id E2CE7850E0; Wed, 23 Jun 2021 21:17:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2BA7084CE2 for ; Wed, 23 Jun 2021 21:17:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bKe7mhMhzG62 for ; Wed, 23 Jun 2021 21:17:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8243284C71 for ; Wed, 23 Jun 2021 21:17:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B77FFA95; Wed, 23 Jun 2021 21:17:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162448307638840" MIME-Version: 1.0 Date: Wed, 23 Jun 2021 21:17:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-magic-wormhole To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210623211756.7B77FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162448307638840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 23 21:17:56 UTC 2021 Modified Files: pkgsrc/net/py-magic-wormhole: Makefile Log Message: py-magic-wormhole: add missing TEST_DEPENDENCY Also note self test status and upstream bug report URL. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-magic-wormhole/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162448307638840 Content-Disposition: inline Content-Length: 885 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-magic-wormhole/Makefile diff -u pkgsrc/net/py-magic-wormhole/Makefile:1.3 pkgsrc/net/py-magic-wormhole/Makefile:1.4 --- pkgsrc/net/py-magic-wormhole/Makefile:1.3 Wed Jun 23 21:08:34 2021 +++ pkgsrc/net/py-magic-wormhole/Makefile Wed Jun 23 21:17:56 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/06/23 21:08:34 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2021/06/23 21:17:56 wiz Exp $ DISTNAME= magic-wormhole-0.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -26,6 +26,10 @@ DEPENDS+= ${PYPKGPREFIX}-tqdm>=4.13.0:.. DEPENDS+= ${PYPKGPREFIX}-twisted>=17.5.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-txtorcon>=18.0.2:../../net/py-txtorcon +# 7 test failures as of 0.12.0 +# https://github.com/magic-wormhole/magic-wormhole/issues/421 +TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock + USE_LANGUAGES= # none post-install: --_----------=_162448307638840--