summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-azure-storage-nspkg/package.py
blob: 23d2e2d7325280611c5dafa1e1f65f85b5a227d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack.package import *


class PyAzureStorageNspkg(PythonPackage):
    """Microsoft Azure Storage Namespace Package."""

    homepage = "https://github.com/Azure/azure-storage-python"
    pypi = "azure-storage-nspkg/azure-storage-nspkg-3.1.0.tar.gz"

    version("3.1.0", sha256="6f3bbe8652d5f542767d8433e7f96b8df7f518774055ac7c92ed7ca85f653811")

    depends_on("py-setuptools", type="build")
    depends_on("py-azure-nspkg@2.0.0:", type=("build", "run"))