summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-projectq/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-projectq/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-projectq/package.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/py-projectq/package.py b/var/spack/repos/builtin/packages/py-projectq/package.py
index 4772bcdd0d..34a9ae80f3 100644
--- a/var/spack/repos/builtin/packages/py-projectq/package.py
+++ b/var/spack/repos/builtin/packages/py-projectq/package.py
@@ -17,17 +17,17 @@ class PyProjectq(PythonPackage):
# Homepage and git repository
homepage = "https://projectq.ch"
- git = "https://github.com/projectq-framework/projectq.git"
+ git = "https://github.com/projectq-framework/projectq.git"
# Versions
- version('develop', branch='develop')
- version('0.3.6', commit='fa484fe037a3a1772127bbd00fe4628ddba34611')
+ version("develop", branch="develop")
+ version("0.3.6", commit="fa484fe037a3a1772127bbd00fe4628ddba34611")
# Dependencies
- depends_on('py-setuptools', type=('build'))
- depends_on('py-numpy', type=('build', 'run'))
- depends_on('py-scipy', type=('build', 'run'))
- depends_on('py-future', type=('build', 'run'))
- depends_on('py-requests', type=('build', 'run'))
+ depends_on("py-setuptools", type=("build"))
+ depends_on("py-numpy", type=("build", "run"))
+ depends_on("py-scipy", type=("build", "run"))
+ depends_on("py-future", type=("build", "run"))
+ depends_on("py-requests", type=("build", "run"))
# conflict with pybind11@2.2.0 -> see requirements.txt
- depends_on('py-pybind11@1.7:2.1,2.2.1:', type=('build', 'run'))
+ depends_on("py-pybind11@1.7:2.1,2.2.1:", type=("build", "run"))