10 pname = "py-deprecate";
12 format = "setuptools";
15 inherit pname version;
17 src = fetchFromGitHub {
21 hash = "sha256-84RmQvLxwtLPQk3hX7Q6eeJeejhrO3t+mc95W1E85Fg=";
29 pythonImportsCheck = [ "deprecate" ];
32 description = "Module for marking deprecated functions or classes and re-routing to the new successors' instance. Used by torchmetrics";
33 homepage = "https://borda.github.io/pyDeprecate/";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ SomeoneSerge ];