mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
python312Packages.dash-renderer: remove
dash-renderer has been removed since it is abandoned
This commit is contained in:
parent
4a4790f0ff
commit
8e7104fd7f
3 changed files with 1 additions and 27 deletions
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dash_renderer";
|
||||
version = "1.9.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "73a69e3d145880e68e42723ad10182251d92b44f3efe92b8763145cfd2158e7e";
|
||||
};
|
||||
|
||||
# No tests in archive
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Renderer for the Dash framework";
|
||||
homepage = "https://dash.plot.ly/";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.antoinerg ];
|
||||
};
|
||||
}
|
|
@ -136,6 +136,7 @@ mapAliases ({
|
|||
cx_oracle = cx-oracle; # added 2024-01-03
|
||||
d2to1 = throw "d2to1 is archived and no longer works with setuptools v68"; # added 2023-07-30
|
||||
dask-xgboost = throw "dask-xgboost was removed because its features are available in xgboost"; # added 2022-05-24
|
||||
dash-renderer = throw "dash-renderer has been removed since it is abandoned"; # added 2025-01-01
|
||||
dateutil = python-dateutil; # added 2021-07-03
|
||||
debian = python-debian; # added 2024-12-10
|
||||
deep_merge = throw "deep_merge has been removed, since it is no longer maintained and may be broken."; # added 2023-10-09
|
||||
|
|
|
@ -2922,8 +2922,6 @@ self: super: with self; {
|
|||
|
||||
dash-html-components = callPackage ../development/python-modules/dash-html-components { };
|
||||
|
||||
dash-renderer = callPackage ../development/python-modules/dash-renderer { };
|
||||
|
||||
dash-table = callPackage ../development/python-modules/dash-table { };
|
||||
|
||||
dashing = callPackage ../development/python-modules/dashing { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue