Loading pkgs/development/python-modules/types-six/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, }: buildPythonPackage rec { pname = "types-six"; version = "1.17.0.20250515"; pyproject = true; src = fetchPypi { pname = "types_six"; inherit version; hash = "sha256-9PfwOYy3kwTog5czbmQrFelvvqz1uW12Jdo2awadLRg="; }; build-system = [ setuptools ]; # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "six-stubs" ]; meta = { description = "Typing stubs for six"; homepage = "https://github.com/python/typeshed"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ YorikSar ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -19306,6 +19306,8 @@ self: super: with self; { types-setuptools = callPackage ../development/python-modules/types-setuptools { }; types-six = callPackage ../development/python-modules/types-six { }; types-tabulate = callPackage ../development/python-modules/types-tabulate { }; types-toml = callPackage ../development/python-modules/types-toml { }; Loading
pkgs/development/python-modules/types-six/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, }: buildPythonPackage rec { pname = "types-six"; version = "1.17.0.20250515"; pyproject = true; src = fetchPypi { pname = "types_six"; inherit version; hash = "sha256-9PfwOYy3kwTog5czbmQrFelvvqz1uW12Jdo2awadLRg="; }; build-system = [ setuptools ]; # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "six-stubs" ]; meta = { description = "Typing stubs for six"; homepage = "https://github.com/python/typeshed"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ YorikSar ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -19306,6 +19306,8 @@ self: super: with self; { types-setuptools = callPackage ../development/python-modules/types-setuptools { }; types-six = callPackage ../development/python-modules/types-six { }; types-tabulate = callPackage ../development/python-modules/types-tabulate { }; types-toml = callPackage ../development/python-modules/types-toml { };