Tags: add more build tools (#43766)
* Tags: add more build tools * py-pythran: add maintainer
This commit is contained in:
parent
b7cecc9726
commit
d7bc624c61
3 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,7 @@ class PyMesonPython(PythonPackage):
|
||||||
|
|
||||||
homepage = "https://github.com/mesonbuild/meson-python"
|
homepage = "https://github.com/mesonbuild/meson-python"
|
||||||
pypi = "meson_python/meson_python-0.7.0.tar.gz"
|
pypi = "meson_python/meson_python-0.7.0.tar.gz"
|
||||||
|
tags = ["build-tools"]
|
||||||
|
|
||||||
maintainers("eli-schwartz", "adamjstewart", "rgommers")
|
maintainers("eli-schwartz", "adamjstewart", "rgommers")
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,10 @@ class PyPythran(PythonPackage):
|
||||||
|
|
||||||
homepage = "https://github.com/serge-sans-paille/pythran"
|
homepage = "https://github.com/serge-sans-paille/pythran"
|
||||||
pypi = "pythran/pythran-0.9.11.tar.gz"
|
pypi = "pythran/pythran-0.9.11.tar.gz"
|
||||||
|
tags = ["build-tools"]
|
||||||
|
|
||||||
license("BSD-3-Clause")
|
license("BSD-3-Clause")
|
||||||
|
maintainers("rgommers")
|
||||||
|
|
||||||
version("0.15.0", sha256="f9bc61bcb96df2cd4b578abc5a62dfb3fbb0b0ef02c264513dfb615c5f87871c")
|
version("0.15.0", sha256="f9bc61bcb96df2cd4b578abc5a62dfb3fbb0b0ef02c264513dfb615c5f87871c")
|
||||||
version("0.12.2", sha256="2344c7ad76255f31f79d87877cc6bb8bddc5e5593015dae29b3f821c6c06a627")
|
version("0.12.2", sha256="2344c7ad76255f31f79d87877cc6bb8bddc5e5593015dae29b3f821c6c06a627")
|
||||||
|
|
|
@ -11,6 +11,7 @@ class PySetuptoolsScm(PythonPackage):
|
||||||
|
|
||||||
homepage = "https://github.com/pypa/setuptools_scm"
|
homepage = "https://github.com/pypa/setuptools_scm"
|
||||||
pypi = "setuptools_scm/setuptools_scm-4.1.2.tar.gz"
|
pypi = "setuptools_scm/setuptools_scm-4.1.2.tar.gz"
|
||||||
|
tags = ["build-tools"]
|
||||||
|
|
||||||
license("MIT")
|
license("MIT")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue