python311Packages.linear-operator: rename from linear_operator (#279258)

This commit is contained in:
Felix Bühler 2024-01-07 22:08:32 +01:00 committed by GitHub
parent c54a0bd8b7
commit 8694fb4187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 7 deletions

View file

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, gpytorch
, linear_operator
, linear-operator
, multipledispatch
, pyro-ppl
, setuptools
@ -33,7 +33,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
gpytorch
linear_operator
linear-operator
multipledispatch
pyro-ppl
scipy

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, linear_operator
, linear-operator
, scikit-learn
, setuptools
, setuptools-scm
@ -31,7 +31,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
linear_operator
linear-operator
scikit-learn
torch
];

View file

@ -11,13 +11,13 @@
}:
buildPythonPackage rec {
pname = "linear_operator";
pname = "linear-operator";
version = "0.5.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "cornellius-gp";
repo = pname;
repo = "linear_operator";
rev = "refs/tags/v${version}";
hash = "sha256-OuE6jx9Q4IU+b2a+mrglRdBOReN1tt/thetNXxwk1GI=";
};

View file

@ -245,6 +245,7 @@ mapAliases ({
ledger_agent = ledger-agent; # Added 2024-01-07
lektor = throw "lektor has been promoted to a top-level attribute"; # added 2023-08-01
line_profiler = line-profiler; # added 2023-11-04
linear_operator = linear-operator; # added 2024-01-07
livestreamer = throw "'livestreamer' has been removed, as it unmaintained. A currently maintained fork is 'streamlink'."; # added 2023-11-14
livestreamer-curses = throw "'livestreamer-curses' has been removed as it, and livestreamer itself are unmaintained."; # added 2023-11-14
logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29

View file

@ -6493,7 +6493,7 @@ self: super: with self; {
limnoria = callPackage ../development/python-modules/limnoria { };
linear_operator = callPackage ../development/python-modules/linear_operator { };
linear-operator = callPackage ../development/python-modules/linear-operator { };
linecache2 = callPackage ../development/python-modules/linecache2 { };