python3Packages.dash-html-components: init at 1.0.2
This commit is contained in:
parent
fe2af75066
commit
a6bea71dab
@ -0,0 +1,23 @@
|
|||||||
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "dash_html_components";
|
||||||
|
version = "1.0.2";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "166agkrl52j5qin2npsdl2a96jccxz5f1jvcz0hxsnjg0ix0k4l9";
|
||||||
|
};
|
||||||
|
|
||||||
|
# No tests in archive
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "HTML components for Dash";
|
||||||
|
homepage = https://dash.plot.ly/dash-html-components;
|
||||||
|
license = with lib.licenses; [ mit ];
|
||||||
|
};
|
||||||
|
}
|
@ -2448,6 +2448,8 @@ in {
|
|||||||
|
|
||||||
dash-core-components = callPackage ../development/python-modules/dash-core-components { };
|
dash-core-components = callPackage ../development/python-modules/dash-core-components { };
|
||||||
|
|
||||||
|
dash-html-components = callPackage ../development/python-modules/dash-html-components { };
|
||||||
|
|
||||||
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