Unverified Commit 8271c335 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

python3Packages.moretools: drop

parent 887566a1
Loading
Loading
Loading
Loading
+0 −42
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
  six,
  path,
  zetup,
  pytest,
  decorator,
}:

buildPythonPackage rec {
  pname = "moretools";
  version = "0.1.12";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "73b0469d4f1df6d967508103473f0b1524708adbff71f8f90ef71d9a44226b22";
  };

  checkPhase = ''
    py.test test
  '';

  nativeBuildInputs = [ zetup ];
  nativeCheckInputs = [
    six
    path
    pytest
  ];
  propagatedBuildInputs = [ decorator ];

  meta = {
    description = ''
      Many more basic tools for python 2/3 extending itertools, functools, operator and collections
    '';
    homepage = "https://bitbucket.org/userzimmermann/python-moretools";
    license = lib.licenses.gpl3Plus;
    platforms = lib.platforms.unix;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -278,6 +278,7 @@ mapAliases {
  mkdocs-minify = throw "'mkdocs-minify' has been renamed to/replaced by 'mkdocs-minify-plugin'"; # Converted to throw 2025-10-29
  mne-python = throw "'mne-python' has been renamed to/replaced by 'mne'"; # Converted to throw 2025-10-29
  modeled = "'modeled' has been removed because it is unmaintained"; # Added 2026-01-19
  moretools = "'moretools' has been removed because it is unmaintained"; # Added 2026-01-19
  mpris-server = throw "mpris-server was removed because it is unused"; # added 2025-10-31
  msldap-bad = throw "'msldap-bad' has been renamed to/replaced by 'badldap'"; # added 2025-11-06
  mullvad-closest = throw "'mullvad-closest' has been removed as it was unmaintained. Consider using 'mullvad-compass' instead."; # Added 2026-01-13
+0 −2
Original line number Diff line number Diff line
@@ -10002,8 +10002,6 @@ self: super: with self; {
  moreorless = callPackage ../development/python-modules/moreorless { };
  moretools = callPackage ../development/python-modules/moretools { };
  morfessor = callPackage ../development/python-modules/morfessor { };
  morphys = callPackage ../development/python-modules/morphys { };