summaryrefslogtreecommitdiff
path: root/bin/haspywin.py
AgeCommit message (Collapse)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
It was time to run `spack license update-copyright-year` again.
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
* license bump year * fix black issues of modified files * mypy * fix 2021 -> 2023
2023-01-09Update haspywinJohn Parent1-0/+1
Inform user Spack is installing pyWin32 module behind the scenes. This is neccesary for Windows support.
2022-07-31black: reformat entire repository with blackTodd Gamblin1-5/+3
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-1/+1
Many noqa's in the code are no longer necessary now that the column limit is 99 characters. Others can easily be eliminated, and still more can just be made more specific if they do not have to do with line length. The only E501's still in the code are in the tests for `spack.util.path` and the tests for `spack style`.
2022-03-17Relocate spack_cmd and scripts from installer to root bin (#24651)John W. Parent1-0/+20
Relocate spack_cmd and scripts from installer to root bin Refactor documentation, installer, and launcher to facilitate that change