pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nbclassic



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 25 10:55:17 UTC 2025

Modified Files:
        pkgsrc/www/py-nbclassic: Makefile PLIST

Log Message:
py-nbclassic: adapt for setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-nbclassic/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-nbclassic/PLIST

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

Modified files:

Index: pkgsrc/www/py-nbclassic/Makefile
diff -u pkgsrc/www/py-nbclassic/Makefile:1.7 pkgsrc/www/py-nbclassic/Makefile:1.8
--- pkgsrc/www/py-nbclassic/Makefile:1.7        Mon Mar 17 13:38:39 2025
+++ pkgsrc/www/py-nbclassic/Makefile    Fri Apr 25 10:55:17 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2025/03/17 13:38:39 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/25 10:55:17 wiz Exp $
 
 DISTNAME=      nbclassic-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nbclassic/}
 
@@ -10,6 +11,7 @@ HOMEPAGE=     https://github.com/jupyter/nbc
 COMMENT=       Jupyter Notebook as a Jupyter Server extension
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-babel-[0-9]*:../../devel/py-babel
 TOOL_DEPENDS+= ${PYPKGPREFIX}-jupyter_packaging>=0.9:../../devel/py-jupyter_packaging
 TOOL_DEPENDS+= ${PYPKGPREFIX}-jupyter_server>=1.17.0:../../www/py-jupyter_server

Index: pkgsrc/www/py-nbclassic/PLIST
diff -u pkgsrc/www/py-nbclassic/PLIST:1.3 pkgsrc/www/py-nbclassic/PLIST:1.4
--- pkgsrc/www/py-nbclassic/PLIST:1.3   Fri Feb  7 15:19:57 2025
+++ pkgsrc/www/py-nbclassic/PLIST       Fri Apr 25 10:55:17 2025
@@ -1,14 +1,14 @@
-@comment $NetBSD: PLIST,v 1.3 2025/02/07 15:19:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/04/25 10:55:17 wiz Exp $
 bin/jupyter-nbclassic-${PYVERSSUFFIX}
 bin/jupyter-nbclassic-bundlerextension-${PYVERSSUFFIX}
 bin/jupyter-nbclassic-extension-${PYVERSSUFFIX}
 bin/jupyter-nbclassic-serverextension-${PYVERSSUFFIX}
 etc/jupyter/jupyter_server_config.d/nbclassic.json
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/nbclassic/__init__.py
 ${PYSITELIB}/nbclassic/__init__.pyc



Home | Main Index | Thread Index | Old Index