py-watchfiles: add version 1.0.5 (#50539)
* py-watchfiles: add version 1.0.5 * py-watchfiles: add @viperML to maintainers
This commit is contained in:
parent
ef2b596e3f
commit
d951c4f112
@ -13,9 +13,13 @@ class PyWatchfiles(PythonPackage):
|
|||||||
homepage = "https://github.com/samuelcolvin/watchfiles"
|
homepage = "https://github.com/samuelcolvin/watchfiles"
|
||||||
pypi = "watchfiles/watchfiles-0.18.1.tar.gz"
|
pypi = "watchfiles/watchfiles-0.18.1.tar.gz"
|
||||||
|
|
||||||
|
maintainers("viperML")
|
||||||
|
|
||||||
license("MIT")
|
license("MIT")
|
||||||
|
|
||||||
|
version("1.0.5", sha256="b7529b5dcc114679d43827d8c35a07c493ad6f083633d573d81c660abc5979e9")
|
||||||
version("0.18.1", sha256="4ec0134a5e31797eb3c6c624dbe9354f2a8ee9c720e0b46fc5b7bab472b7c6d4")
|
version("0.18.1", sha256="4ec0134a5e31797eb3c6c624dbe9354f2a8ee9c720e0b46fc5b7bab472b7c6d4")
|
||||||
|
|
||||||
depends_on("py-maturin@0.13", type="build")
|
depends_on("py-maturin@0.13", type="build", when="@0.18.1")
|
||||||
|
depends_on("py-maturin@0.14:2", type="build", when="@1:")
|
||||||
depends_on("py-anyio@3:", type=("build", "run"))
|
depends_on("py-anyio@3:", type=("build", "run"))
|
||||||
|
Loading…
Reference in New Issue
Block a user