-
-
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-rich: add Python 3.13 subport #26980
Conversation
Notifying maintainers: |
Waiting for #26983 to get merged before re-running this one. |
as I said yesterday as well: please submit ports that depend on each other in the same PR (but with different commits). This is just "polluting" the PR queue without any chance of succeeding on the CI. |
@reneeotten I'll remember to use that approach next time. I guess I haven't too many updates that require deep dependency tree updates before. (I'm trying to update |
You will need to rebase your PR branch with “master” after the merge and push to the PR to pick up the changes. |
* Added check for macos 15 deployment target and set target to 14
- install `ya` binary Fixes: https://trac.macports.org/ticket/71502 See: mikavilpas/yazi.nvim#602 (reply in thread)
* dcm2niix: 20241208; default to +docs * dcm2nixx: Fix build
The domain name is now owned by someone else.
Go back to official tarball now that issues are fixed
Lua uses `localtime_r` and `gmtime_r`, which require legacy-support on Tiger.
$ pan pan(68123,0xa0040820) malloc: *** error for object 0x1f04828: Non-aligned pointer being freed *** set a breakpoint in malloc_error_break to debug
I made a bit of a mess of this PR. I will handle the change via #27021 instead. |
Description
Add Python 3.13 subport.
Tested on
macOS 15.1.1 24B91 arm64
Xcode 16.1 16B40
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?