summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyautogui/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pyautogui/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pyautogui/package.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyautogui/package.py b/var/spack/repos/builtin/packages/py-pyautogui/package.py
index c8c7cd0052..d1717cf7a3 100644
--- a/var/spack/repos/builtin/packages/py-pyautogui/package.py
+++ b/var/spack/repos/builtin/packages/py-pyautogui/package.py
@@ -12,21 +12,21 @@ class PyPyautogui(PythonPackage):
applications."""
homepage = "https://pyautogui.readthedocs.io/en/latest/"
- pypi = "PyAutoGUI/PyAutoGUI-0.9.52.tar.gz"
+ pypi = "PyAutoGUI/PyAutoGUI-0.9.52.tar.gz"
- version('0.9.52', sha256='a486cb6b818bcbcdf98b48d010c7cee964134fa394b756e8ce6e50d43b58ecc8')
+ version("0.9.52", sha256="a486cb6b818bcbcdf98b48d010c7cee964134fa394b756e8ce6e50d43b58ecc8")
- depends_on('py-setuptools', type='build')
- depends_on('py-pymsgbox', type=('build', 'run'))
- depends_on('py-pytweening@1.0.1:', type=('build', 'run'))
- depends_on('py-pyscreeze@0.1.21:', type=('build', 'run'))
- depends_on('py-pygetwindow@0.0.5:', type=('build', 'run'))
- depends_on('py-mouseinfo', type=('build', 'run'))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-pymsgbox", type=("build", "run"))
+ depends_on("py-pytweening@1.0.1:", type=("build", "run"))
+ depends_on("py-pyscreeze@0.1.21:", type=("build", "run"))
+ depends_on("py-pygetwindow@0.0.5:", type=("build", "run"))
+ depends_on("py-mouseinfo", type=("build", "run"))
- depends_on('py-python3-xlib', when='^python@3: platform=linux', type=('build', 'run'))
- depends_on('py-python-xlib', when='^python@:2 platform=linux', type=('build', 'run'))
+ depends_on("py-python3-xlib", when="^python@3: platform=linux", type=("build", "run"))
+ depends_on("py-python-xlib", when="^python@:2 platform=linux", type=("build", "run"))
# Missing packages; commented out for now
# depends_on('py-pyobjc-core', when='platform=darwin', type=('build', 'run'))
# depends_on('py-pyobjc', when='platform=darwin', type=('build', 'run'))
- conflicts('platform=darwin')
+ conflicts("platform=darwin")