-
-
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
python314-devel: add compatibility patches for macOS < 10.15 #26974
base: master
Are you sure you want to change the base?
python314-devel: add compatibility patches for macOS < 10.15 #26974
Conversation
Notifying maintainers: |
Have you reported these upstream? |
@jmroot no, also I don't see them wanting to support legacy versions of macOS. |
As usual, people are just unaware that both buildbots and users exist. |
The installers are still nominally built for 10.13+, so they should care about < 10.15 even if they don't care about < 10.9. Things often break in prereleases and I've found they will often accept PRs for regressions on older versions during the alpha period, provided they don't add complexity. These patches are of course not in a form that would be accepted currently. I'm really not keen on maintaining a patch set forever, so please make the effort with getting fixes in upstream. |
46fba9c
to
27ca4c1
Compare
Made patches unconditional and written as they would be sent to upstream repositories. |
@aeiouaeiouaeiouaeiouaeiouaeiou I have no control over what is merged here, but I will run the build on 10.6 from your PR today (adding a correct patch for |
27ca4c1
to
42d78ff
Compare
Description
Type(s)
Tested on
macOS 10.6.8 10K549 x86_64
Xcode 4.2 4C199
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?