Subject: CVS commit: pkgsrc/math/py-pandas
From: Havard Eidnes
Date: 2023-01-28 18:58:05
Message id: 20230128175805.39D44FA90@cvs.NetBSD.org

Log Message:
math/py-pandas: fix aggregations.pyx so that this builds on NetBSD.

On NetBSD, signbit and sqrt cannot be imported from "libc", because
even though <math.h> is included, Python.h later includes
<cmath> which in turn #undef's all the relevant definitions
from <math.h>, forcing the use of the std:: variants of those
functions.  So ... re-do how we import signbit() and sqrt().

Files:
RevisionActionfile
1.31modifypkgsrc/math/py-pandas/distinfo
1.1addpkgsrc/math/py-pandas/patches/patch-pandas___libs_window_aggregations.pyx