summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/create.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-2/+2
2023-11-28GoPackage: add new build system for Go packages (#41164)Alec Scott1-0/+10
2023-11-27CargoPackage: add new build system for Cargo packages (#41192)Alec Scott1-14/+24
2023-10-30docs: update `license()` docs with examples and links (#40598)Todd Gamblin1-0/+1
2023-10-18Add license directive (#39346)Aiden Grossman1-0/+3
2023-10-13spack checksum: improve interactive filtering (#40403)Harmen Stoppels1-5/+7
2023-09-15Group primitive url/path handling functions together (#40028)Massimiliano Culpo1-1/+1
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-2/+2
2023-07-31Add `spack checksum --verify`, fix `--add` (#38458)Alec Scott1-1/+4
2023-07-17Update new PythonPackage template to prefer --config-settings (#38918)Adam J. Stewart1-10/+5
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-3/+3
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-9/+9
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-06-15Enable build system guess tests on windows (#36971)markus-ferrell1-1/+1
2023-04-19make version(...) kwargs explicit (#36998)Harmen Stoppels1-1/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-11/+2
2023-01-27Add a `maintainers` directive (#35083)Massimiliano Culpo1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-2/+2
2022-12-17fix != -> == typo (#34568)Harmen Stoppels1-1/+1
2022-12-13Use file paths/urls correctly (#34452)Harmen Stoppels1-2/+3
2022-07-31black: ensure that `spack create` templates are black-compliantTodd Gamblin1-74/+71
2022-07-31black: reformat entire repository with blackTodd Gamblin1-171/+185
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-1/+1
2022-06-22spack create: fix for no URL (#31239)Adam J. Stewart1-1/+1
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-1/+1
2022-05-10Add a Lua build-system (#28854)Tom Scogland1-0/+26
2022-04-15Remove assert in favor of error message (#29797)John W. Parent1-1/+1
2022-04-04Add support for racket packages (#27564)Thomas Dickerson1-0/+37
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-1/+9
2022-01-14Update copyright year to 2022Todd Gamblin1-2/+2
2022-01-14PythonPackage: install packages with pip (#27798)Adam J. Stewart1-22/+49
2021-11-12Add PyPI docs and warning in auto-generated package (#27404)Seth R. Johnson1-0/+6
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-4/+4
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-6/+13
2021-04-20Catch rstudio based URL for `cran` attribute in create.py (#23072)Glenn Johnson1-1/+1
2021-03-05Improve R package creation (#21861)Glenn Johnson1-2/+22
2021-02-18Fix template for Rpackage in spack create command (#21776)Tom Payerle1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-2/+2
2020-12-29PythonPackage: add pypi attribute to infer homepage/url/list_url (#17587)Adam J. Stewart1-4/+38
2020-09-03Add new MavenPackage build system base class (#18185)Adam J. Stewart1-0/+13
2020-09-02Add new RubyPackage build system base class (#18199)Adam J. Stewart1-6/+42
2020-07-08spack create: ask how many to download (#17373)Adam J. Stewart1-2/+6
2020-05-07"spack checksum" QoL (#14311)iarspider1-1/+1
2020-02-23create: Mention that python dependency does not have to be added (#15173)Michael Kuhn1-1/+3
2019-12-31Modify create clue list so R packages are detected (#12277)Glenn Johnson1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-2/+2
2019-12-06docs: Alphabetize create cmd template options (#13993)Tamara Dahlgren1-1/+2
2019-11-15Document use of the maintainers field (#12270)Adam J. Stewart1-0/+4
2019-11-05add depends_on(python) to PythonPackage stub (#13595)Andreas Baumbach1-0/+1