Received: by mail.netbsd.org (Postfix, from userid 605) id 94AA784E6A; Sat, 18 Sep 2021 12:16:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D009984E67 for ; Sat, 18 Sep 2021 12:16:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nTlR-vch-M8D for ; Sat, 18 Sep 2021 12:16:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC13584D65 for ; Sat, 18 Sep 2021 12:16:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C58ADFA97; Sat, 18 Sep 2021 12:16:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1631967363126900" MIME-Version: 1.0 Date: Sat, 18 Sep 2021 12:16:03 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/py-ipykernel To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210918121603.C58ADFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1631967363126900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Sep 18 12:16:03 UTC 2021 Modified Files: pkgsrc/devel/py-ipykernel: Makefile Log Message: (devel/py-ipykernel) fix build, +py-ipython_genutils for DEPENDS To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-ipykernel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1631967363126900 Content-Disposition: inline Content-Length: 1020 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ipykernel/Makefile diff -u pkgsrc/devel/py-ipykernel/Makefile:1.26 pkgsrc/devel/py-ipykernel/Makefile:1.27 --- pkgsrc/devel/py-ipykernel/Makefile:1.26 Thu Jun 10 18:47:24 2021 +++ pkgsrc/devel/py-ipykernel/Makefile Sat Sep 18 12:16:03 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2021/06/10 18:47:24 adam Exp $ +# $NetBSD: Makefile,v 1.27 2021/09/18 12:16:03 mef Exp $ DISTNAME= ipykernel-5.5.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-ipython>=6.0.0: DEPENDS+= ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client DEPENDS+= ${PYPKGPREFIX}-tornado>=4.2:../../www/py-tornado DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets +DEPENDS+= ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils + TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test --_----------=_1631967363126900--