Skip to content
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

Closed
wants to merge 91 commits into from
Closed

Conversation

breun
Copy link
Member

@breun breun commented Dec 8, 2024

Description

Add Python 3.13 subport.

Tested on

macOS 15.1.1 24B91 arm64
Xcode 16.1 16B40

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

@macportsbot
Copy link

Notifying maintainers:
@harens for port py-rich.

@macportsbot macportsbot added maintainer: open Affects an openmaintainer port by: member Created by a member with commit rights labels Dec 8, 2024
@breun
Copy link
Member Author

breun commented Dec 8, 2024

Waiting for #26983 to get merged before re-running this one.

@reneeotten
Copy link
Contributor

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.

@breun
Copy link
Member Author

breun commented Dec 10, 2024

@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 osxphotos to the latest version with Python 3.13, which required a bunch of port updates and new ports.) I am surprised that CI is still failing with an error about a dependency not existing 2 days after that dependency was merged. Do you know how long it typically takes for a new port to become available for subsequent PR CI builds?

@reneeotten
Copy link
Contributor

Do you know how long it typically takes for a new port to become available for subsequent PR CI builds?

You will need to rebase your PR branch with “master” after the merge and push to the PR to pick up the changes.

herbygillot and others added 27 commits December 10, 2024 12:35
* 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
@breun
Copy link
Member Author

breun commented Dec 10, 2024

I made a bit of a mess of this PR. I will handle the change via #27021 instead.

@breun breun closed this Dec 10, 2024
@breun breun deleted the py313-rich branch December 10, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
by: member Created by a member with commit rights maintainer: open Affects an openmaintainer port
Development

Successfully merging this pull request may close these issues.