9 buildPythonPackage rec {
12 format = "setuptools";
13 outputs = [ "out" "doc" ];
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-H5Gp2F/ChMeEH4fSYXIB34syDIzDymfN949ksJnS0k4=";
26 propagatedBuildInputs = [
34 pythonImportsCheck = [ "deprecated" ];
37 homepage = "https://github.com/tantale/deprecated";
38 description = "Python @deprecated decorator to deprecate old python classes, functions or methods";
39 license = licenses.mit;
40 maintainers = with maintainers; [ tilpner ];