summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2022-09-01gnu: Add python-plotille.Peter Polidoro
* gnu/packages/python-xyz.scm (python-plotille): New variable. Signed-off-by: David Thompson <davet@gnu.org>
2022-09-01gnu: python-tox: Move to python-check.Nicolas Graves
* 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-08-31gnu: Add python-typing-extensions-next.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-typing-extensions-next): New variable.
2022-08-31gnu: Add python-types-protobuf.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-types-protobuf): New variable.
2022-08-31gnu: python-simplejson: Update to 3.17.6.jgart via Guix-patches via
* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.6. Signed-off-by: David Thompson <davet@gnu.org>
2022-08-30gnu: python-jaraco-context: Don't ask to run tests when cross-compiling.Maxime Devos
* 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-30gnu: python-jupyter-client: Don't ask to run tests when cross-compiling.Maxime Devos
* 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-30gnu: python-pip-run: Don't ask to run tests when cross-compiling.Maxime Devos
* 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-30gnu: python-jaraco-functools: Don't ask to run tests when cross-compiling.Maxime Devos
* 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-30gnu: python-path: Don't ask to run tests when cross-compiling.Maxime Devos
* 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-30gnu: python-fonttools-full: Don't ask to run tests when cross-compiling.Maxime Devos
* 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-30gnu: Add python-mpv.Tomasz Jeneralczyk
* gnu/packages/python-xyz.scm (python-mpv): Add variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-29gnu: snakemake-7: Convert dependencies to propagated-inputsKonrad Hinsen
* 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-29gnu: snakemake-6: Convert dependencies to propagated-inputsKonrad Hinsen
* 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-29gnu: snakemake-7: Fix cluster execution bugKonrad Hinsen
* 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-27gnu: scons: Move to (gnu packages build-tools).Marius Bakke
* 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-25gnu: python-natsort: Fix the test suite on slower machines.Efraim Flashner
* gnu/packages/python-xyz.scm (python-natsort)[arguments]: Add custom phase to remove the time limit for some of the tests.
2022-08-25gnu: python-natsort: Reflow description.Efraim Flashner
* gnu/packages/python-xyz.scm (python-natsort)[description]: Rewrap description to normal columns.
2022-08-25gnu: python-natsort: Honor the #:tests? flag.Efraim Flashner
* gnu/packages/python-xyz.scm (python-natsort)[arguments]: Adjust the custom 'check phase to honor the #:tests? flag.
2022-08-23gnu: Add python-ncls.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-ncls): New variable.
2022-08-23gnu: python-shapely: Update to 1.8.4.Felix Gruber
* gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-21gnu: python-jaraco-functools: Disable flaky test.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-jaraco-functools)[arguments]: Skip the "test_function_throttled". Reported by Lumine in #guix.
2022-08-22gnu: i3-autotiling: Update to 1.6.1.Hilton Chain
* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.6.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-21gnu: python-wand: Update to 0.6.10.Vinicius Monego
* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.10. [description]: Remove text about the unused C API.
2022-08-17gnu: Add python-lief.Hilton Chain
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-16gnu: python-daemon: Remove unused input.Marius Bakke
* gnu/packages/python-xyz.scm (python-daemon)[native-inputs]: Remove PYTHON-UNITTEST2.
2022-08-16gnu: python-case: Remove unused input.Marius Bakke
* gnu/packages/python-xyz.scm (python-case)[propagated-inputs]: Remove PYTHON-UNITTEST2.
2022-08-16gnu: python-posix-ipc: Remove unused input.Marius Bakke
* gnu/packages/python-xyz.scm (python-posix-ipc)[native-inputs]: Remove.
2022-08-16gnu: python-pyclipper: Update to 1.3.0.post3.Marius Bakke
* 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-16gnu: python-mando: Update to 0.7.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-mando): Update to 0.7.1. [arguments]: Override check phase.
2022-08-16gnu: python-radon: Permit newer versions of mando.Marius Bakke
* gnu/packages/python-xyz.scm (python-radon)[arguments]: Add setup.py substitution.
2022-08-15gnu: Add python-robotframework-sshtunnellibrary.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-sshtunnellibrary): New variable.
2022-08-15gnu: Add python-sshtunnel.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-sshtunnel): New variable.
2022-08-15Revert "gnu: python-lsp-server: Update to 1.5.0."Mathieu Othacehe
This reverts commit 07f807f12c0949e9deeee09b4a28bb1f810b26ca because it requires a python-pluggy update which seems to cause some issues.
2022-08-15gnu: python-lsp-server: Update to 1.5.0.Nicolas Graves via Guix-patches via
* 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-15gnu: Add python-nanoid.jgart
* gnu/packages/python-xyz.scm (python-nanoid): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-13gnu: python-setuptools: Update to 64.0.3.Marius Bakke
* gnu/packages/python-xyz.scm (python-setuptools): Update to 64.0.3.
2022-08-13gnu: python-m2r: Adjust for Python 3.10.Marius Bakke
* gnu/packages/python-xyz.scm (python-m2r)[source](modules, snippet): New fields.
2022-08-13gnu: python-pre-commit: Remove unnecessary dependency.Marius Bakke
* gnu/packages/python-xyz.scm (python-pre-commit)[propagated-inputs]: Remove PYTHON-IMPORTLIB-RESOURCES, which is part of the stdlib nowadays.
2022-08-13gnu: python-numpy: Add 'upstream-name' property.Marius Bakke
* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
2022-08-13gnu: python-pyaml: Update to 21.10.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-pyaml): Update to 21.10.1.
2022-08-13gnu: python-wand: Update to 0.6.9.Vinicius Monego
* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.9.
2022-08-12gnu: Add python-misskey.Hilton Chain
* gnu/packages/python-xyz.scm (python-misskey): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-12gnu: python-typer: Introduce gexps.Mathieu Othacehe
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Switch to gexps. [synopsis, description]: Fix indentation.
2022-08-12gnu: python-typer: Update to 0.6.1.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-typer): Update to 0.6.1. [source]: Use GIT-FETCH. [arguments]: Build from source with flit. [native-inputs]: Add python-flit and python-rich. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-12gnu: python-icalendar: Update to 4.1.0.Efraim Flashner
* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.1.0.
2022-08-12gnu: python-setproctitle: Update to 1.3.2.Efraim Flashner
* gnu/packages/python-xyz.scm (python-setproctitle): Update to 1.3.2. [arguments]: Adjust custom 'check phase for changes in source code. Honor #:tests? flag. [native-inputs]: Add python-pytest. [description]: Reflow.
2022-08-11gnu: python-pyicu: Update to 2.9.Marius Bakke
* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.9.
2022-08-11gnu: python-pyicu: Update home page.Marius Bakke
* gnu/packages/python-xyz.scm (python-pyicu)[home-page]: Change to current.
2022-08-11gnu: python-symengine: Fix tests.宋文武
This fixes <https://issues.guix.gnu.org/57104>. * gnu/packages/python-xyz.scm (python-symengine): [native-inputs]: Add python-nose. [arguments]: Run tests with 'nosetests'.