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: wiz
Date: Mon Apr 20 09:22:35 UTC 2026
Modified Files:
pkgsrc/math/py-pandas: distinfo
Added Files:
pkgsrc/math/py-pandas/patches: patch-pandas___libs_meson.build
patch-pandas___libs_tslibs_meson.build
Log Message:
py-pandas: fix build with meson 1.11
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/math/py-pandas/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/math/py-pandas/patches/patch-pandas___libs_meson.build \
pkgsrc/math/py-pandas/patches/patch-pandas___libs_tslibs_meson.build
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/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.46 pkgsrc/math/py-pandas/distinfo:1.47
--- pkgsrc/math/py-pandas/distinfo:1.46 Fri Oct 31 00:22:22 2025
+++ pkgsrc/math/py-pandas/distinfo Mon Apr 20 09:22:35 2026
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.46 2025/10/31 00:22:22 ryoon Exp $
+$NetBSD: distinfo,v 1.47 2026/04/20 09:22:35 wiz Exp $
BLAKE2s (pandas-2.3.3.tar.gz) = 654c217f56b4063e50bc074443d809e775b1ad2b89f0c41bfdce37d19082baf6
SHA512 (pandas-2.3.3.tar.gz) = 4179acb9fd9d1c5d543bb19b22483b4c2b17a36d5b10270a02ff4d8370b43c16a93673bf5509a5b1d1c960c0fde9238bbbf5b309c6745d2abf3d934535f3fd85
Size (pandas-2.3.3.tar.gz) = 4495223 bytes
SHA1 (patch-meson.build) = f802806a1ec2de5f466eb29c3037c54cbf9971b1
+SHA1 (patch-pandas___libs_meson.build) = b481344a5d5fbf27ba3198b3eb278314ad56e7da
SHA1 (patch-pandas___libs_src_parser_tokenizer.c) = b87f3e77aae3069ce1878d0bb5a06579c3e7ea55
+SHA1 (patch-pandas___libs_tslibs_meson.build) = 57f9288c7dbd8fa02e4fe27aee93f71318271ac7
SHA1 (patch-pandas___libs_window_aggregations.pyx) = 65e3ec2b165de00b23550a989c5eb77c81c759f3
Added files:
Index: pkgsrc/math/py-pandas/patches/patch-pandas___libs_meson.build
diff -u /dev/null pkgsrc/math/py-pandas/patches/patch-pandas___libs_meson.build:1.1
--- /dev/null Mon Apr 20 09:22:35 2026
+++ pkgsrc/math/py-pandas/patches/patch-pandas___libs_meson.build Mon Apr 20 09:22:35 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-pandas___libs_meson.build,v 1.1 2026/04/20 09:22:35 wiz Exp $
+
+https://github.com/pandas-dev/pandas/commit/0e978b68ba68e0f3b1f8b9f6b5a38072948638f0
+
+--- pandas/_libs/meson.build.orig 2025-09-29 22:12:09.000000000 +0000
++++ pandas/_libs/meson.build
+@@ -116,7 +116,7 @@ foreach ext_name, ext_dict : libs_sources
+ ext_dict.get('sources'),
+ cython_args: cython_args,
+ include_directories: [inc_np, inc_pd],
+- dependencies: ext_dict.get('deps', ''),
++ dependencies: ext_dict.get('deps', []),
+ subdir: 'pandas/_libs',
+ install: true
+ )
Index: pkgsrc/math/py-pandas/patches/patch-pandas___libs_tslibs_meson.build
diff -u /dev/null pkgsrc/math/py-pandas/patches/patch-pandas___libs_tslibs_meson.build:1.1
--- /dev/null Mon Apr 20 09:22:35 2026
+++ pkgsrc/math/py-pandas/patches/patch-pandas___libs_tslibs_meson.build Mon Apr 20 09:22:35 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-pandas___libs_tslibs_meson.build,v 1.1 2026/04/20 09:22:35 wiz Exp $
+
+https://github.com/pandas-dev/pandas/commit/0e978b68ba68e0f3b1f8b9f6b5a38072948638f0
+
+--- pandas/_libs/tslibs/meson.build.orig 2025-09-29 22:12:09.000000000 +0000
++++ pandas/_libs/tslibs/meson.build
+@@ -34,7 +34,7 @@ foreach ext_name, ext_dict : tslibs_sources
+ ext_dict.get('sources'),
+ cython_args: cython_args,
+ include_directories: [inc_np, inc_pd],
+- dependencies: ext_dict.get('deps', ''),
++ dependencies: ext_dict.get('deps', []),
+ subdir: 'pandas/_libs/tslibs',
+ install: true
+ )
Home |
Main Index |
Thread Index |
Old Index