mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.meld3: drop (#529253)
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "meld3";
|
||||
version = "2.0.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "3ea266994f1aa83507679a67b493b852c232a7905e29440a6b868558cad5e775";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "HTML/XML templating engine used by supervisor";
|
||||
homepage = "https://github.com/supervisor/meld3";
|
||||
license = lib.licenses.free;
|
||||
};
|
||||
}
|
||||
@@ -369,6 +369,7 @@ mapAliases {
|
||||
mdformat-tables = "'mdformat-tables' has been archived and replaced by 'mdformat-gfm"; # added 2025-01-25
|
||||
MDP = throw "'MDP' has been renamed to/replaced by 'mdp'"; # Converted to throw 2025-10-29
|
||||
MechanicalSoup = throw "'MechanicalSoup' has been renamed to/replaced by 'mechanicalsoup'"; # Converted to throw 2025-10-29
|
||||
meld3 = throw "'meld3' has been removed because it was unused and unmaintained upstream"; # added 2026-06-08
|
||||
memcached = throw "'memcached' has been renamed to/replaced by 'python-memcached'"; # Converted to throw 2025-10-29
|
||||
memory_profiler = throw "'memory_profiler' has been renamed to/replaced by 'memory-profiler'"; # Converted to throw 2025-10-29
|
||||
mesa = throw "python3Packages.mesa has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-03
|
||||
|
||||
@@ -10308,8 +10308,6 @@ self: super: with self; {
|
||||
|
||||
meinheld = callPackage ../development/python-modules/meinheld { };
|
||||
|
||||
meld3 = callPackage ../development/python-modules/meld3 { };
|
||||
|
||||
melnor-bluetooth = callPackage ../development/python-modules/melnor-bluetooth { };
|
||||
|
||||
memestra = callPackage ../development/python-modules/memestra { };
|
||||
|
||||
Reference in New Issue
Block a user