summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-azure-nspkg/package.py
blob: 7153b8b926373e5ec94c83ea27ffdc31046eec40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2024 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 PyAzureNspkg(PythonPackage):
    """Microsoft Azure Namespace Package [Internal]."""

    homepage = "hhttps://github.com/Azure/azure-sdk-for-python"
    pypi = "azure-nspkg/azure-nspkg-3.0.2.zip"

    version("3.0.2", sha256="e7d3cea6af63e667d87ba1ca4f8cd7cb4dfca678e4c55fc1cedb320760e39dd0")

    depends_on("py-setuptools", type="build")