~ruther/guix-local

1b02bdeb — Ricardo Wurmus 1 year, 4 months ago
gnu: python-pyvisa: Update to 1.14.1.

* gnu/packages/engineering.scm (python-pyvisa): Update to 1.14.1.
[source]: Simplify snippet.
[arguments]: Fix tests by adding --pyargs.
[native-inputs]: Add python-setuptools-scm.
[propagated-inputs]: Remove python-dataclasses.

Change-Id: I59fc4333e975e9e5ae4a906df20dbf7bce5d6a0a
d4ba0e0f — Ricardo Wurmus 1 year, 4 months ago
gnu: python-botocore: Update to 1.35.90.

* gnu/packages/python-xyz.scm (python-botocore): Update to 1.35.90.

Change-Id: I993a4a44d4e9450f1a2b645e9dc803656838339f
b632e15f — Ricardo Wurmus 1 year, 4 months ago
gnu: python-botocore: Limit number of parallel test workers.

With 16 test workers the workers sometimes crash.

* gnu/packages/python-xyz.scm (python-botocore)[arguments]: Use at most eight
test workers.

Change-Id: I8f752e7df576a47b8459c63d99d420d72861695d
041fc974 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-astral: Remove old version of dataclasses.

A newer version of dataclasses is part of Python.

* gnu/packages/astronomy.scm (python-astral)[propagated-inputs]: Remove
python-dataclasses.

Change-Id: Iddad48948aab9015defc57834fa63213801262d2
da2b8fcc — Ricardo Wurmus 1 year, 4 months ago
gnu: python-nr-date: Remove old version of dataclasses.

A newer version of dataclasses is part of Python.

* gnu/packages/python-xyz.scm (python-nr-date)[propagated-inputs]: Remove
python-dataclasses.

Change-Id: I0975cbbc2b9cfac61c60226b74b1c44979f0cdee
0721761b — Ricardo Wurmus 1 year, 4 months ago
gnu: python-apprise: Update to 1.9.1.

* gnu/packages/python-xyz.scm (python-apprise): Update to 1.9.1.
[propagated-inputs]: Remove python-dataclasses.
[native-inputs]: Remove python-coverage, python-cryptography, and
python-paho-mqtt.

Change-Id: I1fea6ae1fec1d89a3673c0632da7583e926b1970
66c5de6f — Ricardo Wurmus 1 year, 4 months ago
gnu: python-jsonargparse: Remove old version of dataclasses.

A newer version of dataclasses is part of Python.

* gnu/packages/python-xyz.scm (python-jsonargparse)[propagated-inputs]: Remove
python-dataclasses.

Change-Id: Id22338e9bc01c85cf148301c573bbd49785fb1e7
45f3d62a — Ricardo Wurmus 1 year, 4 months ago
gnu: python-anyio: Remove old version of dataclasses.

A newer version of dataclasses is part of Python.

* gnu/packages/python-xyz.scm (python-anyio)[propagated-inputs]: Remove
python-dataclasses.

Change-Id: I0d54f3b299e1b666fec72d5eb4e2b3d03e736a64
8f65c75a — Ricardo Wurmus 1 year, 4 months ago
gnu: python-cattrs: Disable additional failing tests.

* gnu/packages/python-xyz.scm (python-cattrs)[arguments]: Disable
test_renaming and test_nodefs_generated_unstructuring_cl.

Change-Id: I9a5fd97bd6298cfc670baea9df3d0ed405fc563e
9c9eba6b — Ricardo Wurmus 1 year, 4 months ago
gnu: python-black: Limit number of test processes.

* gnu/packages/python-xyz.scm (python-black)[arguments]: Do not exceed 8
parallel jobs when running tests.
[native-inputs]: Add python-pytest-xdist.

Change-Id: Ifa0ab22e6b5c6ba3fdc588ae6a25ca4ad410936b
2b8bbc9c — Ricardo Wurmus 1 year, 4 months ago
gnu: python-black: Update to 24.10.0.

* gnu/packages/python-xyz.scm (python-black): Update to 24.10.0.
[propagated-inputs]: Remove python-attrs, python-appdirs, python-regex, and
python-typed-ast.
[native-inputs]: Remove python-setuptools, python-setuptools-scm, and
python-wheel; add python-hatch-fancy-pypi-readme, python-hatch-vcs, and
python-hatchling.

Change-Id: Idf0d6ae54cc29a0652144be6adbce329aac6e81f
aeffe24f — Ricardo Wurmus 1 year, 4 months ago
gnu: python-matrix-nio: Update to 0.25.2.

* gnu/packages/matrix.scm (python-matrix-nio): Update to 0.25.2.
[source]: Fetch from git repository.
[arguments]: Enable more tests; delete phases 'relax-requirements and
'install-tests; add phase 'fix-tests.
[native-inputs]: Drop labels; remove "tests" origin; add python-hpack,
python-hyperframe, python-mypy, python-mypy-extensions, python-poetry-core,
python-pytest, python-pytest-cov, python-pytest-flake8, python-setuptools, and
python-wheel.
[propagated-inputs]: Remove python-dataclasses, python-future, and
python-logbook.

Change-Id: I85e704b5bad87e4e6c224fbb608de2c8889caee4
f0d9e767 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-aiohttp-socks: Update to 0.10.1.

* gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.10.1.
[build-system]: Use pyproject-build-system.
[arguments]: Disable tests.
[native-inputs]: Add python-setuptools and python-wheel.
[propagated-inputs]: Remove python-attrs.

Change-Id: I3d95d8ffb0b4abf368cd16e86aba2a14a69a1766
6c85be65 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-socks: Update to 2.6.1.

* gnu/packages/python-web.scm (python-socks): Update to 2.6.1.
[arguments]: Enable tests; remove custom 'check phase.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-async-timeout and python-curio.
[native-inputs]: Add python-anyio, python-async-timeout, python-flask,
python-pytest-asyncio, python-setuptools, python-tiny-proxy, python-trustme,
python-wheel, and python-yarl.

Change-Id: If1b10ed7a2a6ab7358c7e440224b5c406977ad68
7060bbb0 — Ricardo Wurmus 1 year, 4 months ago
gnu: Add python-tiny-proxy.

* gnu/packages/python-web.scm (python-tiny-proxy): New variable.

Change-Id: Ia0493c910ea30922298350dd9f4145b4d1efe8f2
2814ef23 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-aiohttp: Update to 3.11.11.

* gnu/packages/python-web.scm (python-aiohttp): Update to 3.11.11.
[source]: Adjust snippet.
[build-system]: Use pyproject-build-system.
[arguments]: Use #:test-flags instead of modifying test in build phases;
remove custom 'check phase.
[propagated-inputs]: Add python-aiohappyeyeballs and python-propcache; remove
python-asynctest, python-charset-normalizer, and python-idna-ssl.
[native-inputs]: Remove python-async-generator; replace python-cython with
python-cython-3; add python-pytest-cov, python-setuptools, and python-wheel.

Change-Id: I5a95d3d801343b0afb824a8779be1f5f8e5d6eb8
4a11566f — Ricardo Wurmus 1 year, 4 months ago
gnu: Add python-aiohappyeyeballs.

* gnu/packages/python-web.scm (python-aiohappyeyeballs): New variable.

Change-Id: Ic453f1c6e67f181abf9d32ee3a92e05141515473
ebfd6af9 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-yarl: Update to 1.18.3.

* gnu/packages/python-web.scm (python-yarl): Update to 1.18.3.
[source]: Remove snippet.
[build-system]: Use pyproject-build-system.
[arguments]: Enable tests; delete custom 'check phase; remove phase
'cythonize-code; add phase 'patch-build-system.
[native-inputs]: Remove python-cython and python-pytest-runner; add
python-covdefaults, python-cython-3, python-expandvars, python-pytest-cov,
python-pytest-xdist, python-setuptools, python-tomli, and python-wheel.
[propagated-inputs]: Add python-packaging and python-propcache.

Change-Id: Iab46d2600782ffee6fdf0c9816b771c0884af04a
f2a78678 — Ricardo Wurmus 1 year, 4 months ago
gnu: Add python-propcache.

* gnu/packages/python-xyz.scm (python-propcache): New variable.

Change-Id: Id02eb09da7adbdc965065a3473d9567edafbf6a7
ce3cd8ac — Ricardo Wurmus 1 year, 4 months ago
gnu: Add python-expandvars.

* gnu/packages/python-xyz.scm (python-expandvars): New variable.

Change-Id: I2782f1bb09321944ddfe8f3957d8036c2988fabc
Next