gnu: python-qasync: Update to 0.27.1. * gnu/packages/python-xyz.scm (python-qasync): Update to 0.27.1. [build-system]: Use pyproject-build-system. [arguments]: Use G-Expressions. [native-inputs]: Remove python-pytest-runner. Add python-poetry-core. Change-Id: I3290a8b59f393c7bea6f200b5e538ad4be14d349
gnu: python-immutabledict: Enable tests. * gnu/packages/python-xyz.scm (python-immutabledict): Enable tests. Change-Id: I5ebd0fac21a5aa26785a2ced115b736ee5e7952c
gnu: python-immutabledict: Update to 4.2.0. * gnu/packages/python-xyz.scm (python-immutabledict): Update to 4.2.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-poetry-core. Change-Id: Ifc3499f6e01efefdcb58aadcae87bbb5a0295d46
Merge branch 'gnome-team'
gnu: python-celery: Update to 5.3.6. * gnu/packages/python-xyz.scm (python-celery): Update to 5.3.6. [build-system]: Use pyproject-build-system. [arguments]: Replace pytz with tzdata in the relax-requirements phase. Do not override the check phase, skip tests in #:test-flags instead. [native-inputs]: Add python-pytest-click. [propagated-inputs]: Add python-tzdata. Remove python-pytz. Change-Id: I4cb6a1c6712d5b54f4d9a6731447e9459e8ff81a
gnu: python-vine: Update to 5.1.0. * gnu/packages/python-xyz.scm (python-vine): Update to 5.1.0. [build-system]: Use pyproject-build-system. Change-Id: I2621eb21deb516d16e9cc50ff9237aed1b6b46b8
gnu: python-kombu: Update to 5.3.6. * gnu/packages/python-xyz.scm (python-kombu): Update to 5.3.6. [build-system]: Use pyproject-build-system. [arguments]: Do not override the check phase. Ignore a file in #:test-flags. [native-inputs]: Add python-botocore, python-tzdata. Remove python-pytz. [propagated-inputs]: Add python-typing-extensions. Remove python-cached-property. Change-Id: I4b36effff8b17af388d56c90bf8983954adf4333
gnu: python-billiard: Update to 4.2.0. * gnu/packages/python-xyz.scm (python-billiard): Update to 4.2.0. [build-system]: Use pyproject-build-system. [arguments]: Use G-Expressions. Do not delete test files. Change-Id: I69ec62c0c28e9c7ff6ce65f722b250f50dbb33da
gnu: Add python-apprise. * gnu/packages/python-xyz.scm (python-apprise): New variable. Change-Id: I55b8c7b558ce34835cff31b9fac6ff3b81ff5fec Signed-off-by: jgart <jgart@dismail.de>
gnu: Add python-pydantic-settings. * gnu/packages/python-xyz.scm (python-pydantic-settings): New variable. Change-Id: I410edc37f17a293f3d40ce9a2ab6416ea35bae39
gnu: python-glymur: Update to 0.12.9. * gnu/packages/python-xyz.scm (python-glymur): Update to 0.12.9. Change-Id: Ifb84738df85cb6142fc5ecafa164a6dc4148a69e
gnu: python-glymur: Speed up tests. * gnu/packages/python-xyz.scm (python-glymur): Enable parallel tests to speed them up. [arguments] <#:test-flags>: Add it with "-n" option. [native-inputs]: Add python-pytest-xdist. Change-Id: Ied066330cc24a50b47307cefb2694675be8af0a4
gnu: python-dask: Speed up tests. * gnu/packages/python-xyz.scm (python-dask) [arguments] <#:test-flags>: Add option to run tests in parallel. [native-inputs]: Add python-xdist. Reformat as a list. Change-Id: I9b4b1c53f827e1f5d3edd0908f8e37e1a3bddb71
gnu: python-zarr: Speed up tests. * gnu/packages/python-xyz.scm (python-zarr): Use G-expressions. [arguments] <#:test-flags>: Parallelize tests to speed them up. <#:phases>: 'disable-service-tests remove trailing #t from lambda. Use standard 'check phase. [native-inputs]: Add python-fsspec, python-h5py, python-pytest-doctestplus, python-pytest-timeout, and python-pytest-xdist. Change-Id: I3fc4e2a1649ad9f95ed9e3fe87e3f57ad4f58af8
gnu: python-partd: Enable tests. Newer version of the project is migrated to pyproject.toml, this change may help to prepare for the future upgrade. * gnu/packages/python-xyz.scm (python-partd) [build-system]: Swap to pyproject-build-system, allowing to detect tests and run them. Change-Id: Ia4375b83cea6dcbf7781b3dc40f544261075d2ca
gnu: python-zarr: Update to 2.17.1. * gnu/packages/python-xyz.scm (python-zarr): Update to 2.17.1. Change-Id: Id7873b68bb82400f66539d03fe9a357deb61d58c
gnu: python-blosc: Move to python-compression. * gnu/packages/python-xyz.scm (python-blosc): Move from here ... * gnu/packages/python-compression.scm: ... to here. Change-Id: Ieed1b399602d0ba64b065d1c03ef0855ac52f71e
gnu: Add python-contexttimer. * gnu/packages/python-xyz.scm (python-contexttimer): New variable. Change-Id: I1ed35f1d0190f0e3a60095c7627b6c17552cb4cc Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
gnu: Add python-icecream. * gnu/packages/python-xyz.scm (python-icecream): New variable. Change-Id: I866d0ce591a1b81fdd7e0ee706cb8e9791e70c49 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Merge branch 'master' into emacs-team