Ricardo Wurmus
b5016027a0
gnu: Add python-update-checker.
...
* gnu/packages/python-xyz.scm (python-update-checker): New variable.
2021-11-22 08:57:32 +01:00
John Kehayias
b033079e47
gnu: python-nautilus: Remove package.
...
This package dates from 2016 and looks inactive. The packages that used this
as an input actually wanted nautilus-python (not currently packaged),
for (optional) integration with the nautilus file manager.
* gnu/packages/python-xyz.scm (python-nautilus): Remove variable.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect)[inputs]: Remove
it.
* gnu/packages/sync.scm (nexcloud-client)[inputs]: Remove it.
* gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove it.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-21 20:41:03 -05:00
Ricardo Wurmus
66d6daeafe
gnu: python-invoke: Update to 1.6.0.
...
* gnu/packages/python-xyz.scm (python-invoke): Update to 1.6.0.
2021-11-21 23:36:12 +01:00
Ricardo Wurmus
72876fb02d
gnu: python-invoke: Delete incompatible and unused code.
...
* gnu/packages/python-xyz.scm (python-invoke)[arguments]: Add build phase
'delete-python2-code.
(python2-invoke)[arguments]: Remove that phase and add 'delete-python3-code.
2021-11-21 23:36:12 +01:00
Ricardo Wurmus
00127cbca7
gnu: python-seaborn: Update to 0.11.2.
...
* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.11.2.
2021-11-21 09:07:49 +01:00
Ricardo Wurmus
a22fb2d164
gnu: python-numpy: Alias to python-numpy-1.20.
...
Numpy 1.20 is required by numba and umap-learn. Attempts to rename numpy 1.20
to allow it to coexist with numpy 1.21 in the same environment have not been
successful.
* gnu/packages/python-xyz.scm (python-numpy): Rename to...
(python-numpy-next): ...this variable.
(python2-numpy): Use python-numpy-next package as parent.
(python-numpy-1.20): Inherit from python-numpy-next.
(python-numpy): New variable pointing to python-numpy-1.20.
(python-numba)[propagated-inputs]: Replace python-numpy-1.20 with
python-numpy.
2021-11-21 00:39:09 +01:00
Ludovic Courtès
27ceda472a
gnu: python-qtconsole: Add dependency on python-pyqt.
...
* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Add
PYTHON-PYQT.
2021-11-20 23:11:45 +01:00
Ricardo Wurmus
7ca5dc370d
gnu: python-joblib: Update to 1.1.0.
...
* gnu/packages/python-xyz.scm (python-joblib): Update to 1.1.0.
[arguments]: Disable one test.
2021-11-20 16:22:53 +01:00
Ricardo Wurmus
f407e4b0f9
gnu: python2-joblib: Do not inherit source from python-joblib.
...
* gnu/packages/python-xyz.scm (python2-joblib)[version]: Explicitly set to
0.14.1.
[source]: Do not inherit.
2021-11-20 16:22:49 +01:00
Ricardo Wurmus
83580b949d
gnu: python-numba: Update to 0.54.1.
...
* gnu/packages/python-xyz.scm (python-numba): Update to 0.54.1.
[propagated-inputs]: Replace python-numpy with python-numpy-1.20.
[arguments]: Add phase 'disable-failing-tests.
2021-11-20 12:02:20 +01:00
Ricardo Wurmus
bcf7d0bc7b
gnu: python-numba: Run tests conditionally.
...
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Respect TESTS? argument.
2021-11-20 12:02:20 +01:00
Ricardo Wurmus
40d4b541d9
gnu: python-numba: Remove trailing #T.
...
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T
from build phase.
2021-11-20 12:02:20 +01:00
Ricardo Wurmus
d8b7986769
gnu: Add python-numpy-1.20.
...
* gnu/packages/python-xyz.scm (python-numpy-1.20): New variable.
2021-11-20 12:02:20 +01:00
Ludovic Courtès
25b6e7110c
gnu: python-jupyter-console: Update to 6.4.0.
...
* gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.4.0.
[native-inputs]: Add PYTHON-PYTEST.
2021-11-19 22:35:22 +01:00
Ludovic Courtès
7c9801e857
gnu: python-notebook: Fix tests that rely on the gio "trash" mechanism.
...
Previously 'test_delete' and a couple of related tests in
'test_content_api.py' would fail:
https://lists.gnu.org/archive/html/guix-devel/2021-11/msg00083.html
Reported by Ricardo Wurmus.
* gnu/packages/python-xyz.scm (python-notebook)[arguments]: Add
'use-our-home-for-tests' phase. In 'check' phase, remove call to
'setenv' and unnecessary use of 'with-directory-excursion'.
2021-11-19 21:27:18 +01:00
Ricardo Wurmus
872116ebc6
gnu: python-eventlet: Update to 0.33.0.
...
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.33.0.
[propagated-inputs]: Add python-six.
[native-inputs]: Add python-nose.
[arguments]: Enable tests; add build phases 'avoid-OSError and
'delete-broken-tests; replace the 'check phase to run nosetests.
2021-11-19 10:11:25 +01:00
Ricardo Wurmus
675f324e12
gnu: python-tablib: Use GUIX_PYTHONPATH instead of PYTHONPATH.
...
* gnu/packages/python-xyz.scm (python-tablib)[arguments]: Use GUIX_PYTHONPATH
instead of PYTHONPATH in 'check phase.
2021-11-18 18:47:13 +00:00
Ricardo Wurmus
b41d3fa983
gnu: python-screenkey: Use GUIX_PYTHONPATH instead of PYTHONPATH.
...
* gnu/packages/python-xyz.scm (python-screenkey)[arguments]: Wrap with
GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-18 17:10:09 +00:00
Ricardo Wurmus
a28667b76c
gnu: python-screenkey: Update description.
...
* gnu/packages/python-xyz.scm (python-screenkey)[description]: Extend to use a
complete sentence.
2021-11-18 17:09:10 +00:00
Ricardo Wurmus
9d0c5f18e7
gnu: python-typer: Run tests conditionally.
...
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Only run tests when
TESTS? is #true.
2021-11-18 17:01:21 +00:00
Ricardo Wurmus
3b1cf6ab5e
gnu: python-typer: Use GUIX_PYTHONPATH instead of PYTHONPATH.
...
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Use GUIX_PYTHONPATH
in 'check phase.
2021-11-18 17:01:21 +00:00
Ricardo Wurmus
9e76a5b7cb
gnu: python-typer: Run more tests.
...
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Delete phase
'disable-failing-tests; disable only test_show_completion and
test_install_completion in 'check phase; add phase 'patch-shell-reference.
2021-11-18 17:01:20 +00:00
Maxim Cournoyer
61576d5927
gnu: python-dbusmock: Patch reference to dbus-daemon.
...
* gnu/packages/python-xyz.scm (python-dbusmock)
[phases]{patch-shell-path}: Rename to...
{patch-paths}: ... this, and also patch the dbus-daemon reference.
2021-11-18 11:40:11 -05:00
Maxim Cournoyer
416c706729
gnu: python-dbusmock: Update to 0.24.1.
...
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.1.
2021-11-18 11:40:10 -05:00
Ricardo Wurmus
235adaeec6
gnu: python-xlwt: Use GUIX_PYTHONPATH instead of PYTHONPATH.
...
* gnu/packages/python-xyz.scm (python-xlwt)[arguments]: Update 'check phase to
set GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-18 16:10:21 +00:00
Ricardo Wurmus
adebc0c9fa
gnu: python2-virtualenv: Remove unnecessary build phase.
...
* gnu/packages/python-xyz.scm (python2-virtualenv)[arguments]: Remove field.
2021-11-18 15:35:09 +00:00
Ricardo Wurmus
04893962f6
gnu: python-pymediainfo: Update description.
...
* gnu/packages/python-xyz.scm (python-pymediainfo)[description]: Extend it to
a complete sentence.
2021-11-18 15:30:58 +00:00
Ricardo Wurmus
0525a3de76
gnu: python-pymediainfo: Simplify check phase.
...
* gnu/packages/python-xyz.scm (python-pymediainfo)[arguments]: Use
ADD-INSTALLED-PYTHONPATH instead of manipulating PYTHONPATH directly.
2021-11-18 15:30:20 +00:00
Ricardo Wurmus
4b8bc321e1
gnu: python2-send2trash: Fix setenv build phase.
...
* gnu/packages/python-xyz.scm (python2-send2trash)[arguments]: Use
GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-18 15:22:48 +00:00
Ludovic Courtès
2b3046beca
gnu: python-graphene: Update to 3.0.
...
Fixes <https://issues.guix.gnu.org/50947 >.
Reported by John Kehayias <john.kehayias@protonmail.com>.
* gnu/packages/python-xyz.scm (python-graphene): Update to 3.0.
[propagated-inputs]: Replace "python-iso8601" by "python-aniso8601".
2021-11-18 15:40:57 +01:00
Ludovic Courtès
cdb0e04a76
gnu: python-sgmllib3k: Remove redundant definition.
...
* gnu/packages/python-xyz.scm (python-sgmllib3k): Adjust description and
remove same-named definition that provided version 1.0.0.
2021-11-18 00:00:16 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Ryan Prior
1a501646f5
gnu: Add python-minikanren.
...
* gnu/packages/python-xyz.scm (python-minikanren): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15 17:55:50 +01:00
Ryan Prior
f661fa8e8f
gnu: Add python-etuples.
...
* gnu/packages/python-xyz.scm (python-etuples): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15 17:55:50 +01:00
Ryan Prior
37e6f02880
gnu: Add python-cons.
...
* gnu/packages/python-xyz.scm (python-cons): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15 17:55:50 +01:00
Ryan Prior
9373007321
gnu: Add python-logical-unification.
...
* gnu/packages/python-xyz.scm (python-logical-unification): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15 17:55:50 +01:00
Ryan Prior
0ace339cbe
gnu: Add python-multipledispatch.
...
* gnu/packages/python-xyz.scm (python-multipledispatch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15 17:55:49 +01:00
Ricardo Wurmus
373d2099c9
gnu: Add python-hnswlib.
...
* gnu/packages/python-xyz.scm (python-hnswlib): New variable.
2021-11-15 11:35:03 +00:00
jgart
b18df944c5
gnu: python2-orderedmultidict: Remove package.
...
* gnu/packages/python-web.scm (python2-orderedmultidict): Delete variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-11-15 11:57:37 +05:30
jgart
1fc71de3ab
gnu: python-orderedmultidict: Update to 1.0.1.
...
* gnu/packages/python-xyz.scm (python-orderedmultidict): Update to 1.0.1.
[arguments]: Delete custom fix-tests phase.
[native-inputs]: Add python-flake8.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-11-15 11:57:18 +05:30
Vagrant Cascadian
2c75559f72
gnu: python-cligj: Fix typo.
...
* gnu/packages/emacs-xyz.scm (python-cligj)[description]: Fix spelling of
"command".
2021-11-14 17:53:49 -08:00
Marius Bakke
52d9e2c299
gnu: python-pyasn1-modules: Update to 0.2.8.
...
* gnu/packages/python-xyz.scm (python-pyasn1-modules): Update to 0.2.8.
2021-11-15 00:25:06 +01:00
Julien Lepiller
97909fd6fd
gnu: python-translate-toolkit: Update to 3.5.1.
...
* gnu/packages/python-xyz (python-translate-toolkit): Update to 3.5.1.
(python2-translate-toolkit): Keep at previous version.
2021-11-14 20:34:30 +01:00
Ricardo Wurmus
a944b455d1
gnu: python-nbconvert: Add texlive-grffile and texlive-stringenc.
...
* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Add
texlive-grffile and texlive-stringenc to texlive-updmap.cfg union.
2021-11-13 09:32:58 +00:00
Morgan Smith
729936cfa4
gnu: Add python-sgmllib3k.
...
* gnu/packages/python-xyz.scm (python-sgmllib3k): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-12 23:56:50 +01:00
Maxim Cournoyer
14949c630b
gnu: python-wmctrl: Add missing python-attrs propagated inputs.
...
Credits to the 'sanity-check' phase for detecting this problem.
* gnu/packages/python-xyz.scm (python-wmctrl)[propagated-inputs]: Add
python-attrs.
2021-11-11 12:18:34 -05:00
Maxim Cournoyer
b89ab98168
gnu: python-asynctest: Delete package.
...
This library is no longer supported (doesn't build with Python 3.9; see
https://github.com/Martiusweb/asynctest/issues/158 ).
* gnu/packages/python-xyz.scm (python-aionotify): Delete variable.
2021-11-11 12:18:34 -05:00
Maxim Cournoyer
ef34719527
gnu: python-pymodbus: Update to 2.5.3.
...
* gnu/packages/python-xyz.scm (python-pymodbus): Update to 2.5.3.
[phases]{disable-problematic-tests}: Delete an extra test module.
[native-inputs]: Remove python-asynctest.
2021-11-11 12:18:34 -05:00
Maxim Cournoyer
29f898a99f
gnu: python-distro: Update to 1.6.0.
...
* gnu/packages/python-xyz.scm (python-distro): Update to 1.6.0.
2021-11-11 12:18:30 -05:00
Maxim Cournoyer
c53ece502b
gnu: Add python-dotenv.
...
* gnu/packages/python-xyz.scm (python-dotenv): New variable.
2021-11-11 12:18:30 -05:00