summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py36
1 files changed, 22 insertions, 14 deletions
diff --git a/var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py b/var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py
index 9aaeb6e1c5..8c615b577a 100644
--- a/var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py
+++ b/var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py
@@ -12,17 +12,25 @@ class PyAzuremlDatasetRuntime(PythonPackage):
AzureML packages. It is not intended for public use."""
homepage = "https://docs.microsoft.com/en-us/azure/machine-learning/service/"
- url = "https://pypi.io/packages/py3/a/azureml-dataset-runtime/azureml_dataset_runtime-1.11.0.post1-py3-none-any.whl"
-
- version('1.23.0', sha256='96ca73d03ffedc0dd336d9383d2e17cf74548a89fc7ca4c201c599817c97bbc6', expand=False)
- version('1.11.0.post1', sha256='65c20f276399a7d406c4850af7a6f149472d301931fd1da6a60bad59d43fa47b', expand=False)
-
- variant('fuse', default=False, description='Build with FUSE support')
-
- depends_on('python@3.0:3', type=('build', 'run'))
- depends_on('py-azureml-dataprep@2.10.0:2.10', when='@1.23.0', type=('build', 'run'))
- depends_on('py-azureml-dataprep@2.0.1:2.0', when='@1.11.0.post1', type=('build', 'run'))
- depends_on('py-pyarrow@0.17.0:1', when='@1.23.0', type=('build', 'run'))
- depends_on('py-pyarrow@0.17.0:0', when='@1.11.0.post1', type=('build', 'run'))
- depends_on('py-numpy@:1.19.2,1.19.4:', when='@1.23.0:', type=('build', 'run'))
- depends_on('py-fusepy@3.0.1:3', when='+fuse', type=('build', 'run'))
+ url = "https://pypi.io/packages/py3/a/azureml-dataset-runtime/azureml_dataset_runtime-1.11.0.post1-py3-none-any.whl"
+
+ version(
+ "1.23.0",
+ sha256="96ca73d03ffedc0dd336d9383d2e17cf74548a89fc7ca4c201c599817c97bbc6",
+ expand=False,
+ )
+ version(
+ "1.11.0.post1",
+ sha256="65c20f276399a7d406c4850af7a6f149472d301931fd1da6a60bad59d43fa47b",
+ expand=False,
+ )
+
+ variant("fuse", default=False, description="Build with FUSE support")
+
+ depends_on("python@3.0:3", type=("build", "run"))
+ depends_on("py-azureml-dataprep@2.10.0:2.10", when="@1.23.0", type=("build", "run"))
+ depends_on("py-azureml-dataprep@2.0.1:2.0", when="@1.11.0.post1", type=("build", "run"))
+ depends_on("py-pyarrow@0.17.0:1", when="@1.23.0", type=("build", "run"))
+ depends_on("py-pyarrow@0.17.0:0", when="@1.11.0.post1", type=("build", "run"))
+ depends_on("py-numpy@:1.19.2,1.19.4:", when="@1.23.0:", type=("build", "run"))
+ depends_on("py-fusepy@3.0.1:3", when="+fuse", type=("build", "run"))