summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-resultsfile/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-resultsfile/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-resultsfile/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/py-resultsfile/package.py b/var/spack/repos/builtin/packages/py-resultsfile/package.py
index 1781c49c04..9f12f4ae3c 100644
--- a/var/spack/repos/builtin/packages/py-resultsfile/package.py
+++ b/var/spack/repos/builtin/packages/py-resultsfile/package.py
@@ -10,15 +10,15 @@ class PyResultsfile(PythonPackage):
"""Python module to read output files of quantum chemistry programs"""
homepage = "https://gitlab.com/scemama/resultsFile"
- url = "https://gitlab.com/scemama/resultsFile/-/archive/v1.0/resultsFile-v1.0.tar.gz"
- git = "https://gitlab.com/scemama/resultsFile.git"
+ url = "https://gitlab.com/scemama/resultsFile/-/archive/v1.0/resultsFile-v1.0.tar.gz"
+ git = "https://gitlab.com/scemama/resultsFile.git"
- maintainers = ['scemama']
+ maintainers = ["scemama"]
- version('2.0', sha256='2a34208254e4bea155695690437f6a59bf5f7b0ddb421d6c1a2d377510f018f7')
- version('1.0', sha256='e029054b2727131da9684fa2ec9fb8b6a3225dc7f648216a9390267b2d5d60c3')
+ version("2.0", sha256="2a34208254e4bea155695690437f6a59bf5f7b0ddb421d6c1a2d377510f018f7")
+ version("1.0", sha256="e029054b2727131da9684fa2ec9fb8b6a3225dc7f648216a9390267b2d5d60c3")
- depends_on('python@2.7:2.8', type=('build', 'run'), when='@1.0:1')
- depends_on('python@3:', type=('build', 'run'), when='@2.0:')
+ depends_on("python@2.7:2.8", type=("build", "run"), when="@1.0:1")
+ depends_on("python@3:", type=("build", "run"), when="@2.0:")
# pip silently replaces distutils with setuptools
- depends_on('py-setuptools', type='build')
+ depends_on("py-setuptools", type="build")