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

Use installer args file for pip options #53

Merged
merged 4 commits into from
Nov 19, 2024

Conversation

sarayourfriend
Copy link
Contributor

Related to beeware/briefcase#1270

Follow up to #52

Based on the discussion in this PR to address the linked issue in Briefcase: beeware/briefcase#2059 (comment). This PR depends on changes in

A desire for a generic interface to define pip install arguments was expressed. Using Python to generate the pip install invocation and executing it with execv ensures that the method for reading the pip-options.txt file as a newline delimited list of command arguments is shell agnostic (e.g., does not rely on bash being the shell in order to use its arrays).

Not entirely sure if this is what y'all had in mind @freakboy3742 and @mhsmith but let me know your thoughts.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

{{ cookiecutter.format }}/pip_install.py Outdated Show resolved Hide resolved
{{ cookiecutter.format }}/pip_install.py Outdated Show resolved Hide resolved
Copy link
Member

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@freakboy3742 freakboy3742 merged commit afafeab into beeware:main Nov 19, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants