Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D782384D2F for ; Wed, 6 Sep 2023 13:51:20 +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 mzcmsfKeaDCs for ; Wed, 6 Sep 2023 13:51:20 +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 3410884CDC for ; Wed, 6 Sep 2023 13:51:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D9C3FBDB; Wed, 6 Sep 2023 13:51:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694008280109400" MIME-Version: 1.0 Date: Wed, 6 Sep 2023 13:51:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-jupyterlab To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230906135120.2D9C3FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694008280109400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 6 13:51:20 UTC 2023 Modified Files: pkgsrc/www/py-jupyterlab: Makefile Log Message: py-jupyterlab: needs py-hatch-jupyter-builder; thanks @wiz To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-jupyterlab/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694008280109400 Content-Disposition: inline Content-Length: 925 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-jupyterlab/Makefile diff -u pkgsrc/www/py-jupyterlab/Makefile:1.2 pkgsrc/www/py-jupyterlab/Makefile:1.3 --- pkgsrc/www/py-jupyterlab/Makefile:1.2 Fri Sep 1 05:18:31 2023 +++ pkgsrc/www/py-jupyterlab/Makefile Wed Sep 6 13:51:20 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2023/09/01 05:18:31 adam Exp $ +# $NetBSD: Makefile,v 1.3 2023/09/06 13:51:20 adam Exp $ DISTNAME= jupyterlab-4.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,7 @@ COMMENT= Next-generation user interface LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling +TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0.3.2:../../devel/py-hatch-jupyter-builder DEPENDS+= ${PYPKGPREFIX}-async-lru>=1.0.0:../../devel/py-async-lru DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0.3:../../textproc/py-jinja2 --_----------=_1694008280109400--