pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-ipywidgets py-ipywidgets: not for Python 3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3969cd0f7a4c
branches:  trunk
changeset: 373010:3969cd0f7a4c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Feb 04 13:49:26 2022 +0000

description:
py-ipywidgets: not for Python 3.7

diffstat:

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

diffs (18 lines):

diff -r 2e15573cc4fa -r 3969cd0f7a4c www/py-ipywidgets/Makefile
--- a/www/py-ipywidgets/Makefile        Fri Feb 04 13:47:29 2022 +0000
+++ b/www/py-ipywidgets/Makefile        Fri Feb 04 13:49:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/31 18:19:36 adam Exp $
+# $NetBSD: Makefile,v 1.9 2022/02/04 13:49:26 adam Exp $
 
 DISTNAME=      ipywidgets-7.6.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index