New package: py-azure-storage-blob (#28209)
* New package: py-azure-storage-blob * fixed typo * Update var/spack/repos/builtin/packages/py-azure-storage-blob/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-azure-storage-blob/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-azure-storage-blob/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
98dfe7e7e0
commit
20780ec61c
@ -0,0 +1,27 @@
|
|||||||
|
# Copyright 2013-2021 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 import *
|
||||||
|
|
||||||
|
|
||||||
|
class PyAzureStorageBlob(PythonPackage):
|
||||||
|
"""Microsoft Azure Blob Storage Client Library for Python"""
|
||||||
|
|
||||||
|
homepage = "https://github.com/Azure/azure-storage-python"
|
||||||
|
pypi = "azure-storage-blob/azure-storage-blob-12.9.0.zip"
|
||||||
|
maintainers = ['marcusboden']
|
||||||
|
|
||||||
|
version('12.9.0', sha256='cff66a115c73c90e496c8c8b3026898a3ce64100840276e9245434e28a864225')
|
||||||
|
|
||||||
|
depends_on('py-setuptools', type='build')
|
||||||
|
depends_on('py-azure-core@1.10:1', type=('build', 'run'))
|
||||||
|
depends_on('py-msrest@0.6.21:', type=('build', 'run'))
|
||||||
|
depends_on('py-cryptography@2.1.4:', type=('build', 'run'))
|
||||||
|
|
||||||
|
depends_on('py-futures', type=('build', 'run'), when='^python@:2')
|
||||||
|
depends_on('py-azure-storage-nspkg@3', type=('build', 'run'), when='^python@:2')
|
||||||
|
|
||||||
|
depends_on('py-enum34@1.0.4:', type=('build', 'run'), when=('^python@:3.3'))
|
||||||
|
depends_on('py-typing', type=('build', 'run'), when=('^python@:3.4'))
|
Loading…
Reference in New Issue
Block a user