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.py2
1 files changed, 2 insertions, 0 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 f853c1f539..86066f0879 100644
--- a/var/spack/repos/builtin/packages/py-astropy-healpix/package.py
+++ b/var/spack/repos/builtin/packages/py-astropy-healpix/package.py
@@ -17,6 +17,8 @@ class PyAstropyHealpix(PythonPackage):
homepage = "https://astropy-healpix.readthedocs.io/en/latest/"
pypi = "astropy-healpix/astropy-healpix-0.5.tar.gz"
+ license("BSD-3-Clause")
+
version("0.5", sha256="5ae15da796a840f221fb83e25de791e827b6921bc21a365d99bc1a59c7c0cdad")
depends_on("py-setuptools", type=("build", "run"))