summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-dxfile/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-dxfile/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-dxfile/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/py-dxfile/package.py b/var/spack/repos/builtin/packages/py-dxfile/package.py
index f30aa1453e..b945add203 100644
--- a/var/spack/repos/builtin/packages/py-dxfile/package.py
+++ b/var/spack/repos/builtin/packages/py-dxfile/package.py
@@ -8,12 +8,12 @@ from spack.package import *
class PyDxfile(PythonPackage):
"""Scientific Data Exchange [A1] is a set of guidelines for storing scientific
- data and metadata in a Hierarchical Data Format 5 [B6] file."""
+ data and metadata in a Hierarchical Data Format 5 [B6] file."""
homepage = "https://github.com/data-exchange/dxfile"
- url = "https://github.com/data-exchange/dxfile/archive/v0.4.tar.gz"
+ url = "https://github.com/data-exchange/dxfile/archive/v0.4.tar.gz"
- version('0.4', sha256='b7729eebdc7c99a66a8b339fc10019aa8565e02bd12708540fb3f47935f004c7')
+ version("0.4", sha256="b7729eebdc7c99a66a8b339fc10019aa8565e02bd12708540fb3f47935f004c7")
- depends_on('py-setuptools', type='build')
- depends_on('py-h5py', type=('build', 'run'))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-h5py", type=("build", "run"))