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

Python PEP-0668 fallout #13476

Closed
wants to merge 25 commits into from
Closed

Python PEP-0668 fallout #13476

wants to merge 25 commits into from

Commits on Apr 25, 2024

  1. Python PEP-0668 fallout

    - brew's python follows PEP-0668 which no longer
      allows using 'pip' to install packages system-wide
    - add a venv to the macos CI, see if that works for us
    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a9545f7 View commit details
    Browse the repository at this point in the history
  2. let pip break the system packages

    - venv seems to mess PATH so much that autoconf is no
      longer found?
    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c5b1f40 View commit details
    Browse the repository at this point in the history
  3. another attempt

    - add gm4 to brew package installs
    - use venv again for python
    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9c61e16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67170e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    358eb06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7685bbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00d3634 View commit details
    Browse the repository at this point in the history
  8. more poking around

    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0092f38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bebb66 View commit details
    Browse the repository at this point in the history
  10. xcode select the developer dir

    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bc7422c View commit details
    Browse the repository at this point in the history
  11. as root, why not?

    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    36972e7 View commit details
    Browse the repository at this point in the history
  12. hmm, tricksy apple devs

    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4acf799 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    969d11a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    934296e View commit details
    Browse the repository at this point in the history
  15. try $BREW as path prefix

    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    25bb64b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    01251e5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    74a0a85 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d34f573 View commit details
    Browse the repository at this point in the history
  19. that was not accepted

    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    09bfd7b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fc596c4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dcdbc34 View commit details
    Browse the repository at this point in the history
  22. need more permissions

    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    271d00e View commit details
    Browse the repository at this point in the history
  23. use tmp file for redir

    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8ac844a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b318b77 View commit details
    Browse the repository at this point in the history
  25. remove stray file

    icing committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    93a3f0e View commit details
    Browse the repository at this point in the history