Skip to content

Commit 7bb6c9b

Browse files
authored
py-disbatch: add new package at version 3.0 (spack#47988)
1 parent 7e5b5f8 commit 7bb6c9b

File tree

1 file changed

+24
-0
lines changed
  • var/spack/repos/builtin/packages/py-disbatch

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
2+
# Spack Project Developers. See the top-level COPYRIGHT file for details.
3+
#
4+
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
5+
6+
from spack.package import *
7+
8+
9+
class PyDisbatch(PythonPackage):
10+
"""Dynamically distribute a list of tasks over a pool of compute resources."""
11+
12+
homepage = "https://github.com/flatironinstitute/disBatch"
13+
pypi = "disbatch/disbatch-3.0.tar.gz"
14+
15+
maintainers("lgarrison")
16+
17+
license("Apache-2.0", checked_by="lgarrison")
18+
19+
version("3.0", sha256="c7396319bfadfcc11dca578386725373e16acb653c76042d1ceb304255efa5ef")
20+
21+
depends_on("[email protected]:", type=("build", "run"))
22+
23+
depends_on("py-hatchling", type="build")
24+
depends_on("py-hatch-vcs", type="build")

0 commit comments

Comments
 (0)