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.
gnu: python-natsort: Reflow description.
* gnu/packages/python-xyz.scm (python-natsort)[description]: Rewrap
description to normal columns.
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.
gnu: Add python-ncls.
* gnu/packages/python-xyz.scm (python-ncls): New variable.
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>
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.
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>
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.
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>
gnu: python-daemon: Remove unused input.
* gnu/packages/python-xyz.scm (python-daemon)[native-inputs]: Remove
PYTHON-UNITTEST2.
gnu: python-case: Remove unused input.
* gnu/packages/python-xyz.scm (python-case)[propagated-inputs]: Remove
PYTHON-UNITTEST2.
gnu: python-posix-ipc: Remove unused input.
* gnu/packages/python-xyz.scm (python-posix-ipc)[native-inputs]: Remove.
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.
gnu: python-mando: Update to 0.7.1.
* gnu/packages/python-xyz.scm (python-mando): Update to 0.7.1.
[arguments]: Override check phase.
gnu: python-radon: Permit newer versions of mando.
* gnu/packages/python-xyz.scm (python-radon)[arguments]: Add setup.py
substitution.
gnu: Add python-robotframework-sshtunnellibrary.
* gnu/packages/python-xyz.scm (python-robotframework-sshtunnellibrary): New variable.
gnu: Add python-sshtunnel.
* gnu/packages/python-xyz.scm (python-sshtunnel): New variable.
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>
gnu: Add python-nanoid.
* gnu/packages/python-xyz.scm (python-nanoid): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>