pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter_client



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 29 09:23:30 UTC 2021

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

Log Message:
typo, pointed out by adam


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-jupyter_client/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_client/Makefile
diff -u pkgsrc/devel/py-jupyter_client/Makefile:1.19 pkgsrc/devel/py-jupyter_client/Makefile:1.20
--- pkgsrc/devel/py-jupyter_client/Makefile:1.19        Tue Jun 29 08:34:18 2021
+++ pkgsrc/devel/py-jupyter_client/Makefile     Tue Jun 29 09:23:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2021/06/29 08:34:18 nia Exp $
+# $NetBSD: Makefile,v 1.20 2021/06/29 09:23:30 nia Exp $
 
 DISTNAME=      jupyter_client-6.1.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,7 +25,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-timeo
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index