Commit b7279ae6 authored by Sarah Clark's avatar Sarah Clark
Browse files

python314Packages.typesentry: drop

parent 6299106d
Loading
Loading
Loading
Loading
+0 −31
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  colorama,
  pytestCheckHook,
}:

buildPythonPackage {
  pname = "typesentry";
  version = "0.2.7";
  format = "setuptools";

  # Only wheel distribution is available on PyPi.
  src = fetchFromGitHub {
    owner = "h2oai";
    repo = "typesentry";
    rev = "0ca8ed0e62d15ffe430545e7648c9a9b2547b49c";
    sha256 = "0z615f9dxaab3bay3v27j7q99qm6l6q8xv872yvsp87sxj7apfki";
  };

  propagatedBuildInputs = [ colorama ];
  nativeCheckInputs = [ pytestCheckHook ];

  meta = {
    description = "Python 2.7 & 3.5+ runtime type-checker";
    homepage = "https://github.com/h2oai/typesentry";
    license = lib.licenses.asl20;
    maintainers = [ ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -517,6 +517,7 @@ mapAliases {
  tweedledum = throw "'tweedledum' has been removed due to lack of upstream maintenance."; # Added 2025-11-22
  typed-ast = throw "typed-ast was removed because it went end of life in July 2023"; # added 2025-05-24
  types-typed-ast = throw "types-typed-ast was removed because so was typed-ast"; # added 2025-05-24
  typesentry = throw "typesentry was removed because it was broken and unmaintained"; # added 2026-02-02
  typesystem = throw "'typesystem' has been removed as it was broken, unmaintained, and archived upstream"; # Added 2025-11-27
  typical = throw "'typical' has been removed as it was broken and archived upstream"; # Added 2025-11-27
  uamqp = throw "'uamqp' has been removed because it is broken and unmaintained."; # added 2025-06-11
+0 −2
Original line number Diff line number Diff line
@@ -20008,8 +20008,6 @@ self: super: with self; {
    inherit (pkgs) typesense curl;
  };
  typesentry = callPackage ../development/python-modules/typesentry { };
  typeshed-client = callPackage ../development/python-modules/typeshed-client { };
  typing = null;