summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pytest-qt/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pytest-qt/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pytest-qt/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/py-pytest-qt/package.py b/var/spack/repos/builtin/packages/py-pytest-qt/package.py
index d7a4e45d18..60336390df 100644
--- a/var/spack/repos/builtin/packages/py-pytest-qt/package.py
+++ b/var/spack/repos/builtin/packages/py-pytest-qt/package.py
@@ -9,14 +9,14 @@ from spack.package import *
class PyPytestQt(PythonPackage):
"""A pytest plugin that allows programmers to write tests for
- PySide, PySide2 and PyQt applications."""
+ PySide, PySide2 and PyQt applications."""
homepage = "https://github.com/pytest-dev/pytest-qt"
- pypi = "pytest-qt/pytest-qt-3.3.0.tar.gz"
+ pypi = "pytest-qt/pytest-qt-3.3.0.tar.gz"
- version('3.3.0', sha256='714b0bf86c5313413f2d300ac613515db3a1aef595051ab8ba2ffe619dbe8925')
+ version("3.3.0", sha256="714b0bf86c5313413f2d300ac613515db3a1aef595051ab8ba2ffe619dbe8925")
- depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-setuptools-scm', type='build')
- depends_on('py-pytest@3:', type=('build', 'run'))
+ depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-setuptools-scm", type="build")
+ depends_on("py-pytest@3:", type=("build", "run"))