Loading pkgs/development/python-modules/types-deprecated/default.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "types-deprecated"; version = "1.2.9.2"; format = "setuptools"; src = fetchPypi { pname = "types-Deprecated"; inherit version; hash = "sha256-kWFv1nRfi/LUV/u779FM3kODjp8AoEtaDq5Pwfe7xpc="; }; # Modules has no tests doCheck = false; pythonImportsCheck = [ "deprecated-stubs" ]; meta = with lib; { description = "Typing stubs for Deprecated"; homepage = "https://pypi.org/project/types-Deprecated/"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12436,6 +12436,8 @@ self: super: with self; { types-decorator = callPackage ../development/python-modules/types-decorator { }; types-deprecated = callPackage ../development/python-modules/types-deprecated { }; types-docutils = callPackage ../development/python-modules/types-docutils { }; types-enum34 = callPackage ../development/python-modules/types-enum34 { }; Loading Loading
pkgs/development/python-modules/types-deprecated/default.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "types-deprecated"; version = "1.2.9.2"; format = "setuptools"; src = fetchPypi { pname = "types-Deprecated"; inherit version; hash = "sha256-kWFv1nRfi/LUV/u779FM3kODjp8AoEtaDq5Pwfe7xpc="; }; # Modules has no tests doCheck = false; pythonImportsCheck = [ "deprecated-stubs" ]; meta = with lib; { description = "Typing stubs for Deprecated"; homepage = "https://pypi.org/project/types-Deprecated/"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12436,6 +12436,8 @@ self: super: with self; { types-decorator = callPackage ../development/python-modules/types-decorator { }; types-deprecated = callPackage ../development/python-modules/types-deprecated { }; types-docutils = callPackage ../development/python-modules/types-docutils { }; types-enum34 = callPackage ../development/python-modules/types-enum34 { }; Loading