meson: add maintainer (#32460)
This commit is contained in:
parent
7796bf3fa0
commit
de623f240c
3 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Meson(PythonPackage):
|
||||||
|
|
||||||
tags = ["build-tools"]
|
tags = ["build-tools"]
|
||||||
|
|
||||||
maintainers = ["michaelkuhn"]
|
maintainers = ["eli-schwartz", "michaelkuhn"]
|
||||||
|
|
||||||
version("0.63.1", sha256="f355829f0e8c714423f03a06604c04c216d4cbe3586f3154cb2181076b19207a")
|
version("0.63.1", sha256="f355829f0e8c714423f03a06604c04c216d4cbe3586f3154cb2181076b19207a")
|
||||||
version("0.62.2", sha256="97108f4d9bb16bc758c44749bd25ec7d42c6a762961efbed8b7589a2a3551ea6")
|
version("0.62.2", sha256="97108f4d9bb16bc758c44749bd25ec7d42c6a762961efbed8b7589a2a3551ea6")
|
||||||
|
|
|
@ -12,6 +12,8 @@ class PyMesonPython(PythonPackage):
|
||||||
homepage = "https://github.com/FFY00/mesonpy"
|
homepage = "https://github.com/FFY00/mesonpy"
|
||||||
pypi = "meson_python/meson_python-0.7.0.tar.gz"
|
pypi = "meson_python/meson_python-0.7.0.tar.gz"
|
||||||
|
|
||||||
|
maintainers = ["eli-schwartz", "adamjstewart"]
|
||||||
|
|
||||||
version("0.7.0", sha256="9fcfa350f44ca80dd4f5f9c3d251725434acf9a07d9618f382e6cc4629dcbe84")
|
version("0.7.0", sha256="9fcfa350f44ca80dd4f5f9c3d251725434acf9a07d9618f382e6cc4629dcbe84")
|
||||||
|
|
||||||
depends_on("python@3.7:", type=("build", "run"))
|
depends_on("python@3.7:", type=("build", "run"))
|
||||||
|
|
|
@ -18,6 +18,8 @@ class PyMeson(PythonPackage):
|
||||||
homepage = "https://mesonbuild.com/"
|
homepage = "https://mesonbuild.com/"
|
||||||
pypi = "meson/meson-0.62.2.tar.gz"
|
pypi = "meson/meson-0.62.2.tar.gz"
|
||||||
|
|
||||||
|
maintainers = ["eli-schwartz", "adamjstewart"]
|
||||||
|
|
||||||
version("0.62.2", sha256="a7669e4c4110b06b743d57cc5d6432591a6677ef2402139fe4f3d42ac13380b0")
|
version("0.62.2", sha256="a7669e4c4110b06b743d57cc5d6432591a6677ef2402139fe4f3d42ac13380b0")
|
||||||
|
|
||||||
depends_on("python@3.7:", type=("build", "run"))
|
depends_on("python@3.7:", type=("build", "run"))
|
||||||
|
|
Loading…
Reference in a new issue