summaryrefslogtreecommitdiff
path: root/lib/spack/spack/repo.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-05Add command and package suggestions (#40895)Michael Kuhn1-1/+13
2023-09-29Test package detection in a systematic way (#18175)Massimiliano Culpo1-12/+39
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo1-1/+2
2023-08-23do not warn for invalid package name on repo.yaml if subdirectory: '' (#39439)Greg Becker1-1/+1
2023-08-15spack.caches: uppercase global variables (#39428)Massimiliano Culpo1-2/+2
2023-08-15spack.config: use all caps for globals (#39424)Harmen Stoppels1-4/+4
2023-08-11Revert "package import: remove magic import line (#39183)" (#39380)Todd Gamblin1-8/+38
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-11/+11
2023-08-09package import: remove magic import line (#39183)Harmen Stoppels1-38/+8
2023-08-03repo cache: use -inf default instead of 0 (#39214)Harmen Stoppels1-23/+19
2023-07-21Remove spack.repo.IndexError (#39029)Massimiliano Culpo1-4/+0
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-7/+5
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-6/+6
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-1/+1
2023-05-22deleted package.py better error message (#37814)simonleary-umass-edu1-1/+1
2023-05-11Improve the message for errors in package recipes (#37589)Massimiliano Culpo1-0/+3
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-7/+14
2023-05-04Allow choosing the name of the packages subdirectory in repositories (#36643)Greg Becker1-10/+13
2023-05-04Update vendored ruamel.yaml to v0.17.21 (#37008)Massimiliano Culpo1-3/+2
2023-03-31typehint a few globals (#36544)Harmen Stoppels1-1/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-1/+0
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-29docs: avoid errors by using type hints instead of doc types (#34707)Todd Gamblin1-1/+4
2022-12-28Consolidate how Spack uses `git` (#34700)Todd Gamblin1-16/+5
2022-12-09new command: `spack pkg grep` to search package files (#34388)Todd Gamblin1-0/+16
2022-12-05vermin: remove all novm comments from code (#34308)Todd Gamblin1-4/+4
2022-12-04typing: move from comment annotations to Python 3.6 annotations (#34305)Todd Gamblin1-3/+3
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-4/+2
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-145/+19
2022-11-05packages.yaml: set url/git (#33275)Peter Scheibel1-0/+35
2022-10-11Refactor a few classes related to package repositories (#32273)Massimiliano Culpo1-61/+148
2022-10-05Optimize concurrent misc_cache provider index rebuild (#32874)Jordan Galby1-2/+10
2022-08-10core: add a helpful long message for UnknownPackageError (#31996)Seth R. Johnson1-0/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin1-155/+163
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-22/+10
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-12/+6
2022-05-10bugfix: `spack pkg list` should be more picky about what's a package (#30577)Todd Gamblin1-3/+11
2022-04-07Use the non-deprecated `MetaPathFinder` interface (#29745)Massimiliano Culpo1-230/+268
2022-03-30spack ci: filter untouched pkgs from PR pipelines (#29697)Scott Wittenburg1-0/+113
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-1/+2
2022-03-17"spack commands --update-completion"John Parent1-14/+10
2022-03-17Path handling (#28402)John W. Parent1-9/+16
2022-03-04Fix importing Spack packages as Python modules (#29221)Massimiliano Culpo1-1/+7
2022-01-21introduce `llnl.util.compat` to remove sys.version_info checks (#21720)Danny McClanahan1-7/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-01feature: add "spack tags" command (#26136)Tamara Dahlgren1-53/+14
2021-11-01Fix caching of spack.repo.all_package_names() (#26991)Massimiliano Culpo1-9/+10
2021-10-12spack: Add package (#25979)Harmen Stoppels1-1/+1
2021-08-03bugfix: ensure all bootstrap context managers are exception-safeTodd Gamblin1-6/+11