pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipykernel



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  4 17:50:47 UTC 2023

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

Log Message:
py-ipykernel: not for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/py-ipykernel/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-ipykernel/Makefile
diff -u pkgsrc/devel/py-ipykernel/Makefile:1.47 pkgsrc/devel/py-ipykernel/Makefile:1.48
--- pkgsrc/devel/py-ipykernel/Makefile:1.47     Tue Apr 25 11:29:23 2023
+++ pkgsrc/devel/py-ipykernel/Makefile  Thu May  4 17:50:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2023/04/25 11:29:23 adam Exp $
+# $NetBSD: Makefile,v 1.48 2023/05/04 17:50:47 adam Exp $
 
 DISTNAME=      ipykernel-6.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -38,7 +38,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_SELF_CONFLICT=  yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index