summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2022-09-09gnu: python-pathlib2: Update to 2.3.7.post1.Marius Bakke
* gnu/packages/python-xyz.scm (python-pathlib2): Update to 2.3.7post1.
2022-09-09gnu: python-beautifulsoup4: Update to 4.11.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.11.1. [arguments]: Override check phase. [native-inputs]: Add PYTHON-PYTEST.
2022-09-08Merge branch 'master' into stagingMarius Bakke
2022-09-08gnu: Add python-pymonad.Arun Isaac
* gnu/packages/python-xyz.scm (python-pymonad): New variable.
2022-09-07gnu: python-sympy: Update to 1.11.1.Greg Hogan
All dependents successfully build except the continued failure of python-dolfin-adjoint: http://ci.guix.gnu.org/build/1306546/details * gnu/packages/python-xyz.scm (python-sympy): Update to 1.11.1. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07Merge branch 'master' into stagingMarius Bakke
2022-09-07gnu: python-cfgv: Update to 3.3.1.Marius Bakke
* 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-07gnu: python-fs: Update to 2.4.16.Marius Bakke
* gnu/packages/python-xyz.scm (python-fs): Update to 2.4.16.
2022-09-07gnu: python-cairocffi: Update to 1.3.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.3.0.
2022-09-07gnu: python-xlsxwriter: Update to 3.0.3.Marius Bakke
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.0.3.
2022-09-07gnu: python-jdcal: Update to 1.4.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-jdcal): Update to 1.4.1. [arguments]: Use G-expression and respect TESTS? keyword.
2022-09-07gnu: python-et-xmlfile: Update to 1.1.0.Marius Bakke
* 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-01Merge branch 'master' into stagingMarius Bakke
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-01Merge branch 'master' into stagingMarius Bakke
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-30Merge branch 'master' into stagingMarius Bakke
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-28Merge branch 'master' into stagingMarius Bakke
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-27gnu: python-click: Update to 8.1.3.Peter Polidoro
* gnu/packages/python-xyz.scm (python-click): Update to 8.1.3. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27gnu: python-cython: Update to 0.29.32.Marius Bakke
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.32.
2022-08-27Merge branch 'master' into stagingMarius Bakke
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.