summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyrad/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pyrad/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pyrad/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyrad/package.py b/var/spack/repos/builtin/packages/py-pyrad/package.py
index cfcc85b8a3..e6272fd98a 100644
--- a/var/spack/repos/builtin/packages/py-pyrad/package.py
+++ b/var/spack/repos/builtin/packages/py-pyrad/package.py
@@ -10,13 +10,13 @@ class PyPyrad(PythonPackage):
"""RADseq for phylogenetics & introgression analyses"""
homepage = "http://dereneaton.com/software/pyrad/"
- url = "https://github.com/dereneaton/pyrad/archive/3.0.66.tar.gz"
+ url = "https://github.com/dereneaton/pyrad/archive/3.0.66.tar.gz"
- version('3.0.66', sha256='7dbd67e532058f7b7de76d14cf631fd3e3c841cd80fac4e55fbce8bb52ac6537')
+ version("3.0.66", sha256="7dbd67e532058f7b7de76d14cf631fd3e3c841cd80fac4e55fbce8bb52ac6537")
- depends_on('python@:2', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-numpy', type=('build', 'run'))
- depends_on('py-scipy', type=('build', 'run'))
- depends_on('vsearch')
- depends_on('muscle')
+ depends_on("python@:2", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-numpy", type=("build", "run"))
+ depends_on("py-scipy", type=("build", "run"))
+ depends_on("vsearch")
+ depends_on("muscle")