summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-azure-storage-nspkg/package.py
blob: a50b9f8dbae3e471ea6ca5de8569646cfaf9998a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2020 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)


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'))