pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipython py-ipython: actually do not support P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3142100e6f8a
branches:  trunk
changeset: 373008:3142100e6f8a
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Feb 04 13:39:33 2022 +0000

description:
py-ipython: actually do not support Python 3.7

diffstat:

 devel/py-ipython/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ec2adb946f7d -r 3142100e6f8a devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Fri Feb 04 13:39:10 2022 +0000
+++ b/devel/py-ipython/Makefile Fri Feb 04 13:39:33 2022 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index