python3Packages.tikzplotlib: drop

see https://github.com/nschloe/tikzplotlib/issues/559 and https://github.com/nschloe/tikzplotlib/issues/618
This commit is contained in:
Robert Schütz
2025-11-11 18:46:32 -08:00
parent 23208dde43
commit fa227cfdb7
3 changed files with 1 additions and 47 deletions
@@ -1,45 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
matplotlib,
numpy,
pillow,
webcolors,
flit-core,
pytestCheckHook,
pandas,
}:
buildPythonPackage rec {
pname = "tikzplotlib";
version = "0.10.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "nschloe";
repo = "tikzplotlib";
rev = "v${version}";
hash = "sha256-PLExHhEnxkEiXsE0rqvpNWwVZ+YoaDa2BTx8LktdHl0=";
};
propagatedBuildInputs = [
matplotlib
numpy
pillow
webcolors
flit-core
];
nativeCheckInputs = [
pytestCheckHook
pandas
];
meta = with lib; {
description = "Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX";
homepage = "https://github.com/nschloe/tikzplotlib";
license = licenses.mit;
maintainers = with maintainers; [ doronbehar ];
};
}
+1
View File
@@ -457,6 +457,7 @@ mapAliases {
Theano = throw "'Theano' has been renamed to/replaced by 'theano'"; # Converted to throw 2025-10-29
TheanoWithCuda = throw "'TheanoWithCuda' has been renamed to/replaced by 'theanoWithCuda'"; # Converted to throw 2025-10-29
TheanoWithoutCuda = throw "'TheanoWithoutCuda' has been renamed to/replaced by 'theanoWithoutCuda'"; # Converted to throw 2025-10-29
tikzplotlib = throw "tikzplotlib was removed because it is incompatible with recent versions of matplotlib and webcolors"; # added 2025-11-11
torrent_parser = throw "'torrent_parser' has been renamed to/replaced by 'torrent-parser'"; # Converted to throw 2025-10-29
treeo = throw "treeo has been removed because it has been marked as broken since 2023."; # Added 2025-10-11
treex = throw "treex has been removed because it has transitively been marked as broken since 2023."; # Added 2025-10-11
-2
View File
@@ -18563,8 +18563,6 @@ self: super: with self; {
tiktoken = callPackage ../development/python-modules/tiktoken { };
tikzplotlib = callPackage ../development/python-modules/tikzplotlib { };
tiledb = callPackage ../development/python-modules/tiledb { inherit (pkgs) tiledb; };
tilequant = callPackage ../development/python-modules/tilequant { };