py-hatchling: add v1.27.0 (#50146)
* py-hatchling: add v1.27.0 * py-hatchling: fix deps
This commit is contained in:
parent
c633149874
commit
6547758b2f
@ -14,6 +14,7 @@ class PyHatchling(PythonPackage):
|
||||
|
||||
license("MIT", checked_by="tgamblin")
|
||||
|
||||
version("1.27.0", sha256="971c296d9819abb3811112fc52c7a9751c8d381898f36533bb16f9791e941fd6")
|
||||
version("1.25.0", sha256="7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262")
|
||||
version("1.24.2", sha256="41ddc27cdb25db9ef7b68bef075f829c84cb349aa1bff8240797d012510547b0")
|
||||
version("1.21.0", sha256="5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c")
|
||||
@ -25,11 +26,23 @@ class PyHatchling(PythonPackage):
|
||||
version("1.8.1", sha256="448b04b23faed669b2b565b998ac955af4feea66c5deed3a1212ac9399d2e1cd")
|
||||
version("1.4.1", sha256="13461b42876ade4f75ee5d2a2c656b288ca0aab7f048ef66657ef166996b2118")
|
||||
|
||||
depends_on("py-editables@0.3:", type=("build", "run"))
|
||||
depends_on("py-packaging@21.3:", type=("build", "run"))
|
||||
depends_on("py-packaging@23.2:", when="@1.24.2:", type=("build", "run"))
|
||||
depends_on("py-pathspec@0.10.1:", when="@1.9:", type=("build", "run"))
|
||||
depends_on("py-pathspec@0.9:", type=("build", "run"))
|
||||
depends_on("py-pluggy@1:", type=("build", "run"))
|
||||
depends_on("py-tomli@1.2.2:", when="^python@:3.10", type=("build", "run"))
|
||||
depends_on("py-trove-classifiers", when="@1.14:", type=("build", "run"))
|
||||
with default_args(type=("build", "run")):
|
||||
depends_on("python@3.8:", when="@1.18:")
|
||||
depends_on("python@3.7:", when="@1.12:")
|
||||
|
||||
depends_on("py-editables@0.3:", when="@:1.21")
|
||||
|
||||
depends_on("py-importlib-metadata", when="@1.12:1.17 ^python@:3.7")
|
||||
|
||||
depends_on("py-packaging@24.2:", when="@1.26:")
|
||||
depends_on("py-packaging@23.2:", when="@1.23:")
|
||||
depends_on("py-packaging@21.3:")
|
||||
|
||||
depends_on("py-pathspec@0.10.1:", when="@1.9:")
|
||||
depends_on("py-pathspec@0.9:")
|
||||
|
||||
depends_on("py-pluggy@1:")
|
||||
|
||||
depends_on("py-tomli@1.2.2:", when="^python@:3.10")
|
||||
|
||||
depends_on("py-trove-classifiers", when="@1.14:")
|
||||
|
Loading…
Reference in New Issue
Block a user