Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipython No longer supports Python 3.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ed007befe54
branches:  trunk
changeset: 436760:6ed007befe54
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 09 00:00:56 2020 +0000

description:
No longer supports Python 3.6

diffstat:

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

diffs (18 lines):

diff -r fc34d1d73bad -r 6ed007befe54 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Sat Aug 08 23:48:33 2020 +0000
+++ b/devel/py-ipython/Makefile Sun Aug 09 00:00:56 2020 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 
 post-install:
        cd ${DESTDIR}${PREFIX} && \



Home | Main Index | Thread Index | Old Index