pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-jupyter_core



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 22 10:25:01 UTC 2022

Modified Files:
        pkgsrc/devel/py-jupyter_core: Makefile

Log Message:
py-jupyter_core: needs hatchling to install


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-jupyter_core/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-jupyter_core/Makefile
diff -u pkgsrc/devel/py-jupyter_core/Makefile:1.20 pkgsrc/devel/py-jupyter_core/Makefile:1.21
--- pkgsrc/devel/py-jupyter_core/Makefile:1.20  Tue Nov 22 10:18:06 2022
+++ pkgsrc/devel/py-jupyter_core/Makefile       Tue Nov 22 10:25:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2022/11/22 10:18:06 adam Exp $
+# $NetBSD: Makefile,v 1.21 2022/11/22 10:25:01 adam Exp $
 
 DISTNAME=      jupyter_core-5.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://jupyter.org/
 COMMENT=       Jupyter core package
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.4:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-platformdirs-[0-9]*:../../misc/py-platformdirs
 DEPENDS+=      ${PYPKGPREFIX}-traitlets-[0-9]*:../../devel/py-traitlets
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test



Home | Main Index | Thread Index | Old Index