Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Dec 26, 2024
1 parent e2c829a commit c12792f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions var/spack/repos/builtin/packages/py-cylc-uiserver/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,30 @@ class PyCylcUiserver(PythonPackage):

homepage = "https://github.com/cylc/cylc-uiserver/"
pypi = "cylc-uiserver/cylc-uiserver-1.3.0.tar.gz"
git = "https://github.com/cylc/cylc-uiserver.git"

maintainers("LydDeb")
maintainers("LydDeb", "climbfuji")

license("GPL-3.0-or-later")

# 1.5.1 not on PyPI server?
version("1.5.1", commit="3a41c6fbefbcea33c41410f3698de8b62c9871b8")
version("1.3.0", sha256="f3526e470c7ac2b61bf69e9b8d17fc7a513392219d28baed9b1166dcc7033d7a")

depends_on("[email protected]:", when="@1.5.1", type=("build", "run"))
depends_on("py-wheel", type="build")
depends_on("[email protected]:", type="build")
depends_on("[email protected]", type=("build", "run"))

depends_on("[email protected]", when="@1.3.0", type=("build", "run"))
depends_on("[email protected]", when="@1.5.1", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-graphene", type=("build", "run"))
depends_on("[email protected]", type=("build", "run"))
depends_on("[email protected]", type=("build", "run"))
depends_on("[email protected]:1", type=("build", "run"))
depends_on("[email protected]:1", when="@1.3.0", type=("build", "run"))
depends_on("[email protected]:", when="@1.5.1", type=("build", "run"))
depends_on("py-requests", type=("build", "run"))
depends_on("py-psutil", when="@1.5.1", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-pyzmq", type=("build", "run"))
Expand Down

0 comments on commit c12792f

Please sign in to comment.