pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-ipywidgets



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  4 13:49:26 UTC 2022

Modified Files:
        pkgsrc/www/py-ipywidgets: Makefile

Log Message:
py-ipywidgets: not for Python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-ipywidgets/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-ipywidgets/Makefile
diff -u pkgsrc/www/py-ipywidgets/Makefile:1.8 pkgsrc/www/py-ipywidgets/Makefile:1.9
--- pkgsrc/www/py-ipywidgets/Makefile:1.8       Mon Jan 31 18:19:36 2022
+++ pkgsrc/www/py-ipywidgets/Makefile   Fri Feb  4 13:49:26 2022
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 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