Matthias Köppe
Matthias Köppe
Rebased on 10.4.beta6
Haven't tested yet because I can't build on macOS at the moment due to #38002.
@xuluze OK to rebase on the current beta version?
Thanks, I'll do that. Leaving the PR open, as a draft, until I have the new PR ready.
@striezel Thanks for looking into this. Your analysis is correct. > Luckily, passagemath is modularized (from what I understand), so unlike SageMath it does not need to be done all...
That's a bug. There should be no `__init__.py` file in this package directory, for neither of the packages. It is meant to be set up as implicit namespace packages (PEP...
It's fixed in https://github.com/passagemath/passagemath/releases/tag/passagemath-10.6.38, but deploying this release to PyPI is currently blocked by GH Actions bug https://github.com/actions/runner-images/issues/13341
Thanks a lot! I think I'll set up a workflow on GH Actions to test these downstream packages.
In https://github.com/passagemath/passagemath/actions/runs/19692334962/job/56410652561?pr=1832#step:4:217, I am running into a problem with the `sage-runtests` script (from passagemath-repl): ``` /usr/bin/bash: line 1: /ucrt64/bin/sage-runtests: cannot execute: required file not found ```
It seems to come from here: https://github.com/msys2/MINGW-packages/blob/d62144100f378f5f0926822d91f28432e8088c1b/mingw-w64-python-installer/001-launcher-relative.patch#L8 @lazka