Unverified Commit c1f6573e authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python3Packages.types-enum34: remove (#382168)

parents 4f6e7363 e2ea971c
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
}:

buildPythonPackage rec {
  pname = "types-enum34";
  version = "1.1.8";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "0421lr89vv3fpg77kkj5nmzd7z3nmhw4vh8ibsjp6vfh86b7d73g";
  };

  pythonImportsCheck = [ "enum-python2-stubs" ];

  meta = with lib; {
    description = "Typing stubs for enum34";
    homepage = "https://github.com/python/typeshed";
    license = licenses.asl20;
    maintainers = with maintainers; [ jpetrucciani ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -719,6 +719,7 @@ mapAliases ({
  twitter-common-log = throw "twitter-common-log has been removed because it is abandoned and unmaintained"; # added 2024-07-14
  twitter-common-options = throw "twitter-common-options has been removed because it is abandoned and unmaintained"; # added 2024-07-14
  types-cryptography = throw "types-cryptography has been removed because it is obsolete since cryptography version 3.4.4."; # added 2022-05-30
  types-enum34 = throw "types-enum34 is obselete since Python 3.4"; # added 2025-02-15
  types-paramiko = throw "types-paramiko has been removed because it was unused."; # added 2022-05-30
  ufoLib2 = ufolib2; # added 2024-01-07
  ukrainealarm = throw "ukrainealarm has been removed, as it has been replaced as a home-assistant dependency by uasiren."; # added 2024-01-05
+0 −2
Original line number Diff line number Diff line
@@ -17579,8 +17579,6 @@ self: super: with self; {
  types-docutils = callPackage ../development/python-modules/types-docutils { };
  types-enum34 = callPackage ../development/python-modules/types-enum34 { };
  types-freezegun = callPackage ../development/python-modules/types-freezegun { };
  types-futures = callPackage ../development/python-modules/types-futures { };