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:           Mon Oct 14 08:13:15 UTC 2024

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

Log Message:
py-nbclassic: mark as not for Python 3.13

Add upstream bug report URL


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

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.4 pkgsrc/www/py-nbclassic/Makefile:1.5
--- pkgsrc/www/py-nbclassic/Makefile:1.4        Mon Oct 14 06:46:07 2024
+++ pkgsrc/www/py-nbclassic/Makefile    Mon Oct 14 08:13:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/10/14 06:46:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/10/14 08:13:15 wiz Exp $
 
 DISTNAME=      nbclassic-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,8 @@ USE_LANGUAGES=        # none
 
 PYTHON_SELF_CONFLICT=  yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  39
+# https://github.com/jupyter/nbclassic/issues/308
+PYTHON_VERSIONS_INCOMPATIBLE=  39 313
 
 post-install:
 .for bin in jupyter-nbclassic jupyter-nbclassic-bundlerextension \



Home | Main Index | Thread Index | Old Index