Subject: CVS commit: pkgsrc/math/py-tables
From: Jason Bacon
Date: 2024-12-02 14:49:09
Message id: 20241202134909.3C60EFC1C@cvs.NetBSD.org

Log Message:
math/py-tables: Hack to fix PLIST issue on macOS

setup.py fails to set the runtime dir properly, leading to
the mistaken impression that blosc libraries were not found,
even though it correctly identified headers and libs.
Added a heavily documented temporary patch to override this
error.  Upstream is aware of the issue, but I suspect may
take a while to get a handle on it.
https://github.com/PyTables/PyTables/issues/1219

Files:
RevisionActionfile
1.10modifypkgsrc/math/py-tables/distinfo
1.1addpkgsrc/math/py-tables/patches/patch-setup.py