summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyqi/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pyqi/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pyqi/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyqi/package.py b/var/spack/repos/builtin/packages/py-pyqi/package.py
index 54bdcaaa51..52e6ee52cf 100644
--- a/var/spack/repos/builtin/packages/py-pyqi/package.py
+++ b/var/spack/repos/builtin/packages/py-pyqi/package.py
@@ -8,12 +8,12 @@ from spack.package import *
class PyPyqi(PythonPackage):
"""pyqi (canonically pronounced pie chee) is a Python framework designed
- to support wrapping general commands in multiple types of interfaces,
- including at the command line, HTML, and API levels."""
+ to support wrapping general commands in multiple types of interfaces,
+ including at the command line, HTML, and API levels."""
homepage = "https://pyqi.readthedocs.io"
pypi = "pyqi/pyqi-0.3.2.tar.gz"
- version('0.3.2', sha256='8f1711835779704e085e62194833fed9ac2985e398b4ceac6faf6c7f40f5d15f')
+ version("0.3.2", sha256="8f1711835779704e085e62194833fed9ac2985e398b4ceac6faf6c7f40f5d15f")
- depends_on('py-setuptools', type='build')
+ depends_on("py-setuptools", type="build")