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:   he
Date:           Sat Jan 28 19:47:55 UTC 2023

Modified Files:
        pkgsrc/math/py-pandas: Makefile distinfo
        pkgsrc/math/py-pandas/patches:
            patch-pandas___libs_window_aggregations.pyx

Log Message:
math/py-pandas: note upstream pull request, and remove .orig file.

The .orig file would otherwise be installed, cauisng a PLIST
mismatch.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/py-pandas/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/math/py-pandas/patches/patch-pandas___libs_window_aggregations.pyx

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.42 pkgsrc/math/py-pandas/Makefile:1.43
--- pkgsrc/math/py-pandas/Makefile:1.42 Wed Jan 25 14:05:16 2023
+++ pkgsrc/math/py-pandas/Makefile      Sat Jan 28 19:47:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2023/01/25 14:05:16 adam Exp $
+# $NetBSD: Makefile,v 1.43 2023/01/28 19:47:54 he Exp $
 
 DISTNAME=      pandas-1.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -27,6 +27,10 @@ PYTHON_VERSIONS_INCOMPATIBLE=        27 37 # py
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} pandas
 
+# This would otherwise be installed, causing PLIST mismatch
+post-patch:
+       cd ${WRKSRC} && rm -f pandas/_libs/window/aggregations.pyx.orig
+
 .include "../../lang/python/egg.mk"
 BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.23.2
 .include "../../math/py-numpy/buildlink3.mk"

Index: pkgsrc/math/py-pandas/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.31 pkgsrc/math/py-pandas/distinfo:1.32
--- pkgsrc/math/py-pandas/distinfo:1.31 Sat Jan 28 17:58:04 2023
+++ pkgsrc/math/py-pandas/distinfo      Sat Jan 28 19:47:54 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2023/01/28 17:58:04 he Exp $
+$NetBSD: distinfo,v 1.32 2023/01/28 19:47:54 he Exp $
 
 BLAKE2s (pandas-1.5.3.tar.gz) = 70796e4f607463d03134f834f57b29b6b482faf98e64c1da58c8f847618b0081
 SHA512 (pandas-1.5.3.tar.gz) = 3c725c33dcaf78b952d2eb966ced73ff0073162a01d3cbcb722d58d8f12a82163e6e684c27284c735bdfb32dea263b960f70f6a80ff93e6b316316d40835ae35
 Size (pandas-1.5.3.tar.gz) = 5203060 bytes
-SHA1 (patch-pandas___libs_window_aggregations.pyx) = baca41b0a320bb82197dd9c817cb08554fb358f7
+SHA1 (patch-pandas___libs_window_aggregations.pyx) = 674047b1d19d0d7ac7810863ad27e6747bbc14ca

Index: pkgsrc/math/py-pandas/patches/patch-pandas___libs_window_aggregations.pyx
diff -u pkgsrc/math/py-pandas/patches/patch-pandas___libs_window_aggregations.pyx:1.1 pkgsrc/math/py-pandas/patches/patch-pandas___libs_window_aggregations.pyx:1.2
--- pkgsrc/math/py-pandas/patches/patch-pandas___libs_window_aggregations.pyx:1.1       Sat Jan 28 17:58:05 2023
+++ pkgsrc/math/py-pandas/patches/patch-pandas___libs_window_aggregations.pyx   Sat Jan 28 19:47:55 2023
@@ -1,4 +1,4 @@
-$NetBSD: patch-pandas___libs_window_aggregations.pyx,v 1.1 2023/01/28 17:58:05 he Exp $
+$NetBSD: patch-pandas___libs_window_aggregations.pyx,v 1.2 2023/01/28 19:47:55 he Exp $
 
 On NetBSD, signbit and sqrt cannot be imported from "libc", because
 even though <math.h> is included, Python.h later includes
@@ -6,6 +6,9 @@ even though <math.h> is included, Python
 from <math.h>, forcing the use of the std:: variants of those
 functions.  So ... re-do how we import signbit() and sqrt().
 
+Submitted upstream:
+https://github.com/pandas-dev/pandas/pull/51049
+
 --- pandas/_libs/window/aggregations.pyx.orig   2023-01-19 03:22:10.000000000 +0000
 +++ pandas/_libs/window/aggregations.pyx
 @@ -1,11 +1,8 @@



Home | Main Index | Thread Index | Old Index