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 12:40:34 UTC 2022

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

Log Message:
py-ipython: not for Python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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.73 pkgsrc/devel/py-ipython/Makefile:1.74
--- pkgsrc/devel/py-ipython/Makefile:1.73       Mon Jan 24 18:37:58 2022
+++ pkgsrc/devel/py-ipython/Makefile    Fri Feb  4 12:40:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2022/01/24 18:37:58 adam Exp $
+# $NetBSD: Makefile,v 1.74 2022/02/04 12:40: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
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index