summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-gooey/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-gooey/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-gooey/package.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/py-gooey/package.py b/var/spack/repos/builtin/packages/py-gooey/package.py
index fb1a5716a9..c3e577fc41 100644
--- a/var/spack/repos/builtin/packages/py-gooey/package.py
+++ b/var/spack/repos/builtin/packages/py-gooey/package.py
@@ -11,15 +11,15 @@ class PyGooey(PythonPackage):
a full GUI application with one line"""
homepage = "https://pypi.org/project/Gooey/"
- pypi = "Gooey/Gooey-1.0.8.1.tar.gz"
+ pypi = "Gooey/Gooey-1.0.8.1.tar.gz"
- maintainers = ['dorton21']
+ maintainers = ["dorton21"]
- version('1.0.8.1', sha256='08d6bf534f4d50d50dafba5cfc68dcf31a6e9eeef13a94cbe3ea17c4e45c4671')
+ version("1.0.8.1", sha256="08d6bf534f4d50d50dafba5cfc68dcf31a6e9eeef13a94cbe3ea17c4e45c4671")
- depends_on('py-setuptools', type='build')
- depends_on('py-pillow@4.3.0:', type=('build', 'run'))
- depends_on('py-psutil@5.4.2:', type=('build', 'run'))
- depends_on('py-colored@1.3.93:', type=('build', 'run'))
- depends_on('py-pygtrie@2.3.3:', type=('build', 'run'))
- depends_on('py-wxpython')
+ depends_on("py-setuptools", type="build")
+ depends_on("py-pillow@4.3.0:", type=("build", "run"))
+ depends_on("py-psutil@5.4.2:", type=("build", "run"))
+ depends_on("py-colored@1.3.93:", type=("build", "run"))
+ depends_on("py-pygtrie@2.3.3:", type=("build", "run"))
+ depends_on("py-wxpython")