Skip to content

Commit

Permalink
meson: add maintainer (spack#32460)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 2, 2022
1 parent 7796bf3 commit de623f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/meson/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Meson(PythonPackage):

tags = ["build-tools"]

maintainers = ["michaelkuhn"]
maintainers = ["eli-schwartz", "michaelkuhn"]

version("0.63.1", sha256="f355829f0e8c714423f03a06604c04c216d4cbe3586f3154cb2181076b19207a")
version("0.62.2", sha256="97108f4d9bb16bc758c44749bd25ec7d42c6a762961efbed8b7589a2a3551ea6")
Expand Down
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/py-meson-python/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class PyMesonPython(PythonPackage):
homepage = "https://github.com/FFY00/mesonpy"
pypi = "meson_python/meson_python-0.7.0.tar.gz"

maintainers = ["eli-schwartz", "adamjstewart"]

version("0.7.0", sha256="9fcfa350f44ca80dd4f5f9c3d251725434acf9a07d9618f382e6cc4629dcbe84")

depends_on("python@3.7:", type=("build", "run"))
Expand Down
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/py-meson/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class PyMeson(PythonPackage):
homepage = "https://mesonbuild.com/"
pypi = "meson/meson-0.62.2.tar.gz"

maintainers = ["eli-schwartz", "adamjstewart"]

version("0.62.2", sha256="a7669e4c4110b06b743d57cc5d6432591a6677ef2402139fe4f3d42ac13380b0")

depends_on("python@3.7:", type=("build", "run"))
Expand Down

0 comments on commit de623f2

Please sign in to comment.