meson: add maintainer (#32460)

This commit is contained in:
Adam J. Stewart 2022-09-01 20:45:46 -07:00 committed by GitHub
parent 7796bf3fa0
commit de623f240c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -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")

View file

@ -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"))

View file

@ -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"))