~ruther/guix-local

ref: 64b0ae2e8a1330f7259cbe509c1d882deb4e2769 guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.3 MiB
a17976e9 — Vinicius Monego 2 years ago
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
8541aaa0 — Vinicius Monego 2 years ago
gnu: python-immutabledict: Enable tests.

* gnu/packages/python-xyz.scm (python-immutabledict): Enable tests.

Change-Id: I5ebd0fac21a5aa26785a2ced115b736ee5e7952c
064fcf00 — Vinicius Monego 2 years ago
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
a915a57d — Liliana Marie Prikler 2 years ago
Merge branch 'gnome-team'
dbe16f5a — Vinicius Monego 2 years ago
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
1f317378 — Vinicius Monego 2 years ago
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
905a3061 — Vinicius Monego 2 years ago
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
a65a96af — Vinicius Monego 2 years ago
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
6cde0f48 — Fabio Natali 2 years ago
gnu: Add python-apprise.

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

Change-Id: I55b8c7b558ce34835cff31b9fac6ff3b81ff5fec
Signed-off-by: jgart <jgart@dismail.de>
a0cf3af1 — Sharlatan Hellseher 2 years ago
gnu: Add python-pydantic-settings.

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

Change-Id: I410edc37f17a293f3d40ce9a2ab6416ea35bae39
2b8e62cb — Sharlatan Hellseher 2 years ago
gnu: python-glymur: Update to 0.12.9.

* gnu/packages/python-xyz.scm (python-glymur): Update to 0.12.9.

Change-Id: Ifb84738df85cb6142fc5ecafa164a6dc4148a69e
2de864d2 — Sharlatan Hellseher 2 years ago
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
9b0508e2 — Sharlatan Hellseher 2 years ago
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
1a3aa6b1 — Sharlatan Hellseher 2 years ago
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
bb1e74a9 — Sharlatan Hellseher 2 years ago
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
950b1054 — Sharlatan Hellseher 2 years ago
gnu: python-zarr: Update to 2.17.1.

* gnu/packages/python-xyz.scm (python-zarr): Update to 2.17.1.

Change-Id: Id7873b68bb82400f66539d03fe9a357deb61d58c
8b00d81d — Sharlatan Hellseher 2 years ago
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
b8f6b013 — nafkhamdc 2 years ago
gnu: Add python-contexttimer.

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

Change-Id: I1ed35f1d0190f0e3a60095c7627b6c17552cb4cc
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
3feb8f7f — nafkhamdc 2 years ago
gnu: Add python-icecream.

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

Change-Id: I866d0ce591a1b81fdd7e0ee706cb8e9791e70c49
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4c70f524 — Liliana Marie Prikler 2 years ago
Merge branch 'master' into emacs-team
Next