[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/242: gnu: python-ipyparallel: Update to 8.2.1.
From: |
guix-commits |
Subject: |
107/242: gnu: python-ipyparallel: Update to 8.2.1. |
Date: |
Wed, 11 May 2022 18:02:59 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 19020220781772179160ffd5b9707b90a9508625
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 13 00:35:21 2022 -0400
gnu: python-ipyparallel: Update to 8.2.1.
* gnu/packages/python-xyz.scm (python-ipyparallel-bootstrap): Update to
8.2.1.
[propagated-inputs]: Add python-entrypoints, python-psutil and python-tqdm.
Update python-tornado to version 6.
(python-ipyparallel)[phases]{check}: Override phase.
[native-inputs]: Remove python-mock and python-nose. Add
python-pytest-asyncio and python-pytest-tornado.
---
gnu/packages/python-xyz.scm | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 693067eb8e..bf29edb78e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8777,14 +8777,14 @@ away.")
(hidden-package
(package
(name "python-ipyparallel-bootstrap")
- (version "6.2.4")
+ (version "8.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ipyparallel" version))
(sha256
(base32
- "0rf0dbpxf5z82bw8lsjj45r3wdd4wc74anz4wiiaf2rbjqlb1ivn"))))
+ "0wiwfd7870zbmczzn96jqxxjf2zcbcaxnsl1ddn8hspwa8y4frzj"))))
(build-system python-build-system)
(arguments
(list
@@ -8796,12 +8796,14 @@ away.")
(propagated-inputs
(list python-dateutil
python-decorator
- ;; python-ipykernel is omitted here to avoid a cycle.
+ python-entrypoints
python-ipython
- python-ipython-genutils
+ ;; python-ipykernel is omitted here to break a cycle.
python-jupyter-client-bootstrap
+ python-psutil
python-pyzmq
- python-tornado
+ python-tornado-6
+ python-tqdm
python-traitlets))
(home-page "https://ipython.org/")
(synopsis "Interactive Parallel Computing with IPython")
@@ -8820,13 +8822,19 @@ CLI scripts:
(package
(inherit python-ipyparallel-bootstrap)
(name "python-ipyparallel")
- (arguments (list #:tests? #t))
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (invoke "pytest" "-vv"))))))
(native-inputs
(list python-ipython
- python-mock
- python-nose
python-pytest
+ python-pytest-asyncio
python-pytest-cov
+ python-pytest-tornado
python-testpath))
(propagated-inputs
(modify-inputs (package-propagated-inputs python-ipyparallel-bootstrap)
- 94/242: gnu: pylint: Run tests in parallel., (continued)
- 94/242: gnu: pylint: Run tests in parallel., guix-commits, 2022/05/11
- 90/242: gnu: python-click: Update to 8.1.2 and honor TESTS?., guix-commits, 2022/05/11
- 76/242: gnu: Add java-antlr4-runtime-cpp., guix-commits, 2022/05/11
- 85/242: gnu: Add python-sfdlib., guix-commits, 2022/05/11
- 97/242: gnu: Add python-debugpy., guix-commits, 2022/05/11
- 100/242: gnu: python-pytest-xdist-next: Update to 2.5.0., guix-commits, 2022/05/11
- 102/242: gnu: python-nest-asyncio: Update to 1.5.5., guix-commits, 2022/05/11
- 103/242: gnu: python-jupyter-core: Update to 4.10.0., guix-commits, 2022/05/11
- 104/242: gnu: python-jupyter-client: Update to 7.2.2., guix-commits, 2022/05/11
- 105/242: gnu: python-ipykernel: Update to 6.13.0., guix-commits, 2022/05/11
- 107/242: gnu: python-ipyparallel: Update to 8.2.1.,
guix-commits <=
- 108/242: gnu: python-anyio: Replace python-pytest-trio with python-trio., guix-commits, 2022/05/11
- 115/242: gnu: python-nbval: Fix build., guix-commits, 2022/05/11
- 120/242: gnu: python-sphinx: Propagate TexLive dependencies., guix-commits, 2022/05/11
- 125/242: gnu: texlive-polyglossia: Rename and fix package., guix-commits, 2022/05/11
- 126/242: gnu: Add texlive-cbfonts-fd., guix-commits, 2022/05/11
- 127/242: gnu: Add texlive-cbfonts., guix-commits, 2022/05/11
- 128/242: download: Add a mirror for CTAN., guix-commits, 2022/05/11
- 129/242: gnu: texlive-latex-geometry: Propagate texlive-latex-graphics., guix-commits, 2022/05/11
- 134/242: gnu: Add python-strict-rfc3339., guix-commits, 2022/05/11
- 132/242: gnu: python-ipython-documentation: Also build info and pdf targets., guix-commits, 2022/05/11