summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cubist/package.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-07-30 15:19:18 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2022-07-31 13:29:20 -0700
commitf52f6e99dbf1131886a80112b8c79dfc414afb7c (patch)
tree05cb7d64b2395922f2f24683da49f472075be12c /var/spack/repos/builtin/packages/cubist/package.py
parent549ba1ed32372c67fc57271cde3797d58b7dec6e (diff)
downloadspack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.gz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.bz2
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.xz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.zip
black: reformat entire repository with black
Diffstat (limited to 'var/spack/repos/builtin/packages/cubist/package.py')
-rw-r--r--var/spack/repos/builtin/packages/cubist/package.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/cubist/package.py b/var/spack/repos/builtin/packages/cubist/package.py
index bf86947c0e..4703da669e 100644
--- a/var/spack/repos/builtin/packages/cubist/package.py
+++ b/var/spack/repos/builtin/packages/cubist/package.py
@@ -17,16 +17,16 @@ class Cubist(MakefilePackage):
while also being easier to understand than neural networks."""
homepage = "https://www.rulequest.com"
- url = "https://www.rulequest.com/GPL/Cubist.tgz"
+ url = "https://www.rulequest.com/GPL/Cubist.tgz"
- version('2.07', 'f2b20807cd3275e775c42263a4efd3f50df6e495a8b6dc8989ea2d41b973ac1a')
+ version("2.07", "f2b20807cd3275e775c42263a4efd3f50df6e495a8b6dc8989ea2d41b973ac1a")
def edit(self, spec, prefix):
- makefile = FileFilter('Makefile')
+ makefile = FileFilter("Makefile")
makefile.filter("SHELL .*", "SHELL = /bin/bash")
def install(self, spec, prefix):
mkdirp(self.prefix.bin)
- install('cubist', prefix.bin)
- install('summary', prefix.bin)
- install('xval', prefix.bin)
+ install("cubist", prefix.bin)
+ install("summary", prefix.bin)
+ install("xval", prefix.bin)