GNU bug report logs -
#47906
[PATCH 00/22] Add Spyder
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello Guix.
This series adds the Spyder IDE with all testing dependencies. The spyder package still has some rough edges: there is a warning about the parso version on startup, I had to disable the tests and there's a bug when importing numpy from a script (seems to be an issue with the numpy version). See
https://github.com/numpy/numpy/issues/14384
. Everything else seems to work after brief testing.
I didn't check if the qtconsole, watchdog and qdarkstyle updates would break other packages though.
Vinicius Monego (22):
gnu: Add python-spyder-kernels.
gnu: Add python-textdistance.
gnu: Add python-three-merge.
gnu: Add python-pyls-black.
gnu: Add python-pyls-spyder.
gnu: python-watchdog: Update to 1.0.2.
gnu: python-qtconsole: Update to 5.0.3.
gnu: python-qtconsole: Enable tests.
gnu: Add python-tinycss.
gnu: Add python-qstylizer.
gnu: python-language-server: Enable tests.
gnu: Add python-pytest-qt.
gnu: Add python-qtawesome.
gnu: Add python-qtsass.
gnu: python-qdarkstyle: Update to 3.0.2.
gnu: Add python-easyprocess.
gnu: Add python-entrypoint2.
gnu: Add python-pyvirtualdisplay.
gnu: Add python-pytest-xvfb.
gnu: python-diff-match-patch: Update to 20200713.
gnu: python-language-server: Relax dependency versions.
gnu: Add spyder.
gnu/local.mk | 3 +-
gnu/packages/python-check.scm | 76 ++++++-
gnu/packages/python-web.scm | 45 ++++-
gnu/packages/python-xyz.scm | 366 +++++++++++++++++++++++++++++++---
gnu/packages/spyder.scm | 229 ++++++++++++++++++++++
5 files changed, 693 insertions(+), 30 deletions(-)
create mode 100644 gnu/packages/spyder.scm
--
2.31.1
This bug report was last modified 2 years and 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.