bulker: new package @0.7.3 (#38437)

* py-bulker: new package at 0.7.3

* bulker: renaming package

---------

Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
This commit is contained in:
George Young 2023-06-21 16:21:01 +01:00 committed by GitHub
parent 6b552dedbc
commit b2901f1737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
# 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 Bulker(PythonPackage):
"""Bulker: multi-container environment manager"""
homepage = "https://bulker.databio.org/"
pypi = "bulker/bulker-0.7.3.tar.gz"
version("0.7.3", sha256="a7a3a97184d50d2247dc3b116f31f90c27435d9872c6845152ff46f5c4e39d50")
depends_on("py-setuptools", type="build")
depends_on("py-yacman@0.8.4:", type=("build", "run"))
depends_on("py-pyyaml@5.1:", type=("build", "run"))
depends_on("py-logmuse@0.2.0:", type=("build", "run"))
depends_on("py-jinja2", type=("build", "run"))
depends_on("py-ubiquerg@0.5.1:", type=("build", "run"))
depends_on("py-psutil", type=("build", "run"))
depends_on("singularityce", type="run")