9 pname = "py-deprecate";
13 inherit pname version;
15 src = fetchFromGitHub {
19 hash = "sha256-84RmQvLxwtLPQk3hX7Q6eeJeejhrO3t+mc95W1E85Fg=";
27 pythonImportsCheck = [ "deprecate" ];
30 description = "A module for marking deprecated functions or classes and re-routing to the new successors' instance. Used by torchmetrics";
31 homepage = "https://borda.github.io/pyDeprecate/";
32 license = licenses.asl20;
33 maintainers = with maintainers; [