asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
656 stars 56 forks source link

feat: support patching during install #82

Closed paulswartz closed 3 years ago

paulswartz commented 3 years ago

python-build supports a -p option to patch Python before installing. In particular, I use this to apply a patch for OS X Big Sur before installing older versions of Python.

I'm not super-wedded to this particular implementation: opening this PR for more discussion.

SuperBo commented 3 years ago

I need this option to install Python 3.8 on Mac machine with Apple M1. Please merge this soon @danhper

danhper commented 3 years ago

Thanks a lot for the PR and sorry for the delay!