summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pypulse/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pypulse/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pypulse/package.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/py-pypulse/package.py b/var/spack/repos/builtin/packages/py-pypulse/package.py
index 7309e4246d..bc5daa3b99 100644
--- a/var/spack/repos/builtin/packages/py-pypulse/package.py
+++ b/var/spack/repos/builtin/packages/py-pypulse/package.py
@@ -11,14 +11,14 @@ class PyPypulse(PythonPackage):
analyses on pulse profiles."""
homepage = "https://github.com/mtlam/PyPulse"
- pypi = "PyPulse/PyPulse-0.0.1.tar.gz"
+ pypi = "PyPulse/PyPulse-0.0.1.tar.gz"
- version('0.1.1', sha256='89cb362d2108215784f5b0df8e79311f7856f0da705ce4d77d4e884ca6c651b4')
- version('0.0.1', sha256='239823737644bdf1e09e23e81b3fc439db096aa589581d9fa2b5717f1572e75b')
+ version("0.1.1", sha256="89cb362d2108215784f5b0df8e79311f7856f0da705ce4d77d4e884ca6c651b4")
+ version("0.0.1", sha256="239823737644bdf1e09e23e81b3fc439db096aa589581d9fa2b5717f1572e75b")
- depends_on('python@2.7:', 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('py-matplotlib', type=('build', 'run'))
- depends_on('py-astropy', type=('build', 'run'))
+ depends_on("python@2.7:", 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("py-matplotlib", type=("build", "run"))
+ depends_on("py-astropy", type=("build", "run"))