Skip to content

Commit

Permalink
update pkg version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgrubin-tomorrow committed Jan 9, 2025
1 parent f3a9945 commit a922c86
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions var/spack/repos/builtin/packages/py-metomi-rose/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class PyMetomiRose(PythonPackage):

license("GPL-3.0-only")

version("2.3.2", sha256="5d2a1593a5bbe8362fbe5e197eaa0cde2574700c62181d9b5c1fafa1e67656cd")
version("2.1.0", sha256="1b60135a434fe4325d364a57e8f5e81e90f39b373b9d68733458c1adc2513c05")

depends_on("fortran", type="build") # generated
Expand All @@ -29,3 +30,21 @@ class PyMetomiRose(PythonPackage):
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-requests", type=("build", "run"))
depends_on("py-sqlalchemy@1", type=("build", "run"))

depends_on("py-importlib-metadata@5:", when="@2.3.2 ^python@:3.11")
depends_on("py-importlib-resources@2:", when="@2.3.2 ^python@:3.8")


#version("2.1.0", sha256="1b60135a434fe4325d364a57e8f5e81e90f39b373b9d68733458c1adc2513c05")

#depends_on("fortran", type="build") # generated

#depends_on("py-setuptools", type="build")
#depends_on("py-aiofiles", type=("build", "run"))
#depends_on("[email protected]:", 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("[email protected]:", type=("build", "run"))
#depends_on("py-requests", type=("build", "run"))
#depends_on("py-sqlalchemy@1", type=("build", "run"))

0 comments on commit a922c86

Please sign in to comment.