summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ovito/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/ovito/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/ovito/package.py')
-rwxr-xr-xvar/spack/repos/builtin/packages/ovito/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/ovito/package.py b/var/spack/repos/builtin/packages/ovito/package.py
index b40c151d18..586b6f4bf4 100755
--- a/var/spack/repos/builtin/packages/ovito/package.py
+++ b/var/spack/repos/builtin/packages/ovito/package.py
@@ -8,17 +8,17 @@ from spack.package import *
class Ovito(Package):
"""OVITO is a scientific visualization and analysis software for atomistic
-and particle simulation data. It helps scientists gain better insights into
-materials phenomena and physical processes. OVITO Basic is freely available
-for all major platforms under an open source license. It has served in a
-growing number of computational simulation studies as a powerful tool to
-analyze, understand and illustrate simulation results."""
+ and particle simulation data. It helps scientists gain better insights into
+ materials phenomena and physical processes. OVITO Basic is freely available
+ for all major platforms under an open source license. It has served in a
+ growing number of computational simulation studies as a powerful tool to
+ analyze, understand and illustrate simulation results."""
homepage = "https://www.ovito.org"
- url = "https://www.ovito.org/download/master/ovito-basic-3.6.0-x86_64.tar.xz"
+ url = "https://www.ovito.org/download/master/ovito-basic-3.6.0-x86_64.tar.xz"
- version('3.6.0', '6ac43a3a39b1ec3cccab577602756a8b7010cc1f1f046c4f6a939590d12f0339')
+ version("3.6.0", "6ac43a3a39b1ec3cccab577602756a8b7010cc1f1f046c4f6a939590d12f0339")
def install(self, spec, prefix):
# Once we've unpacked the tarball, copy it's contents to the prefix
- copy_tree('.', prefix)
+ copy_tree(".", prefix)