summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-downhill/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-downhill/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-downhill/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-downhill/package.py b/var/spack/repos/builtin/packages/py-downhill/package.py
index 47f3b6c552..b6f5c0c1b4 100644
--- a/var/spack/repos/builtin/packages/py-downhill/package.py
+++ b/var/spack/repos/builtin/packages/py-downhill/package.py
@@ -12,6 +12,8 @@ class PyDownhill(PythonPackage):
homepage = "http://github.com/lmjohns3/downhill"
pypi = "downhill/downhill-0.4.0.tar.gz"
+ license("MIT")
+
version("0.4.0", sha256="074ad91deb06c05108c67d982ef71ffffb6ede2c77201abc69e332649f823b42")
depends_on("py-setuptools", type="build")