Loading pkgs/development/python-modules/types-click/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , setuptools }: let pname = "types-click"; version = "7.1.8"; in buildPythonPackage { inherit pname version; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-tmBJaL5kAdxRYxHKUHCKCii6p6DLhA79dBLw27/04JI="; }; nativeBuildInputs = [ setuptools ]; meta = with lib; { description = "Collection of library stubs for Python, with static types"; homepage = "https://github.com/python/typeshed"; license = licenses.asl20; maintainers = with maintainers; [ jfvillablanca ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -14935,6 +14935,8 @@ self: super: with self; { types-beautifulsoup4 = callPackage ../development/python-modules/types-beautifulsoup4 { }; types-click = callPackage ../development/python-modules/types-click { }; types-colorama = callPackage ../development/python-modules/types-colorama { }; types-dateutil = callPackage ../development/python-modules/types-dateutil { }; Loading Loading
pkgs/development/python-modules/types-click/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , setuptools }: let pname = "types-click"; version = "7.1.8"; in buildPythonPackage { inherit pname version; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-tmBJaL5kAdxRYxHKUHCKCii6p6DLhA79dBLw27/04JI="; }; nativeBuildInputs = [ setuptools ]; meta = with lib; { description = "Collection of library stubs for Python, with static types"; homepage = "https://github.com/python/typeshed"; license = licenses.asl20; maintainers = with maintainers; [ jfvillablanca ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -14935,6 +14935,8 @@ self: super: with self; { types-beautifulsoup4 = callPackage ../development/python-modules/types-beautifulsoup4 { }; types-click = callPackage ../development/python-modules/types-click { }; types-colorama = callPackage ../development/python-modules/types-colorama { }; types-dateutil = callPackage ../development/python-modules/types-dateutil { }; Loading