summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-dadi/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-dadi/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-dadi/package.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/py-dadi/package.py b/var/spack/repos/builtin/packages/py-dadi/package.py
index dcd43aebcb..cdf8a7365b 100644
--- a/var/spack/repos/builtin/packages/py-dadi/package.py
+++ b/var/spack/repos/builtin/packages/py-dadi/package.py
@@ -8,20 +8,20 @@ from spack.package import *
class PyDadi(PythonPackage):
"""Fit population genetic models of demography and selection using
- diffusion approximations to the allele frequency spectrum """
+ diffusion approximations to the allele frequency spectrum"""
homepage = "https://bitbucket.org/gutenkunstlab/dadi/src/master/"
- git = "https://bitbucket.org/gutenkunstlab/dadi.git"
+ git = "https://bitbucket.org/gutenkunstlab/dadi.git"
pypi = "dadi/dadi-2.1.0.tar.gz"
- maintainers = ['dorton21']
+ maintainers = ["dorton21"]
- version('2020-12-02', commit='047bac0')
- version('2.1.0', sha256='97a15aa7ef501850cad4cff66b11b66ecb65d5d68acbf2ff713585c81c3a1038')
+ version("2020-12-02", commit="047bac0")
+ version("2.1.0", sha256="97a15aa7ef501850cad4cff66b11b66ecb65d5d68acbf2ff713585c81c3a1038")
- depends_on('py-setuptools', type=('build'))
- depends_on('python@3:', type=('build', 'run'))
- depends_on('py-scipy', type=('build', 'run'))
- depends_on('py-numpy', type=('build', 'run'))
- depends_on('py-matplotlib', type=('build', 'run'))
- depends_on('nlopt', type=('build', 'run'))
+ depends_on("py-setuptools", type=("build"))
+ depends_on("python@3:", type=("build", "run"))
+ depends_on("py-scipy", type=("build", "run"))
+ depends_on("py-numpy", type=("build", "run"))
+ depends_on("py-matplotlib", type=("build", "run"))
+ depends_on("nlopt", type=("build", "run"))