Loading pkgs/development/python-modules/types-html5lib/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,20 +3,23 @@ buildPythonPackage, fetchPypi, setuptools, types-webencodings, }: buildPythonPackage rec { pname = "types-html5lib"; version = "1.1.11.20251014"; version = "1.1.11.20251115"; pyproject = true; src = fetchPypi { pname = "types_html5lib"; inherit version; hash = "sha256-zGKNYm4BEaJCamT18GHs/RE5WLaf9rPcDqrtI0e6lFU="; hash = "sha256-pLZmoG5JbXsqlInckgbwmiSfq3xihlrGAkzsJGKLFdM="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ types-webencodings ]; # Module has no tests doCheck = false; Loading pkgs/development/python-modules/types-webencodings/default.nix 0 → 100644 +29 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, }: buildPythonPackage rec { pname = "types-webencodings"; version = "0.5.0.20251108"; pyproject = true; src = fetchPypi { pname = "types_webencodings"; inherit version; hash = "sha256-I3jizszO09QbteITh1hue1MF4RUZ/GsGWcYp8jsuXeQ="; }; build-system = [ setuptools ]; pythonImportsCheck = [ "webencodings-stubs" ]; meta = { description = "Typing stubs for webencodings"; homepage = "https://pypi.org/project/types-webencodings/"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -19601,6 +19601,8 @@ self: super: with self; { types-urllib3 = callPackage ../development/python-modules/types-urllib3 { }; types-webencodings = callPackage ../development/python-modules/types-webencodings { }; types-xxhash = callPackage ../development/python-modules/types-xxhash { }; typesentry = callPackage ../development/python-modules/typesentry { }; Loading
pkgs/development/python-modules/types-html5lib/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,20 +3,23 @@ buildPythonPackage, fetchPypi, setuptools, types-webencodings, }: buildPythonPackage rec { pname = "types-html5lib"; version = "1.1.11.20251014"; version = "1.1.11.20251115"; pyproject = true; src = fetchPypi { pname = "types_html5lib"; inherit version; hash = "sha256-zGKNYm4BEaJCamT18GHs/RE5WLaf9rPcDqrtI0e6lFU="; hash = "sha256-pLZmoG5JbXsqlInckgbwmiSfq3xihlrGAkzsJGKLFdM="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ types-webencodings ]; # Module has no tests doCheck = false; Loading
pkgs/development/python-modules/types-webencodings/default.nix 0 → 100644 +29 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, }: buildPythonPackage rec { pname = "types-webencodings"; version = "0.5.0.20251108"; pyproject = true; src = fetchPypi { pname = "types_webencodings"; inherit version; hash = "sha256-I3jizszO09QbteITh1hue1MF4RUZ/GsGWcYp8jsuXeQ="; }; build-system = [ setuptools ]; pythonImportsCheck = [ "webencodings-stubs" ]; meta = { description = "Typing stubs for webencodings"; homepage = "https://pypi.org/project/types-webencodings/"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -19601,6 +19601,8 @@ self: super: with self; { types-urllib3 = callPackage ../development/python-modules/types-urllib3 { }; types-webencodings = callPackage ../development/python-modules/types-webencodings { }; types-xxhash = callPackage ../development/python-modules/types-xxhash { }; typesentry = callPackage ../development/python-modules/typesentry { };