pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-pandas



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Oct 15 00:05:44 UTC 2023

Modified Files:
        pkgsrc/math/py-pandas: Makefile

Log Message:
py-pandas: fix minimum meson dependency pattern

We need to force a minimum with the most recent Python multi-version
patching.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/math/py-pandas/Makefile

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

Modified files:

Index: pkgsrc/math/py-pandas/Makefile
diff -u pkgsrc/math/py-pandas/Makefile:1.50 pkgsrc/math/py-pandas/Makefile:1.51
--- pkgsrc/math/py-pandas/Makefile:1.50 Thu Oct  5 04:46:05 2023
+++ pkgsrc/math/py-pandas/Makefile      Sun Oct 15 00:05:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2023/10/05 04:46:05 gutteridge Exp $
+# $NetBSD: Makefile,v 1.51 2023/10/15 00:05:44 gutteridge Exp $
 
 DISTNAME=      pandas-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,9 @@ COMMENT=      Python Data Analysis Library
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.33:../../devel/py-cython
-TOOL_DEPENDS+= meson>=1.2.1:../../devel/meson  # Directly expresses meson minimum
+# Package directly expresses a meson minimum; we need higher to pick up our
+# multi-version build fixes.
+TOOL_DEPENDS+= meson>=1.2.2nb1:../../devel/meson
 TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python>=0.13.1:../../devel/py-meson_python
 TOOL_DEPENDS+= ${PYPKGPREFIX}-versioneer-[0-9]*:../../devel/py-versioneer
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.8.2:../../time/py-dateutil



Home | Main Index | Thread Index | Old Index