8 buildPythonPackage rec {
15 sha256 = "sha256-Q6xTNdqQwxwkugKK9TapHUHVP55pAd2wIbzFcs5E440=";
18 propagatedBuildInputs = [
26 pythonImportsCheck = [ "deprecated" ];
29 homepage = "https://github.com/tantale/deprecated";
30 description = "Python @deprecated decorator to deprecate old python classes, functions or methods";
31 license = licenses.mit;
32 maintainers = with maintainers; [ tilpner ];