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 'python3' to access Python #608

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Conversation

sebrowne
Copy link
Contributor

@sebrowne sebrowne commented Jun 6, 2024

As per https://peps.python.org/pep-0394, it is best practice to not use python in shebangs. Use the explicit python3 entry point instead.

Closes #607

I did not test this manually, I was planning on seeing how it works within the automated tests.

This is technically a break in backwards compatibility, but may not be experienced given how long Python 2 has been out of support.

Copy link
Member

@bartlettroscoe bartlettroscoe left a comment

Choose a reason for hiding this comment

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

There were a couple of replacements of python3 with python33. We should fix those before merging?

P.S. Clearly string-replace.py and token-replace.py don't have automated tests in TriBITS or the full TriBITS test suite would not have passed using the GHA builds. But those are tiny little utilities that are easy to check the results after they run, so those might just meet the criteria for not needing tests as per When NOT to Write Automated Tests?.

@@ -1,4 +1,4 @@
#!/bin/env python3
#!/bin/env python33
Copy link
Member

Choose a reason for hiding this comment

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

This should be 'python3', no?

@@ -1,4 +1,4 @@
#!/bin/env python3
#!/bin/env python33
Copy link
Member

Choose a reason for hiding this comment

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

Again, this should be python3.

As per https://peps.python.org/pep-0394, it is best practice to not use
'python' in shebangs. Use the explicit `python3` entry point instead.

Signed-off-by: Samuel E. Browne <[email protected]>
Copy link
Member

@bartlettroscoe bartlettroscoe left a comment

Choose a reason for hiding this comment

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

I rebased the commits and remove the changes to the refactoring/ scripts that changed python3 to python33.

This goes well with the recent PRs:

and think think this resolves #610.

Thanks @sebrowne!

@bartlettroscoe bartlettroscoe merged commit 28a3635 into TriBITSPub:master Oct 10, 2024
6 checks passed
bartlettroscoe added a commit to trilinos/Trilinos that referenced this pull request Oct 10, 2024
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git'
Git describe: tribits_start-3502-g28a36351

At commit:

commit 3dca096437acbb7a16b88bee7d9569bccd8e6317
Author:  Samuel E. Browne <[email protected]>
Date:    Thu Jun 6 15:26:15 2024 -0600
Summary: Add Python3 requirement to user guide (#610)

Mostly, this was done to brings in the changes for transitioning to
find_package(Python3) (see TriBITSPub/TriBITS#610).

But the full set of TriBITS PRs merged in were:

* TriBITSPub/TriBITS#608 sebrowne/python3
* TriBITSPub/TriBITS#617 TriBITSPub/610-python3-2
* TriBITSPub/TriBITS#616 bartlettroscoe/610-python3
* TriBITSPub/TriBITS#615 bartlettroscoe/enable-disable-doc-update-2024-08-29
* TriBITSPub/TriBITS#611 bartlettroscoe/tril-13133-TriBITS-Update-License-and-Copyright-2
* TriBITSPub/TriBITS#614 bartlettroscoe/tribits-updates-2024-08-01
* TriBITSPub/TriBITS#613 TriBITSPub/612-improve-tribits-version-error
* TriBITSPub/TriBITS#609 bartlettroscoe/tril-13133-TriBITS-Update-License-and-Copyright
bartlettroscoe added a commit to bartlettroscoe/Trilinos that referenced this pull request Oct 11, 2024
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git'
Git describe: tribits_start-3502-g28a36351

At commit:

commit 3dca096437acbb7a16b88bee7d9569bccd8e6317
Author:  Samuel E. Browne <[email protected]>
Date:    Thu Jun 6 15:26:15 2024 -0600
Summary: Add Python3 requirement to user guide (trilinos#610)

Mostly, this was done to brings in the changes for transitioning to
find_package(Python3) (see TriBITSPub/TriBITS#610).

But the full set of TriBITS PRs merged in were:

* TriBITSPub/TriBITS#608 sebrowne/python3
* TriBITSPub/TriBITS#617 TriBITSPub/610-python3-2
* TriBITSPub/TriBITS#616 bartlettroscoe/610-python3
* TriBITSPub/TriBITS#615 bartlettroscoe/enable-disable-doc-update-2024-08-29
* TriBITSPub/TriBITS#611 bartlettroscoe/tril-13133-TriBITS-Update-License-and-Copyright-2
* TriBITSPub/TriBITS#614 bartlettroscoe/tribits-updates-2024-08-01
* TriBITSPub/TriBITS#613 TriBITSPub/612-improve-tribits-version-error
* TriBITSPub/TriBITS#609 bartlettroscoe/tril-13133-TriBITS-Update-License-and-Copyright

Signed-off-by: Roscoe A. Bartlett <[email protected]>
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.

TriBITS Python scripts do not work on some modern Linux distributions
2 participants