Merge pull request #216097 from alyssais/lightning-drop

python3.pkgs.lightning: drop
This commit is contained in:
Martin Weinelt 2023-02-13 17:34:01 +00:00 committed by GitHub
commit 492cb35f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 32 deletions

View file

@ -1,30 +0,0 @@
{ lib
, buildPythonPackage
, fetchPypi
, pytest
, jinja2
, matplotlib
, numpy
, requests
, six
}:
buildPythonPackage rec {
version = "1.2.1";
pname = "lightning-python";
src = fetchPypi {
inherit pname version;
sha256 = "3987d7d4a634bdb6db9bcf212cf4d2f72bab5bc039f4f6cbc02c9d01c4ade792";
};
buildInputs = [ pytest ];
propagatedBuildInputs = [ jinja2 matplotlib numpy requests six ];
meta = with lib; {
description = "A Python client library for the Lightning data visualization server";
homepage = "http://lightning-viz.org";
license = licenses.mit;
};
}

View file

@ -5464,8 +5464,6 @@ self: super: with self; {
lightgbm = callPackage ../development/python-modules/lightgbm { };
lightning = callPackage ../development/python-modules/lightning { };
lightning-utilities = callPackage ../development/python-modules/lightning-utilities { };
lightparam = callPackage ../development/python-modules/lightparam { };