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:   jperkin
Date:           Thu Nov 30 10:12:25 UTC 2023

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

Log Message:
py-matplotlib: Enforce PYTHON_FOR_BUILD_ONLY=no.

Required as py-pybind11's bl3 comes first, and it defaults to ?=yes.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 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.90 pkgsrc/graphics/py-matplotlib/Makefile:1.91
--- pkgsrc/graphics/py-matplotlib/Makefile:1.90 Sun Nov 19 15:56:25 2023
+++ pkgsrc/graphics/py-matplotlib/Makefile      Thu Nov 30 10:12:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2023/11/19 15:56:25 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2023/11/30 10:12:25 jperkin Exp $
 
 DISTNAME=      matplotlib-3.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -29,6 +29,11 @@ USE_TOOLS+=  pkg-config
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
+# py-pybind11's bl3 defaults to PYTHON_FOR_BUILD_ONLY?=yes as it is primarily
+# used by packages that only have a build dependency on it.  Therefore we need
+# to ensure that we set it to "no" first to get accurate dependencies.
+PYTHON_FOR_BUILD_ONLY= no
+
 .include "../../devel/py-pybind11/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index