~ruther/guix-local

aa31723c — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-pytest-mock: Update to 3.14.0.

* gnu/packages/check.scm (python-pytest-mock): Update to
3.14.0. Simplify package.
[snippet]: Remove it.
[build-system]: Swap to pyproject-build-system.
[argument]<phases>: Use default 'check phase.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ia7eb5d6ee6a10de53a106909946e90b72b12fe99
5cdd45f0 — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-pytest-forked: Disable tests.

* gnu/packages/check.scm (python-pytest-forked): Disable tests.
Tests depends on python-py which is in maintenance mode and should not
be used in projects.

Change-Id: I6f1df45b121dc21f3af09dd9476c34d31c09a06e
2b13ecf2 — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-pytest-timeout: Update to 2.3.1.

* gnu/packages/check.scm (python-pytest-timeout): Update to 2.3.1.
[build-system]: Swap pyproject-build-system.
[arguments]<phases>: Use default 'check phase.
[propagated-inputs]: Remove python-pytest-cov.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I59da6f90ef8839bce239b6a3199dc58d4a901e81
32c04ab3 — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-pexpect: Update to 4.9.0.

* gnu/packages/python-xyz.scm (python-pexpect): Update to 4.9.0.

Change-Id: Ie4e9fa2a6187cba16cf8ccb7395f34fd8fb0845a
3daf5b0d — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-pexpect: Improve package style.

* gnu/packages/python-xyz.scm (python-pexpect): Use G-expression,
improve style.
[build-system]: Swap to pyproject-build-system.
[arguments]<test-flags>: Move test exclusion logic here from
'prepare-tests phase.
[native-inputs]: Remove python-nose; add python-setuptools and
python-wheel.

Change-Id: I16da2bfbeabf21b02acf93f7fed765f262a56596
8d5f2d76 — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-ptyprocess: Update to 0.7.0.

* gnu/packages/python-xyz.scm (python-ptyprocess): Update to 0.7.0.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Remove python-nose; add python-flit-core and
python-pytest.

Change-Id: I28682d1be282c650d9485d401e1a3291a85f472e
8d5c2f02 — Sharlatan Hellseher 1 year, 8 months ago
gnu: Remove python-pluggy-next.

* gnu/packages/python-build.scm (python-pluggy-next): Delete variable.

Change-Id: I330400172055bcee35161fcc6a151f6ecada3d8e
a2fbf687 — Sharlatan Hellseher 1 year, 8 months ago
gnu: Remove python-pytest-next.

* gnu/packages/check.scm (python-pytest-next): Delete variable.

* gnu/packages/python-science.scm (python-pandas-2) [native-inputs]:
Remove python-pytest-next; add python-pytest.

* gnu/packages/python-xyz.scm (python-hy) [native-inputs]: Remove
python-pytest-next; add python-pytest.

Change-Id: I57e14aa11c2e3cd1d8e8119f566b49fd902c7957
8f36612d — Sharlatan Hellseher 1 year, 8 months ago
gnu: Remove python-pytest-8.

* gnu/packages/check.scm (python-pytest-8): Set variable as deprecated.

* gnu/packages/astronomy.scm (python-asdf) [native-inputs]: Remove
python-pytest-8; add python-pytest.

* gnu/packages/astronomy.scm (python-healpy) [native-inputs]: Remove
python-pytest-8; add python-pytest.

* gnu/packages/python-check.scm (python-pytest-cython)
[propagated-inputs]: Remove python-pytest-8; add python-pytest.

Change-Id: I89a6fbbc0152a6c2f0a9a22f8398a6bc4f9e86cb
cf5bd827 — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-pytest: Update to 8.3.3.

* gnu/packages/check.scm (python-pytest): Update to 8.3.3.
[build-system]: Swap to pyproject-build-system.
[arguments]<phases>: Use default 'check phase and remove
'prepend-version phase.
<test-flags>: Disable some tests requiring python-pygments adding which
introduces cycle.
[propagated-inputs]: Remove python-pluggy; add python-exceptiongroup and
python-pluggy-next.
[native-inputs]: Add python-setuptools and python-wheel.

* gnu/packages/check.scm (python-pytest-bootstrap) [native-inputs]: Add
python-setuptools and python-wheel.

* gnu/packages/patches/pytest-fix-unstrable-exception-test.patch: Remove file.
* gnu/local.mk: Deregister patch.

Change-Id: Ie8825ea1f788bbae40aefa467b6a94b8c4210cbc
c36cc983 — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-exceptiongroup: Move to python-build.

* gnu/packages/python-xyz.scm (python-exceptiongroup): Move from here ...
* gnu/packages/python-build.scm: ... to here.

Change-Id: Id034df5a988c5f6a4448879ba44ee1315888f63b
1b577b87 — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-pluggy: Update to 1.5.0.

* gnu/packages/python-build.scm (python-pluggy): Update to 1.5.0. Fix
indentation.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
[home-page]: Place above synopsis.

Change-Id: I960e37277b16f4f36f121097cd4b64765b49064f
62f52b0e — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-fast-histogram: Adjust inputs.

* gnu/packages/python-science.scm (python-fast-histogram)
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I53e2ce8019c421894e50138099539021a91f7c24
cf0e5934 — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-distributed: Adjust inputs.

* gnu/packages/python-science.scm (python-distributed) [native-inputs]:
Add python-wheel.

Change-Id: I9c8620c04f7ed75af6900b885b58937621af15f9
7680587f — Sharlatan Hellseher 1 year, 8 months ago
gnu: Remove python-pyproject-metadata-0.7.

* gnu/packages/python-xyz.scm (python-pyproject-metadata-0.7): Delete variable.

Change-Id: Ifa90ecb28d669d10ba5e6c02b5226063a3e32160
82665470 — Sharlatan Hellseher 1 year, 8 months ago
gnu: beets-bandcamp: Add maintenance note.

* gnu/packages/music.scm (beets-bandcamp): Add maintenance note.

Change-Id: I2bebc18c29366a9b6fb2dc0e5504bf9ee2feafea
512660db — Sharlatan Hellseher 1 year, 8 months ago
gnu: Add python-rich-tables.

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

Change-Id: Ie06dfe6fa98b1f245ceccf98c905265bb27e16d3
03df2b0d — Sharlatan Hellseher 1 year, 8 months ago
gnu: Add python-rgbxy.

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

Change-Id: I67a1a6ae5a7ccba888fc938e4212937ec37adb85
319ce819 — Sharlatan Hellseher 1 year, 8 months ago
gnu: python-mpv: Adjust inputs.

* gnu/packages/python-xyz.scm (python-mpv) [native-inputs]: Add
python-wheel.

Change-Id: Ife1dacf680f3651c4af08a5811a63c548259d604
52b8a60b — Sharlatan Hellseher 1 year, 8 months ago
gnu: Remove python-poetry-core-1.0.

* gnu/packages/python-build.scm (python-poetry-core-1.0): Delete variable.

Change-Id: I02e57215a54ec6d080bb3a844b7bc519ffa09af8
Next