pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Aug  9 00:00:56 UTC 2020

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

Log Message:
No longer supports Python 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-ipython/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-ipython/Makefile
diff -u pkgsrc/devel/py-ipython/Makefile:1.52 pkgsrc/devel/py-ipython/Makefile:1.53
--- pkgsrc/devel/py-ipython/Makefile:1.52       Mon Aug  3 09:15:00 2020
+++ pkgsrc/devel/py-ipython/Makefile    Sun Aug  9 00:00:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2020/08/03 09:15:00 adam Exp $
+# $NetBSD: Makefile,v 1.53 2020/08/09 00:00:56 joerg Exp $
 
 DISTNAME=      ipython-7.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -27,7 +27,7 @@ DEPENDS+=     ${PYPKGPREFIX}-appnope-[0-9]*:
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 
 post-install:
        cd ${DESTDIR}${PREFIX} && \



Home | Main Index | Thread Index | Old Index