py-datalad-container: add new package (#26222)

This commit is contained in:
Manuela Kuhn 2021-09-26 10:18:17 +02:00 committed by GitHub
parent dbbc2879e5
commit 17857083b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
# 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 PyDataladContainer(PythonPackage):
"""DataLad extension package for working with containerized environments"""
homepage = "https://github.com/datalad/datalad-container/"
pypi = "datalad_container/datalad_container-1.1.5.tar.gz"
version('1.1.5', sha256='f6099a0124ddb2f021531d5020a583eca3cd9243e4e609b0f58e3f72e779b601')
depends_on('py-setuptools', type='build')
depends_on('py-datalad@0.13:', type='run')
depends_on('py-requests@1.2:', type='run')