[add] py-metomi-rose: new recipe, required by py-cylc-rose (#39981)
* [add] py-metomi-rose: new recipe, required by py-cylc-rose * py-metomi-rose: remove version constraint on python --------- Co-authored-by: LydDeb <lyderic.debusschere.tgcc@cea.fr>
This commit is contained in:
parent
112f045352
commit
5524492e25
27
var/spack/repos/builtin/packages/py-metomi-rose/package.py
Normal file
27
var/spack/repos/builtin/packages/py-metomi-rose/package.py
Normal file
@ -0,0 +1,27 @@
|
||||
# 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 PyMetomiRose(PythonPackage):
|
||||
"""Rose, a framework for meteorological suites."""
|
||||
|
||||
homepage = "https://metomi.github.io/rose/doc/html/index.html"
|
||||
pypi = "metomi-rose/metomi-rose-2.1.0.tar.gz"
|
||||
|
||||
maintainers("LydDeb")
|
||||
|
||||
version("2.1.0", sha256="1b60135a434fe4325d364a57e8f5e81e90f39b373b9d68733458c1adc2513c05")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-aiofiles", type=("build", "run"))
|
||||
depends_on("py-jinja2@2.10.1:", type=("build", "run"))
|
||||
depends_on("py-keyring@23", type=("build", "run"))
|
||||
depends_on("py-ldap3", type=("build", "run"))
|
||||
depends_on("py-metomi-isodatetime@3", type=("build", "run"))
|
||||
depends_on("py-psutil@5.6.0:", type=("build", "run"))
|
||||
depends_on("py-requests", type=("build", "run"))
|
||||
depends_on("py-sqlalchemy@1", type=("build", "run"))
|
Loading…
Reference in New Issue
Block a user