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:   nia
Date:           Sun May 15 10:27:07 UTC 2022

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

Log Message:
py-matplotlib: incompatibility with matplotlib via numpy


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 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.72 pkgsrc/graphics/py-matplotlib/Makefile:1.73
--- pkgsrc/graphics/py-matplotlib/Makefile:1.72 Tue Jan  4 20:54:06 2022
+++ pkgsrc/graphics/py-matplotlib/Makefile      Sun May 15 10:27:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2022/01/04 20:54:06 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2022/05/15 10:27:07 nia Exp $
 
 DISTNAME=      matplotlib-3.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,7 +25,7 @@ USE_TOOLS+=   pkg-config
 
 PYSETUPTESTTARGET=     pytest
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-numpy
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index