pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-matplotlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 13 12:04:19 UTC 2024

Modified Files:
        pkgsrc/graphics/py-matplotlib: Makefile

Log Message:
py-matplotlib: update test status


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/graphics/py-matplotlib/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-matplotlib/Makefile
diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.99 pkgsrc/graphics/py-matplotlib/Makefile:1.100
--- pkgsrc/graphics/py-matplotlib/Makefile:1.99 Tue Aug 13 07:12:39 2024
+++ pkgsrc/graphics/py-matplotlib/Makefile      Tue Aug 13 12:04:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2024/08/13 07:12:39 adam Exp $
+# $NetBSD: Makefile,v 1.100 2024/08/13 12:04:19 wiz Exp $
 
 DISTNAME=      matplotlib-3.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -47,11 +47,10 @@ PYTHON_FOR_BUILD_ONLY=      no
 DEPENDS+=      ${PYPKGPREFIX}-importlib-resources>=3.2.0:../../devel/py-importlib-resources
 .endif
 
-# depends on do-install
-# as of 3.9.1.post1:
-# 929 failed, 6801 passed, 1785 skipped, 33 xfailed
+# as of 3.9.2
+# 929 failed, 6804 passed, 1786 skipped, 33 xfailed
 # possible additional test dependencies to pass more tests include
-# pikepdf, tex, qt, ghostscript, ...
+# pandas, py-qt*, pikepdf, tex, qt, ghostscript, ...
 # py-test command line comes from https://github.com/matplotlib/matplotlib/issues/28260
 
 do-test:



Home | Main Index | Thread Index | Old Index