-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py-pythran: add py312 subport #21909
Conversation
Notifying maintainers: |
@erikbs This won’t break building of |
@barracuda156 It should not. They have simply added try-except blocks that first try to import from distutils, then setuptools if distutils failed. |
@reneeotten Sorry, my intention has not been to put extra work on you. I do not want to disturb if you get the py312 subports done more efficiently alone. Regarding PR #21553 it was a draft and I did leave the testing checkboxes unchecked. If I will admit that in this case I failed to reflect enough on the fact that the output of |
waiting for the new release before updating the port (see: serge-sans-paille/pythran#2149 and serge-sans-paille/pythran#2167) |
Apparently the py312 subport was added last week (but without the patch that makes it work), so I close this one. See #22080 for the 0.15.0 update. |
Description
Backporting #258ab9a from master (I skipped the test files, since they are not run by MacPorts). MacPorts will install the py312 subport successfully without this patch, but one quickly runs into runtime exceptions. It should be removed the next time the port version is updated.
Type(s)
Tested on
macOS 10.9.5 13F1911 x86_64
Xcode 6.2 6C131e
Verification
Have you
port lint --nitpick
?sudo port -vst install
?Testing the binaries: I tested the binary indirectly by successfully building SciPy with it.