Received: by mail.netbsd.org (Postfix, from userid 605) id E8D5184EFB; Tue, 9 May 2023 17:06:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2389D84EFA for ; Tue, 9 May 2023 17:06:01 +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 9Bhlk0lp5TWf for ; Tue, 9 May 2023 17:06:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 70FB984C13 for ; Tue, 9 May 2023 17:06:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 864D2FA87; Tue, 9 May 2023 17:05:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683651916202670" MIME-Version: 1.0 Date: Tue, 9 May 2023 17:05:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-widgetsnbextension To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230509170516.864D2FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683651916202670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 9 17:05:16 UTC 2023 Modified Files: pkgsrc/www/py-widgetsnbextension: Makefile Log Message: py-widgetsnbextension: add missing tool dependency To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-widgetsnbextension/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683651916202670 Content-Disposition: inline Content-Length: 778 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-widgetsnbextension/Makefile diff -u pkgsrc/www/py-widgetsnbextension/Makefile:1.3 pkgsrc/www/py-widgetsnbextension/Makefile:1.4 --- pkgsrc/www/py-widgetsnbextension/Makefile:1.3 Fri May 5 11:14:52 2023 +++ pkgsrc/www/py-widgetsnbextension/Makefile Tue May 9 17:05:16 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2023/05/05 11:14:52 adam Exp $ +# $NetBSD: Makefile,v 1.4 2023/05/09 17:05:16 wiz Exp $ DISTNAME= widgetsnbextension-4.0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= http://jupyter.org/ COMMENT= IPython HTML widgets for Jupyter LICENSE= modified-bsd +TOOL_DEPENDS+= ${PYPKGPREFIX}-jupyter_packaging-[0-9]*:../../devel/py-jupyter_packaging + USE_LANGUAGES= # none PYTHON_SELF_CONFLICT= yes --_----------=_1683651916202670--