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:   adam
Date:           Fri Feb  4 13:39:33 UTC 2022

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

Log Message:
py-ipython: actually do not support Python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 pkgsrc/devel/py-ipython/Makefile:1.75
--- pkgsrc/devel/py-ipython/Makefile:1.74       Fri Feb  4 12:40:33 2022
+++ pkgsrc/devel/py-ipython/Makefile    Fri Feb  4 13:39:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2022/02/04 12:40:33 adam Exp $
+# $NetBSD: Makefile,v 1.75 2022/02/04 13:39:33 adam Exp $
 
 DISTNAME=      ipython-8.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -30,7 +30,7 @@ DEPENDS+=     ${PYPKGPREFIX}-appnope-[0-9]*:
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index