Skip to content

Commit

Permalink
python3Packages.spyder_3: Added spyder_3
Browse files Browse the repository at this point in the history
cq-editor currently requires spyder v3.x
  • Loading branch information
marcus7070 committed Mar 19, 2020
1 parent a1f4519 commit c5ceb64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,7 +1,7 @@
{ stdenv, buildPythonPackage, fetchPypi, makeDesktopItem, jedi, pycodestyle,
psutil, pyflakes, rope, numpy, scipy, matplotlib, pylint, keyring, numpydoc,
qtconsole, qtawesome, nbconvert, mccabe, pyopengl, cloudpickle, pygments,
spyder-kernels, qtpy, pyzmq, chardet
spyder-kernels_0_5, qtpy, pyzmq, chardet
, pyqtwebengine
}:

Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {

propagatedBuildInputs = [
jedi pycodestyle psutil pyflakes rope numpy scipy matplotlib pylint keyring
numpydoc qtconsole qtawesome nbconvert mccabe pyopengl cloudpickle spyder-kernels
numpydoc qtconsole qtawesome nbconvert mccabe pyopengl cloudpickle spyder-kernels_0_5
pygments qtpy pyzmq chardet pyqtwebengine
];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -1507,8 +1507,8 @@ in {
spyder-kernels = callPackage ../development/python-modules/spyder-kernels {};
spyder-kernels_0_5 = callPackage ../development/python-modules/spyder-kernels/0.x.nix {};

spyder = if isPy3k then callPackage ../development/python-modules/spyder {}
else callPackage ../development/python-modules/spyder/2.nix {};
spyder = callPackage ../development/python-modules/spyder {};
spyder_3 = callPackage ../development/python-modules/spyder/3.nix { };

tenacity = callPackage ../development/python-modules/tenacity { };

Expand Down

0 comments on commit c5ceb64

Please sign in to comment.