Marius Bakke
9046adf8ef
gnu: python-cfgv: Update to 3.3.1.
...
* gnu/packages/python-xyz.scm (python-cfgv): Update to 3.3.1.
[arguments]: Respect TESTS? keyword in check phase.
[native-inputs]: Remove PYTHON-COVERAGE and PYTHON-COVDEFAULTS.
2022-09-07 17:36:42 +02:00
Marius Bakke
6ba66072e0
gnu: python-fs: Update to 2.4.16.
...
* gnu/packages/python-xyz.scm (python-fs): Update to 2.4.16.
2022-09-07 17:36:42 +02:00
Marius Bakke
a867125b3a
gnu: python-cairocffi: Update to 1.3.0.
...
* gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.3.0.
2022-09-07 17:36:42 +02:00
Marius Bakke
79143344f8
gnu: python-xlsxwriter: Update to 3.0.3.
...
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.0.3.
2022-09-07 17:36:42 +02:00
Marius Bakke
1329b64db5
gnu: python-jdcal: Update to 1.4.1.
...
* gnu/packages/python-xyz.scm (python-jdcal): Update to 1.4.1.
[arguments]: Use G-expression and respect TESTS? keyword.
2022-09-07 17:36:42 +02:00
Marius Bakke
8d5637103f
gnu: python-et-xmlfile: Update to 1.1.0.
...
* gnu/packages/python-xyz.scm (python-et-xmlfile): Update to 1.1.0.
[source]: Switch to HG-FETCH.
[arguments]: Use G-expression and respect TESTS? keyword.
2022-09-07 17:36:41 +02:00
Peter Polidoro
13f53335ef
gnu: Add python-plotille.
...
* gnu/packages/python-xyz.scm (python-plotille): New variable.
Signed-off-by: David Thompson <davet@gnu.org>
2022-09-01 11:32:18 -04:00
Nicolas Graves
3bf5a19609
gnu: python-tox: Move to python-check.
...
* gnu/packages/python-xyz.scm (python-tox): Move from here...
* gnu/packages/python-check.scm (python-tox): ... to here.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-09-01 11:50:02 +02:00
Maxim Cournoyer
1898c6c297
gnu: Add python-typing-extensions-next.
...
* gnu/packages/python-xyz.scm (python-typing-extensions-next): New variable.
2022-08-31 23:13:45 -04:00
Maxim Cournoyer
5755aa61f6
gnu: Add python-types-protobuf.
...
* gnu/packages/python-xyz.scm (python-types-protobuf): New variable.
2022-08-31 23:13:45 -04:00
jgart via Guix-patches via
5aa431ba20
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>
2022-08-31 17:15:36 -04:00
Maxime Devos
d720aa4a88
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>
2022-08-30 08:57:57 +02:00
Maxime Devos
321620d15b
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>
2022-08-30 08:57:57 +02:00
Maxime Devos
7d49984da4
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>
2022-08-30 08:57:57 +02:00
Maxime Devos
c548ff6a30
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>
2022-08-30 08:57:56 +02:00
Maxime Devos
dbd5612c90
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>
2022-08-30 08:57:56 +02:00
Maxime Devos
80a75c5357
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>
2022-08-30 08:57:56 +02:00
Tomasz Jeneralczyk
619af9f307
gnu: Add python-mpv.
...
* gnu/packages/python-xyz.scm (python-mpv): Add variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-30 00:40:05 +02:00
Konrad Hinsen
9529384c92
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>
2022-08-29 18:22:59 +02:00
Konrad Hinsen
6a31fb6e7b
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>
2022-08-29 18:22:59 +02:00
Konrad Hinsen
5831155175
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>
2022-08-29 18:22:58 +02:00
Marius Bakke
ada35de38f
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.
2022-08-27 23:48:56 +02:00
Efraim Flashner
04f813ec63
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.
2022-08-25 13:03:11 +03:00
Efraim Flashner
fd305cd960
gnu: python-natsort: Reflow description.
...
* gnu/packages/python-xyz.scm (python-natsort)[description]: Rewrap
description to normal columns.
2022-08-25 13:03:11 +03:00
Efraim Flashner
4275727ac5
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.
2022-08-25 13:03:11 +03:00
Ricardo Wurmus
01dfcad225
gnu: Add python-ncls.
...
* gnu/packages/python-xyz.scm (python-ncls): New variable.
2022-08-23 13:29:30 +02:00
Felix Gruber
4c03f62ad0
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>
2022-08-23 08:38:46 +08:00
Tobias Geerinckx-Rice
b5c07581c4
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.
2022-08-21 02:00:11 +02:00
Hilton Chain
3a4a65bd74
gnu: i3-autotiling: Update to 1.6.1.
...
* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.6.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 15:52:24 +08:00
Vinicius Monego
254aa17817
gnu: python-wand: Update to 0.6.10.
...
* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.10.
[description]: Remove text about the unused C API.
2022-08-21 15:55:46 -03:00
Hilton Chain
e4aca1cc3f
gnu: Add python-lief.
...
From c865b31b702d0e5f86faaadcb306cea269ae1109 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako@ultrarare.space>
Date: Tue, 16 Aug 2022 21:26:33 +0800
Subject: [PATCH v3] gnu: Add python-lief.
* gnu/packages/python-xyz.scm (python-lief): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-17 09:23:28 +02:00
Marius Bakke
302b3cdca3
gnu: python-daemon: Remove unused input.
...
* gnu/packages/python-xyz.scm (python-daemon)[native-inputs]: Remove
PYTHON-UNITTEST2.
2022-08-16 00:43:46 +02:00
Marius Bakke
b38df69c2c
gnu: python-case: Remove unused input.
...
* gnu/packages/python-xyz.scm (python-case)[propagated-inputs]: Remove
PYTHON-UNITTEST2.
2022-08-16 00:43:45 +02:00
Marius Bakke
afdcd03689
gnu: python-posix-ipc: Remove unused input.
...
* gnu/packages/python-xyz.scm (python-posix-ipc)[native-inputs]: Remove.
2022-08-16 00:43:45 +02:00
Marius Bakke
715a5efc49
gnu: python-pyclipper: Update to 1.3.0.post3.
...
* gnu/packages/python-xyz.scm (python-pyclipper): Update to 1.3.0.post3.
[source](uri): Use tarball instead of zipball.
[source](snippet): Adjust for renamed file.
[arguments]: Likewise.
[propagated-inputs]: Remove.
[native-inputs]: Remove PYTHON-UNITTEST2 and UNZIP. Add PYTHON-SETUPTOOLS-SCM.
2022-08-16 00:43:45 +02:00
Marius Bakke
faea55669f
gnu: python-mando: Update to 0.7.1.
...
* gnu/packages/python-xyz.scm (python-mando): Update to 0.7.1.
[arguments]: Override check phase.
2022-08-16 00:43:44 +02:00
Marius Bakke
46cb02c7cb
gnu: python-radon: Permit newer versions of mando.
...
* gnu/packages/python-xyz.scm (python-radon)[arguments]: Add setup.py
substitution.
2022-08-16 00:43:44 +02:00
Maxim Cournoyer
d8537c68d0
gnu: Add python-robotframework-sshtunnellibrary.
...
* gnu/packages/python-xyz.scm (python-robotframework-sshtunnellibrary): New variable.
2022-08-15 08:30:14 -04:00
Maxim Cournoyer
21f1a47097
gnu: Add python-sshtunnel.
...
* gnu/packages/python-xyz.scm (python-sshtunnel): New variable.
2022-08-15 08:30:14 -04:00
Mathieu Othacehe
6b2d29a6f5
Revert "gnu: python-lsp-server: Update to 1.5.0."
...
This reverts commit 07f807f12c
because it
requires a python-pluggy update which seems to cause some issues.
2022-08-15 11:08:05 +02:00
Nicolas Graves via Guix-patches via
07f807f12c
gnu: python-lsp-server: Update to 1.5.0.
...
* gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.5.0.
[arguments]{set-HOME}: Remove this phase because tests do not require it
anymore.
{check}: Do not replace it as test_pyqt_completion is not longer failing.
[propagated-inputs]: Remove python-future.
[native-inputs]: Remove python-mock, python-versioneer and add
python-whatthepatch.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15 10:22:38 +02:00
jgart
94dc157ae4
gnu: Add python-nanoid.
...
* gnu/packages/python-xyz.scm (python-nanoid): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-15 13:42:21 +08:00
Marius Bakke
33d5141239
gnu: python-setuptools: Update to 64.0.3.
...
* gnu/packages/python-xyz.scm (python-setuptools): Update to 64.0.3.
2022-08-13 19:24:35 +02:00
Marius Bakke
06db41651c
gnu: python-m2r: Adjust for Python 3.10.
...
* gnu/packages/python-xyz.scm (python-m2r)[source](modules, snippet): New
fields.
2022-08-13 19:24:34 +02:00
Marius Bakke
c87700e691
gnu: python-pre-commit: Remove unnecessary dependency.
...
* gnu/packages/python-xyz.scm (python-pre-commit)[propagated-inputs]: Remove
PYTHON-IMPORTLIB-RESOURCES, which is part of the stdlib nowadays.
2022-08-13 19:24:34 +02:00
Marius Bakke
945fdf8cf0
gnu: python-numpy: Add 'upstream-name' property.
...
* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
2022-08-13 19:24:34 +02:00
Marius Bakke
9d72feb492
gnu: python-pyaml: Update to 21.10.1.
...
* gnu/packages/python-xyz.scm (python-pyaml): Update to 21.10.1.
2022-08-13 19:24:34 +02:00
Vinicius Monego
4b88fe049f
gnu: python-wand: Update to 0.6.9.
...
* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.9.
2022-08-13 02:34:02 -03:00
Hilton Chain
67fcc6e339
gnu: Add python-misskey.
...
* gnu/packages/python-xyz.scm (python-misskey): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-12 11:05:29 +02:00
Mathieu Othacehe
1385ef76d7
gnu: python-typer: Introduce gexps.
...
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Switch to gexps.
[synopsis, description]: Fix indentation.
2022-08-12 10:37:03 +02:00