Commit 1cd19c7a authored by Doron Behar's avatar Doron Behar
Browse files

python312Packages.holoview: order inputs; no with lib; in meta

parent e0490b14
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  colorcet,
  fetchPypi,
  pythonOlder,

  # build-system
  hatch-vcs,
  hatchling,

  # dependencies
  colorcet,
  numpy,
  pandas,
  panel,
  param,
  pythonOlder,
  pyviz-comms,
}:

@@ -44,11 +48,11 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "holoviews" ];

  meta = with lib; {
  meta = {
    description = "Python data analysis and visualization seamless and simple";
    mainProgram = "holoviews";
    homepage = "https://www.holoviews.org/";
    license = licenses.bsd3;
    license = lib.licenses.bsd3;
    maintainers = [ ];
  };
}