~ruther/guix-local

ref: 4a5fbadb88ff18bb7de87b351c6009aaa398a892 guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.1 MiB
1898c6c2 — Maxim Cournoyer 3 years ago
gnu: Add python-typing-extensions-next.

* gnu/packages/python-xyz.scm (python-typing-extensions-next): New variable.
5755aa61 — Maxim Cournoyer 3 years ago
gnu: Add python-types-protobuf.

* gnu/packages/python-xyz.scm (python-types-protobuf): New variable.
5aa431ba — jgart via Guix-patches via 3 years ago
gnu: python-simplejson: Update to 3.17.6.

* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.6.

Signed-off-by: David Thompson <davet@gnu.org>
d720aa4a — Maxime Devos 3 years ago
gnu: python-jaraco-context: Don't ask to run tests when cross-compiling.

* gnu/packages/python-xyz.scm
(python-jaraco-context)[arguments]{#:tests?}: When cross-compiling, set to #false.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
321620d1 — Maxime Devos 3 years ago
gnu: python-jupyter-client: Don't ask to run tests when cross-compiling.

* gnu/packages/python-xyz.scm
(python-jupyter-client)[arguments]{#:tests?}: When cross-compiling, set to #false.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
7d49984d — Maxime Devos 3 years ago
gnu: python-pip-run: Don't ask to run tests when cross-compiling.

* gnu/packages/python-xyz.scm
(python-pip-run)[arguments]{#:tests?}: When cross-compiling, set to #false.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
c548ff6a — Maxime Devos 3 years ago
gnu: python-jaraco-functools: Don't ask to run tests when cross-compiling.

* gnu/packages/python-xyz.scm
(python-jaraco-functools)[arguments]{#:tests?}: When cross-compiling, set to #false.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
dbd5612c — Maxime Devos 3 years ago
gnu: python-path: Don't ask to run tests when cross-compiling.

* gnu/packages/python-xyz.scm
(python-path)[arguments]{#:tests?}: When cross-compiling, set to #false.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
80a75c53 — Maxime Devos 3 years ago
gnu: python-fonttools-full: Don't ask to run tests when cross-compiling.

* gnu/packages/python-xyz.scm
(python-fonttools-full)[arguments]{#:tests?}: When cross-compiling, set to #false.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
619af9f3 — Tomasz Jeneralczyk 3 years ago
gnu: Add python-mpv.

* gnu/packages/python-xyz.scm (python-mpv): Add variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
9529384c — Konrad Hinsen 3 years ago
gnu: snakemake-7: Convert dependencies to propagated-inputs

* gnu/packages/python-xyz.scm (snakemake-7)[inputs]: Change to ...
[propagated-inputs]: ... this, to ensure that "python -m snakemake"
works (because snakemake uses it internally).

Signed-off-by: Marius Bakke <marius@gnu.org>
6a31fb6e — Konrad Hinsen 3 years ago
gnu: snakemake-6: Convert dependencies to propagated-inputs

* gnu/packages/python-xyz.scm (snakemake-6)[inputs]: Change to ...
[propagated-inputs]: ... this, to ensure that "python -m snakemake"
works (because snakemake uses it internally).

Signed-off-by: Marius Bakke <marius@gnu.org>
58311551 — Konrad Hinsen 3 years ago
gnu: snakemake-7: Fix cluster execution bug

* gnu/packages/python-xyz.scm (snakemake-7)[arguments]: Revise the patch for
the cluster execution script

Signed-off-by: Marius Bakke <marius@gnu.org>
ada35de3 — Marius Bakke 3 years ago
gnu: scons: Move to (gnu packages build-tools).

* gnu/packages/python-xyz.scm (scons, scons-python2): Move from here ...
* gnu/packages/build-tools.scm (scons, scons-python2): ... to here.
* gnu/packages/direct-connect.scm, gnu/packages/disk.scm,
gnu/packages/game-development.scm, gnu/packages/gps.scm,
gnu/packages/image.scm, gnu/packages/installers.scm, gnu/packages/web.scm,
gnu/packages/xdisorg.scm: Adjust module imports accordingly.
* guix/build-system/scons.scm (default-scons): Likewise.
04f813ec — Efraim Flashner 3 years ago
gnu: python-natsort: Fix the test suite on slower machines.

* gnu/packages/python-xyz.scm (python-natsort)[arguments]: Add custom
phase to remove the time limit for some of the tests.
fd305cd9 — Efraim Flashner 3 years ago
gnu: python-natsort: Reflow description.

* gnu/packages/python-xyz.scm (python-natsort)[description]: Rewrap
description to normal columns.
4275727a — Efraim Flashner 3 years ago
gnu: python-natsort: Honor the #:tests? flag.

* gnu/packages/python-xyz.scm (python-natsort)[arguments]: Adjust the
custom 'check phase to honor the #:tests? flag.
01dfcad2 — Ricardo Wurmus 3 years ago
gnu: Add python-ncls.

* gnu/packages/python-xyz.scm (python-ncls): New variable.
4c03f62a — Felix Gruber 3 years ago
gnu: python-shapely: Update to 1.8.4.

* gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.4.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
b5c07581 — Tobias Geerinckx-Rice 3 years ago
gnu: python-jaraco-functools: Disable flaky test.

* gnu/packages/python-xyz.scm (python-jaraco-functools)[arguments]:
Skip the "test_function_throttled".

Reported by Lumine in #guix.
Next