pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-jupyterlab-server



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug 27 02:26:47 UTC 2023

Modified Files:
        pkgsrc/www/py-jupyterlab-server: Makefile

Log Message:
py-jupyterlab-server: not for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-jupyterlab-server/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-jupyterlab-server/Makefile
diff -u pkgsrc/www/py-jupyterlab-server/Makefile:1.1 pkgsrc/www/py-jupyterlab-server/Makefile:1.2
--- pkgsrc/www/py-jupyterlab-server/Makefile:1.1        Sat Aug 26 11:54:46 2023
+++ pkgsrc/www/py-jupyterlab-server/Makefile    Sun Aug 27 02:26:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/08/26 11:54:46 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/08/27 02:26:47 adam Exp $
 
 DISTNAME=      jupyterlab_server-2.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -28,7 +28,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-timeo
 
 USE_LANGUAGES=         # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 310



Home | Main Index | Thread Index | Old Index