unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47906] [PATCH 00/22] Add Spyder
@ 2021-04-20  5:19 Vinicius Monego
  2021-04-20  5:22 ` [bug#47906] [PATCH 01/22] gnu: Add python-spyder-kernels Vinicius Monego
                   ` (2 more replies)
  0 siblings, 3 replies; 29+ messages in thread
From: Vinicius Monego @ 2021-04-20  5:19 UTC (permalink / raw)
  To: 47906; +Cc: Vinicius Monego

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





^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2023-04-20  0:30 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20  5:19 [bug#47906] [PATCH 00/22] Add Spyder Vinicius Monego
2021-04-20  5:22 ` [bug#47906] [PATCH 01/22] gnu: Add python-spyder-kernels Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 02/22] gnu: Add python-textdistance Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 03/22] gnu: Add python-three-merge Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 04/22] gnu: Add python-pyls-black Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 05/22] gnu: Add python-pyls-spyder Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 06/22] gnu: python-watchdog: Update to 1.0.2 Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 07/22] gnu: python-qtconsole: Update to 5.0.3 Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 08/22] gnu: python-qtconsole: Enable tests Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 09/22] gnu: Add python-tinycss Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 10/22] gnu: Add python-qstylizer Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 11/22] gnu: python-language-server: Enable tests Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 12/22] gnu: Add python-pytest-qt Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 13/22] gnu: Add python-qtawesome Vinicius Monego
2021-04-28 12:49     ` Lars-Dominik Braun
2021-04-29 16:07       ` Vinicius Monego
2021-05-02 14:32         ` Lars-Dominik Braun
2021-05-08  9:30           ` Lars-Dominik Braun
2021-04-20  5:22   ` [bug#47906] [PATCH 14/22] gnu: Add python-qtsass Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 15/22] gnu: python-qdarkstyle: Update to 3.0.2 Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 16/22] gnu: Add python-easyprocess Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 17/22] gnu: Add python-entrypoint2 Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 18/22] gnu: Add python-pyvirtualdisplay Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 19/22] gnu: Add python-pytest-xvfb Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 20/22] gnu: python-diff-match-patch: Update to 20200713 Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 21/22] gnu: python-language-server: Relax dependency versions Vinicius Monego
2021-04-20  5:22   ` [bug#47906] [PATCH 22/22] gnu: Add spyder Vinicius Monego
2021-05-26 21:46 ` [bug#47906] [PATCH 00/22] Add Spyder Nicolas Goaziou
2023-04-20  0:29 ` Vinicius Monego

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).