~ruther/guix-local

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
e0f6eeeb — Ricardo Wurmus 1 year, 4 months ago
gnu: python-matrix-nio: Use test-flags.

* gnu/packages/matrix.scm (python-matrix-nio)[arguments]: Remove custom 'check
phase; disable some tests using #:test-flags.

Change-Id: Ib7c826b1746c418f8c917581695a63a486c4acd7
38065d81 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-scikit-opt: Add missing input.

* gnu/packages/python-science.scm (python-scikit-opt)[native-inputs]: Add
python-setuptools.

Change-Id: Id14e3964257e250c1ba597c6d8fe1a0410fa475f
3044e382 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-tables: Fix reference to library.

* gnu/packages/python-xyz.scm (python-tables)[arguments]: Add phase
'fix-reference-to-blosc2.

Change-Id: If1e5f9ccf8e6e6c37f9c6521a98b208e0fc1fd01
c6d5ac04 — Ricardo Wurmus 1 year, 4 months ago
gnu: python-openapi-spec-validator: Restore sanity check.

* gnu/packages/python-web.scm (python-openapi-spec-validator)[arguments]:
Restore 'sanity-check phase.

Change-Id: I3fc22ef74a55a43f4ec2b32caeb630bc01d815d9
5c87d17f — Ricardo Wurmus 1 year, 4 months ago
gnu: python-openapi-core: Update to 0.19.4.

* gnu/packages/python-web.scm (python-openapi-core): Update to 0.19.4.
[arguments]: Disable only one test.
[native-inputs]: Remove python-pypa-build.

Change-Id: I0660bcd129fb182dd7559c04fc65513ff846eedc
Next