summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-astropy-healpix/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-astropy-healpix/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-astropy-healpix/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/py-astropy-healpix/package.py b/var/spack/repos/builtin/packages/py-astropy-healpix/package.py
index 369404e3b4..7d3f571b3d 100644
--- a/var/spack/repos/builtin/packages/py-astropy-healpix/package.py
+++ b/var/spack/repos/builtin/packages/py-astropy-healpix/package.py
@@ -14,12 +14,12 @@ class PyAstropyHealpix(PythonPackage):
algorithm can apply to any field that has to deal with
representing data on a sphere."""
- homepage = 'https://astropy-healpix.readthedocs.io/en/latest/'
- pypi = 'astropy-healpix/astropy-healpix-0.5.tar.gz'
+ homepage = "https://astropy-healpix.readthedocs.io/en/latest/"
+ pypi = "astropy-healpix/astropy-healpix-0.5.tar.gz"
- version('0.5', sha256='5ae15da796a840f221fb83e25de791e827b6921bc21a365d99bc1a59c7c0cdad')
+ version("0.5", sha256="5ae15da796a840f221fb83e25de791e827b6921bc21a365d99bc1a59c7c0cdad")
- depends_on('py-setuptools', type=('build', 'run'))
- depends_on('python@3.6:', type=('build', 'run'))
- depends_on('py-astropy@2.0:', type=('build', 'run'))
- depends_on('py-numpy@1.11:', type=('build', 'run'))
+ depends_on("py-setuptools", type=("build", "run"))
+ depends_on("python@3.6:", type=("build", "run"))
+ depends_on("py-astropy@2.0:", type=("build", "run"))
+ depends_on("py-numpy@1.11:", type=("build", "run"))