python3Packages.dash-renderer: init at 1.2.3
This commit is contained in:
parent
a6bea71dab
commit
c8007a7413
23
pkgs/development/python-modules/dash-renderer/default.nix
Normal file
23
pkgs/development/python-modules/dash-renderer/default.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "dash_renderer";
|
||||||
|
version = "1.2.3";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "1ccsykv24dz9xj24106aaj7f0w7x7sv7mamjbx0m6k0wyhh58vw1";
|
||||||
|
};
|
||||||
|
|
||||||
|
# No tests in archive
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Renderer for the Dash framework";
|
||||||
|
homepage = https://dash.plot.ly/;
|
||||||
|
license = with lib.licenses; [ mit ];
|
||||||
|
};
|
||||||
|
}
|
@ -2450,6 +2450,8 @@ in {
|
|||||||
|
|
||||||
dash-html-components = callPackage ../development/python-modules/dash-html-components { };
|
dash-html-components = callPackage ../development/python-modules/dash-html-components { };
|
||||||
|
|
||||||
|
dash-renderer = callPackage ../development/python-modules/dash-renderer { };
|
||||||
|
|
||||||
dateparser = callPackage ../development/python-modules/dateparser { };
|
dateparser = callPackage ../development/python-modules/dateparser { };
|
||||||
|
|
||||||
# Actual name of package
|
# Actual name of package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user