summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-ml-collections/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-ml-collections/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-ml-collections/package.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/var/spack/repos/builtin/packages/py-ml-collections/package.py b/var/spack/repos/builtin/packages/py-ml-collections/package.py
index a4274103fb..15bbc23232 100644
--- a/var/spack/repos/builtin/packages/py-ml-collections/package.py
+++ b/var/spack/repos/builtin/packages/py-ml-collections/package.py
@@ -10,15 +10,15 @@ class PyMlCollections(PythonPackage):
"""ML Collections is a library of Python collections designed for ML usecases."""
homepage = "https://https://github.com/google/ml_collections"
- pypi = "ml_collections/ml_collections-0.1.0.tar.gz"
+ pypi = "ml_collections/ml_collections-0.1.0.tar.gz"
- version('0.1.1', sha256='3fefcc72ec433aa1e5d32307a3e474bbb67f405be814ea52a2166bfc9dbe68cc')
+ version("0.1.1", sha256="3fefcc72ec433aa1e5d32307a3e474bbb67f405be814ea52a2166bfc9dbe68cc")
- depends_on('python@2.6:', type=('build', 'run'))
- depends_on('py-setuptools', type=('build', 'run'))
- depends_on('py-pyyaml', type=('build', 'run'))
- depends_on('py-absl-py', type=('build', 'run'))
- depends_on('py-six', type=('build', 'run'))
- depends_on('py-contextlib2', type=('build', 'run'))
- depends_on('py-dataclasses', type=('build', 'run'), when='python@:3.6')
- depends_on('py-typing', type=('build', 'run'), when='python@:3.5')
+ depends_on("python@2.6:", type=("build", "run"))
+ depends_on("py-setuptools", type=("build", "run"))
+ depends_on("py-pyyaml", type=("build", "run"))
+ depends_on("py-absl-py", type=("build", "run"))
+ depends_on("py-six", type=("build", "run"))
+ depends_on("py-contextlib2", type=("build", "run"))
+ depends_on("py-dataclasses", type=("build", "run"), when="python@:3.6")
+ depends_on("py-typing", type=("build", "run"), when="python@:3.5")