python3Packages.jsonschema-rs: add update script

To allow using the local update script for maintainers.
This commit is contained in:
Wolfgang Walther
2025-04-22 09:52:59 +02:00
parent 54bd55332b
commit 083538e5d2
@@ -3,6 +3,7 @@
fetchPypi,
hypothesis,
lib,
nix-update-script,
pytestCheckHook,
pythonOlder,
rustPlatform,
@@ -41,6 +42,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "jsonschema_rs" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "High-performance JSON Schema validator for Python";
homepage = "https://github.com/Stranger6667/jsonschema/tree/master/crates/jsonschema-py";