Skip to content

Commit

Permalink
Merge pull request #308103 from GaetanLepage/spyder
Browse files Browse the repository at this point in the history
python311Packages.spyder: 5.5.3 -> 5.5.4
  • Loading branch information
natsukium authored May 2, 2024
2 parents 927faec + 780ac74 commit 2149113
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pkgs/development/python-modules/spyder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
, nbconvert
, numpy
, numpydoc
, pickleshare
, psutil
, pygments
, pylint-venv
Expand All @@ -33,6 +34,7 @@
, rope
, rtree
, scipy
, setuptools
, spyder-kernels
, textdistance
, three-merge
Expand All @@ -41,25 +43,26 @@

buildPythonPackage rec {
pname = "spyder";
version = "5.5.3";
format = "setuptools";
version = "5.5.4";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-i3OEKbiELfEmgff3EQfr6xGc74f1kMx1e+PbbXprkis=";
hash = "sha256-UiIyoFREfd3gV0uhSgZ8TVFQiP3yprrBZDOm3+8Dge0=";
};

patches = [
./dont-clear-pythonpath.patch
];

nativeBuildInputs = [
build-system = [
pyqtwebengine.wrapQtAppsHook
setuptools
];

propagatedBuildInputs = [
dependencies = [
atomicwrites
chardet
cloudpickle
Expand All @@ -73,6 +76,7 @@ buildPythonPackage rec {
nbconvert
numpy
numpydoc
pickleshare
psutil
pygments
pylint-venv
Expand Down

0 comments on commit 2149113

Please sign in to comment.