[Bug 282561] math/py-pandas: Build for non-default python version fails

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Nov 2024 08:12:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282561

--- Comment #1 from Michael Glaus <michael.glaus@hostpoint.ch> ---
Created attachment 254966
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=254966&action=edit
Fix build for non default versions

When building py-pandas for a non-default python version, the build fails
because the dependency for meson is not correctly resolved. Also py-pandas
expects a non versioned cython binary, which does not exists for non-default
builds.

The attached patch fixes these two issues when built with a non-default python
version

-- 
You are receiving this mail because:
You are the assignee for the bug.