python3Packages.mutag: remove (#410927)

This commit is contained in:
Yohann Boniface
2025-05-26 00:19:18 +02:00
committed by GitHub
3 changed files with 1 additions and 42 deletions
@@ -1,40 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
pyparsing,
pythonOlder,
setuptools,
}:
buildPythonPackage {
pname = "mutag";
version = "0.0.2-unstable-2018-08-20";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "aroig";
repo = "mutag";
rev = "9425169eb5d4aa9eb09f2809a09b83855b3acbef";
hash = "sha256-fEMmFRoFyLkqusAuhdx3XEPaPsu1x86ACAz9Vkl9YfA=";
};
build-system = [ setuptools ];
dependencies = [ pyparsing ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [ "mutag" ];
meta = with lib; {
description = "Script to change email tags in a mu indexed maildir";
homepage = "https://github.com/aroig/mutag";
license = licenses.gpl3Plus;
maintainers = [ ];
mainProgram = "mutag";
};
}
+1
View File
@@ -423,6 +423,7 @@ mapAliases ({
mox3 = throw "mox3 was removed because it is unmaintained"; # added 2024-08-30
mrkd = throw "mrkd has been promoted to a top-level attribute name: `pkgs.mrkd`"; # added 2023-08-01
multi_key_dict = multi-key-dict; # added 2023-11-05
mutag = throw "mutag has been removed because it is unmaintained since 2018"; # added 2025-05-25
mutmut = throw "mutmut has been promoted to a top-level attribute name: `pkgs.mutmut`"; # added 2022-10-02
n3fit = throw "n3fit has been removed since it relies on a dependency that was removed"; # added 2024-08-24
nbmerge = throw "nbmerge has moved to pkgs.nbmerge"; # added 2024-07-05
-2
View File
@@ -9320,8 +9320,6 @@ self: super: with self; {
musicbrainzngs = callPackage ../development/python-modules/musicbrainzngs { };
mutag = callPackage ../development/python-modules/mutag { };
mutagen = callPackage ../development/python-modules/mutagen { };
mutatormath = callPackage ../development/python-modules/mutatormath { };