~ruther/guix-local

c12463ee — Sharlatan Hellseher 8 months ago
gnu: python-freezegun: Update to 1.5.3.

* gnu/packages/check.scm (python-freezegun): Update to 1.5.3.
  [source] <snippet>: Remove it as
  <https://github.com/spulec/freezegun/pull/397> was merged in 2021.
  [build-system]: Use pyproject.
  [arguments] <phases>: Use default 'check.
  [native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ia442db5e37060f972156f3af7ce748d3385cec8b
1ed8a3d4 — Sharlatan Hellseher 8 months ago
gnu: python-attrs: Update to 25.3.0.

* gnu/packages/python-xyz.scm (python-attrs): Update to 25.3.0.
  [arguments] <phases>: Remove 'remove-test-hypothesis-deadlines.
  [native-inputs]: Remove python-pympler, python-pytest-xdist, and
  python-zope-interface; add python-hypothesis.

Change-Id: I182dac73577d0617c32111f00a0a3245db77de73
78aac7cf — wrobell 9 months ago
gnu: python-dateutil: Update to version 2.9.0.

* gnu/packages/time.scm (python-dateutil)[source](patches): Remove
the dateutil patch.
* gnu/packages/patches/python-dateutil-pytest-compat.patch: Drop the
patch as seems not required with pytest 8 anymore.
* gnu/local.mk (dist_patch_DATA): Deregester patch.

Change-Id: I61ef23a2795f6cecc73bbd337759dd4e088d4807
6d464680 — Sharlatan Hellseher 9 months ago
gnu: python-numpy: Fix build.

* gnu/packages/python-xyz.scm (python-numpy):
  [native-inputs]: Replace python-setuptools and python-wheel with
  maximum supported versions python-setuptools-67 and python-wheel-0.40.

Change-Id: Idf04968a0426442f53751d85906dc319a6f25a11
79d32de9 — Sharlatan Hellseher 8 months ago
gnu: Add python-setuptools-67.

* gnu/packages/python-build.scm (python-setuptools-67): New variable.

Change-Id: I3f317ab961f25d2b5760a376148f932caa4c722a
1a01bd67 — Sharlatan Hellseher 8 months ago
gnu: Add python-wheel-0.40.

* gnu/packages/python-build.scm (python-wheel-0.40): New variable.

Change-Id: I67886ba3f30cac77dc92a6cef38cc7b1b971bb9b
e8e51fdb — Sharlatan Hellseher 8 months ago
gnu: python-gitpython: Update to 3.1.44.

* gnu/packages/version-control.scm (python-gitpython): Update to 3.1.44.
  [build-system]: Pyproject.
  [propagated-inputs]: Remove python-typing-extensions.
  [native-inputs]: Remove python-ddt and python-nose; add python-setuptools.

Change-Id: I540fb49f6f9df54712ba4b0c8ef94c7b471aa6a1
2c41b24d — Sharlatan Hellseher 8 months ago
gnu: python-gitdb: Update to 4.0.12.

* gnu/packages/version-control.scm (python-gitdb): Update to 4.0.12.
  [build-system]: Use pyproject.
  [arguments] <test-flags>: Skip one test.
  <phases>: Use default 'check; add 'pre-check.
  [native-inputs]: Remove python-nose; add python-pytest,
  python-setuptools, and python-wheel.

Change-Id: I3ede39a717671ae24b05cac99515981fce478ec7
869c3b6d — Sharlatan Hellseher 8 months ago
gnu: python-smmap: Update to 5.0.2.

* gnu/packages/python-xyz.scm (python-smmap): Update to 5.0.2.
  [build-system]: Use pyproject.
  [native-inputs]: Remove python-nosexcover; add python-pytest,
  python-setuptools, and python-wheel.

Change-Id: Ia6031ed5774c3c3d8db5dd18cd158758236479d4
7372201a — Sharlatan Hellseher 9 months ago
gnu: python-docutils: Update to 0.21.2.

This change updates python-docutils to the latests version and pins some
older packages on 0.19 to resolve build documentation issue which uses
rst2man.

* gnu/packages/python-xyz.scm (python-docutils): Update to 0.21.2.
[build-system]: Use pyproject.
[arguments] <phases>: Do not overwrite 'check use {#:test-backend} and
{#:test-flags}.
[native-inputs]: Add python-flit-core.

(python-docutils-0.16)[native-inputs]: Add python-wheel.

(python-docutils-0.19): New variable.

* gnu/packages/diffoscope.scm (trydiffoscope) [native-inputs]: Remove
python-docutils; add python-docutils-0.19.
* gnu/packages/gtk.scm (gtk): Likewise.
* gnu/packages/linux.scm (rdma-core): Likewise.
* gnu/packages/power.scm (apcupsd): Likewise.
* gnu/packages/version-control.scm (cgit): Likewise.
* gnu/packages/virtualization.scm (ganeti)) Likewise.

Change-Id: If58b9b12732347245e66e3c2cb5e67b0a8450913
579d43aa — Sharlatan Hellseher 8 months ago
gnu: python-mypy: Update to 1.16.1.

* gnu/packages/python-check.scm (python-mypy): Update to 1.16.1.
  [arguments] <test-flags>: Respect parallel option.
  [native-inputs]: Remove python-attrs, python-pytest-forked, and
  python-virtualenv; add  python-types-setuptools.
  [propagated-inputs]: Add python-pathspec.

Change-Id: Idaecb763785b541f2591cd4530cb71a91e973f44
dc4099de — Sharlatan Hellseher 8 months ago
gnu: python-types-setuptools: Update to 80.9.0.20250529.

* gnu/packages/python-xyz.scm (python-types-setuptools): Update to 80.9.0.20250529.
  [build-system]: Use pyproject.
  [native-inputs]: Add python-setuptools.

Change-Id: I02409d88db355068f57c11cf85a70cd5e23a8602
12460b24 — Sharlatan Hellseher 8 months ago
gnu: python-mypy-extensions: Update to 1.1.0.

* gnu/packages/python-check.scm (python-mypy-extensions): Update to 1.1.0.
  [build-system]: Use pyproject.
  [arguments] <test-backend>: Use 'unittest.
  <test-flags>: Provide tests discover flag.
  [native-inputs]: Add python-flit-core.
  [description]: Apply fill-paragrap.

Change-Id: Ib79bd4c5c9eef80fbe8ee998f8fbceb728e6c1f3
db5beb40 — Sharlatan Hellseher 8 months ago
gnu: python-psutil: Update to 7.0.0.

* gnu/packages/python-xyz.scm (python-psutil): Update to 7.0.0.
  [build-system]: Use pyproject.
  [native-inputs]: Add python-setuptools.

Change-Id: If14a03a99a4b219af6ecb7bbad176a6757cb81b4
00dd3315 — Sharlatan Hellseher 8 months ago
gnu: python-coverage: Update to 7.9.2.

* gnu/packages/check.scm (python-coverage): Update to 7.9.2.
  [arguments] <test-flags>: Skip 5 more tests.
  [propagated-inputs]: Remove python-tomli.
  [native-inputs]: Remove python-wheel.

Change-Id: I1863857acd6337d69ade92db045ea4319ede1ffd
f4278f39 — Sharlatan Hellseher 8 months ago
gnu: python-pytest-xdist: Update to 3.8.0.

* gnu/packages/check.scm (python-pytest-xdist): Update to 3.8.0.
[propagated-inputs]: Remove python-pytest-forked.

Change-Id: I257e9588360389eb6438b858ba9d41abb448b8d3
252ee467 — Sharlatan Hellseher 8 months ago
gnu: Add python-pytest-asyncio-0.26.

* gnu/packages/check.scm (python-pytest-asyncio-0.26): New variable.

Change-Id: Ie72a17dd220f877e2f07ed3230a7a3dc5fa8f83f
77be668d — Sharlatan Hellseher 8 months ago
gnu: python-pytest-asyncio: Update to 1.0.0.

* gnu/packages/check.scm (python-pytest-asyncio): Update to 1.0.0.
  [arguments] <test-flags>: Skip 4 tests.
  [propagated-inputs]: Add python-typing-extensions.

Change-Id: Ie8be3423e62102943f8cc66114289a750ec63cb9
7aeab388 — Sharlatan Hellseher 8 months ago
gnu: python-mako: Update to 1.3.10.

* gnu/packages/python-xyz.scm (python-mako): Update to 1.3.10.
  [buid-system]: Use pyproject.
  [arguments] <phases>: Use default 'check.
  [native-inputs]: Remove python-mock; add python-setuptools and
  python-wheel.

Change-Id: I3bf921cd52ee4671ab34820fe1a35b34db226251
1f549f87 — Sharlatan Hellseher 8 months ago
gnu: python-lit: Switch to pyproject-build-system.

* gnu/packages/check.scm (python-lit):
  [build-system]: Use pyproject.
  [arguments]: Utilize <test-backend> and <test-flags> instead of
  overwriting 'check phase.
  [native-inputs]: Add python-setuptools.

Change-Id: I606a34a54047d86b95af652aa87d408f127a1bb2
Next