Loading pkgs/development/python-modules/botocore-stubs/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , poetry-core , pythonOlder , types-awscrt , typing-extensions }: buildPythonPackage rec { pname = "botocore-stubs"; version = "1.31.34"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "botocore_stubs"; inherit version; hash = "sha256-7HQvhmNqzyeHIgCYf+IGi6X7kmbOBBcKkOomtpjhVlQ="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ types-awscrt typing-extensions ]; pythonImportsCheck = [ "botocore-stubs" ]; meta = with lib; { description = "Type annotations and code completion for botocore"; homepage = "https://pypi.org/project/botocore-stubs/"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } pkgs/development/python-modules/types-awscrt/default.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , poetry-core , pythonOlder }: buildPythonPackage rec { pname = "types-awscrt"; version = "0.19.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "types_awscrt"; inherit version; hash = "sha256-6u9gQiz3FrSuIW8WS3TWecgrDZxT2zgKN96ymuVXmxs="; }; nativeBuildInputs = [ poetry-core ]; pythonImportsCheck = [ "awscrt-stubs" ]; meta = with lib; { description = "Type annotations and code completion for awscrt"; homepage = "https://github.com/youtype/types-awscrt"; changelog = "https://github.com/youtype/types-awscrt/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -1525,6 +1525,8 @@ self: super: with self; { botocore = callPackage ../development/python-modules/botocore { }; botocore-stubs = callPackage ../development/python-modules/botocore-stubs { }; botorch = callPackage ../development/python-modules/botorch { }; bottle = callPackage ../development/python-modules/bottle { }; Loading Loading @@ -13118,6 +13120,8 @@ self: super: with self; { types-appdirs = callPackage ../development/python-modules/types-appdirs { }; types-awscrt = callPackage ../development/python-modules/types-awscrt { }; types-beautifulsoup4 = callPackage ../development/python-modules/types-beautifulsoup4 { }; types-colorama = callPackage ../development/python-modules/types-colorama { }; Loading Loading
pkgs/development/python-modules/botocore-stubs/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , poetry-core , pythonOlder , types-awscrt , typing-extensions }: buildPythonPackage rec { pname = "botocore-stubs"; version = "1.31.34"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "botocore_stubs"; inherit version; hash = "sha256-7HQvhmNqzyeHIgCYf+IGi6X7kmbOBBcKkOomtpjhVlQ="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ types-awscrt typing-extensions ]; pythonImportsCheck = [ "botocore-stubs" ]; meta = with lib; { description = "Type annotations and code completion for botocore"; homepage = "https://pypi.org/project/botocore-stubs/"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }
pkgs/development/python-modules/types-awscrt/default.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , poetry-core , pythonOlder }: buildPythonPackage rec { pname = "types-awscrt"; version = "0.19.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "types_awscrt"; inherit version; hash = "sha256-6u9gQiz3FrSuIW8WS3TWecgrDZxT2zgKN96ymuVXmxs="; }; nativeBuildInputs = [ poetry-core ]; pythonImportsCheck = [ "awscrt-stubs" ]; meta = with lib; { description = "Type annotations and code completion for awscrt"; homepage = "https://github.com/youtype/types-awscrt"; changelog = "https://github.com/youtype/types-awscrt/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -1525,6 +1525,8 @@ self: super: with self; { botocore = callPackage ../development/python-modules/botocore { }; botocore-stubs = callPackage ../development/python-modules/botocore-stubs { }; botorch = callPackage ../development/python-modules/botorch { }; bottle = callPackage ../development/python-modules/bottle { }; Loading Loading @@ -13118,6 +13120,8 @@ self: super: with self; { types-appdirs = callPackage ../development/python-modules/types-appdirs { }; types-awscrt = callPackage ../development/python-modules/types-awscrt { }; types-beautifulsoup4 = callPackage ../development/python-modules/types-beautifulsoup4 { }; types-colorama = callPackage ../development/python-modules/types-colorama { }; Loading