Sharlatan Hellseher
5bd9a60c93
gnu: Remove python-typing-extensions-next.
...
* gnu/packages/python-build.scm (python-typing-extensions-next): Delete variable.
Change-Id: Ibcd8027c6b45f1951c697df1fc572b990e73cff0
2026-01-23 22:09:05 +00:00
Sharlatan Hellseher
e1acc4ba17
gnu: Remove python-pbr-next.
...
* gnu/packages/python-build.scm (python-pbr-next): Delete variable.
Change-Id: I18998f29d6f4346a579e9e9c15b0f19420bb2c0b
2026-01-23 22:09:05 +00:00
Sharlatan Hellseher
91013adcdb
gnu: Remove python-setuptools-next.
...
* gnu/packages/python-build.scm (python-setuptools-next): Delete variable.
Change-Id: I2de8aa1869e1d7485cc2816c6ab0d67429cce707
2026-01-23 22:09:05 +00:00
Sharlatan Hellseher
1fa57d3be1
gnu: Remove python-poetry-core-next.
...
* gnu/packages/python-build.scm (python-poetry-core-next): Delete variable.
Change-Id: Ic4cddb270e1b4c25ca02bb63de5e3f4678bf49de
2026-01-23 22:09:05 +00:00
Sharlatan Hellseher
1bb542247d
gnu: Remove python-flit-core-next.
...
* gnu/packages/python-build.scm (python-flit-core-next): Delete variable.
Change-Id: Icb7703b21bc37a4bff6180450d5cfc1617f2dab7
2026-01-23 22:09:05 +00:00
Sharlatan Hellseher
102f9a7315
gnu: python-check-manifest: Update to 0.51.
...
* gnu/packages/python-xyz.scm (python-check-manifest): Update to 0.51.
[arguments]: Use G-Expressions.
<test-flags>: Rework skipped tests.
[phases]{allow-git-submodule-add}: Remove phase.
Change-Id: Ia81da688d25ccb8f4956cc33e2481f61ecfaeab9
2026-01-23 22:09:05 +00:00
Nicolas Graves
135f59f3e9
gnu: python-setuptools: Bootstrap the package properly.
...
This commit includes changes submitted in two merge requests:
- https://codeberg.org/guix/guix/pulls/5723
- https://codeberg.org/guix/guix/pulls/5362
Related issue with bootstraping and "guix pull":
- https://codeberg.org/guix/guix/issues/5813
* gnu/packages/python-build.scm (python-setuptools)
[arguments]<#:test-flags>: Ignore failing tests.
<#:phases>: Add phases 'build-bundled-wheel-for-tests, 'cleanup,
'configure-tests, 'drop-platformdirs-requirement,
'cleanup-installed-tests.
[propagated-inputs]: Add python-jaraco-functools, python-jaraco-text,
python-more-itertools, python-packaging, python-wheel.
[native-inputs]: Add python-autocommand, python-backports-tarfile,
python-filelock-bootstrap, python-inflect, python-jaraco-collections,
python-jaraco-context, python-jaraco-envs-bootstrap,
python-jaraco-functools, python-jaraco-path, python-jaraco-test,
python-jaraco-text, python-more-itertools, python-packaging,
python-path, python-platformdirs-bootstrap, python-pip,
python-pypa-build, python-pytest-bootstrap, python-tomli,
python-typing-extensions, python-typeguard, and python-wheel.
Change-Id: I2361b2626e7c0ca54fad7e9eeb0a616b2b66f6d9
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:05 +00:00
Sharlatan Hellseher
8200d22cae
gnu: Remove python-pep517.
...
* gnu/packages/python-xyz.scm (python-pep517, python-pep517-bootstrap):
Delete variables.
Relates-to: guix/guix#5813
Fixes : guix/guix#5726
Change-Id: Ia0c25319dd59f6f484611159580a844fd6e96d30
2026-01-23 22:09:04 +00:00
Nicolas Graves
9dc6721772
gnu: python-pypa-build: Update to 1.3.0.
...
* gnu/packages/python-build.scm (python-pypa-build): Update to 1.3.0.
[propagated-inputs]: Remove python-packaging-bootstrap,
python-pep517-bootstrap, python-toml. Add python-colorama,
python-packaging, python-pyproject-hooks, python-tomli.
Change-Id: I9f89f3a08a59610f32a74c2ac39cd291d6f104fc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:04 +00:00
Nicolas Graves
45009a046b
gnu: python-jaraco-test: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-jaraco-test): Move from here…
* gnu/packages/python-build.scm (python-jaraco-test): …to here.
Change-Id: I0ae77cbdc492c60d48348981b042ad8bd9e1e963
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:04 +00:00
Nicolas Graves
8b030027e3
gnu: Add python-jaraco-envs-bootstrap.
...
* gnu/packages/python-build.scm (python-jaraco-envs-bootstrap): New variable.
Change-Id: Ie98d8a3ff626f991acfa73de65f47b4f85667e51
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:04 +00:00
Nicolas Graves
0046165c5e
gnu: Add python-virtualenv-bootstrap.
...
* gnu/packages/python-build.scm (python-virtualenv-bootstrap): New variable.
Change-Id: Iba9fbc24886169df3cb42bb1c254359fd8d3fa17
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:04 +00:00
Nicolas Graves
c6a6b95bb3
gnu: Add python-filelock-bootstrap.
...
* gnu/packages/python-build.scm (python-filelock-bootstrap): New variable.
* gnu/packages/python-xyz.scm (python-filelock): Inherit from python-filelock-bootstrap.
Change-Id: I0a0ff8246bcdccd384fe36119fd1125b53e0f670
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:04 +00:00
Nicolas Graves
d64175e8dd
gnu: python-distlib: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-distlib): Move from here…
* gnu/packages/python-build.scm (python-distlib): …to here.
Change-Id: Ib6611610e6b32a6e3cf0faab35572938c2cb6005
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:04 +00:00
Nicolas Graves
148026e688
gnu: python-path: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-path): Move from here…
* gnu/packages/python-build.scm (python-path): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap,
python-setuptools-scm by python-setuptools-scm-boostrap,
python-packaging by python-packaging-bootstrap, python-pygments by
python-pygments-bootstrap.
Change-Id: Ief847ef89a3bc76df59b9939b50068d969648717
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:04 +00:00
Nicolas Graves
dff1fc3795
gnu: Add python-platformdirs-bootstrap.
...
* gnu/packages/python-build.scm (python-platformdirs-bootstrap): New variable.
* gnu/packages/python-xyz.scm (python-platformdirs): Add a comment.
Change-Id: If9c296d498690f8c1fff585a6bb7ce4579434c79
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:03 +00:00
Nicolas Graves
e718b0b7b1
gnu: python-jaraco-path: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-jaraco-path): Move from here…
* gnu/packages/python-build.scm (python-jaraco-path): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap,
python-setuptools-scm by python-setuptools-scm-boostrap.
Change-Id: I1180653d8834d9161be77c3f6b36a3b7a8884f20
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:03 +00:00
Nicolas Graves
00f8c77d7b
gnu: python-jaraco-collections: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-jaraco-collections): Move from here…
* gnu/packages/python-build.scm (python-jaraco-collections): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap,
python-setuptools-scm by python-setuptools-scm-boostrap. Remove
python-wheel.
Change-Id: I7e612a59917b9700dffd0034bbedde62959a9597
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:03 +00:00
Nicolas Graves
0073388b50
gnu: python-jaraco-text: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-jaraco-text): Move from here…
* gnu/packages/python-build.scm (python-jaraco-text): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap,
python-setuptools-scm by python-setuptools-scm-boostrap.
Change-Id: I0597c86f98f6bd98104c6507d8aa9d67295d5234
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:03 +00:00
Nicolas Graves
1c6d3f4ba5
gnu: python-jaraco-functools: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-jaraco-functools): Move from here…
* gnu/packages/python-build.scm (python-jaraco-functools): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap. Remove python-wheel.
Change-Id: I0a5fd9e8efce8c905c55b7c379ecfcdcd260234a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:03 +00:00
Nicolas Graves
5287fd9051
gnu: python-jaraco-context: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-jaraco-context): Move from here…
* gnu/packages/python-build.scm (python-jaraco-context): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap. Remove python-wheel.
Change-Id: Idd1376ae78b19876ea15149b4f51f31684cbd931
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:03 +00:00
Nicolas Graves
b3f3a00516
gnu: python-jaraco-classes: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-jaraco-classes): Move from here…
* gnu/packages/python-build.scm (python-jaraco-classes): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap.
Change-Id: Ib3dce8be7938bc81d8363888662a19e66b94d8f7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:03 +00:00
Nicolas Graves
68ce1df566
gnu: python-inflect: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-inflect): Move from here…
* gnu/packages/python-build.scm (python-inflect): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap,
python-setuptools-scm by python-setuptools-scm-boostrap.
Change-Id: Id8782ae885b16d2a2870cd5d05b93e93ca9dbc40
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:03 +00:00
Nicolas Graves
8750779f51
gnu: python-typeguard: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-typeguard): Move from here…
* gnu/packages/python-build.scm (python-typeguard): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap,
python-setuptools by python-setuptools-bootstrap,
python-setuptools-scm by python-setuptools-scm-boostrap.
Change-Id: I14196e595b28741d3c97bcd7436d8276ca9425d1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:02 +00:00
Nicolas Graves
1880f63bb3
gnu: python-typeguard: Lift python-mypy native-input.
...
* gnu/packages/python-xyz.scm (python-typeguard)
[arguments]<#:test-flags>: Ignore mypy tests.
[native-inputs]: Remove python-mypy.
Change-Id: Iaea7809ace069935473a4aaab712747d4318a8ba
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:02 +00:00
Nicolas Graves
b827b9018b
gnu: python-more-itertools: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-more-itertools): Move from here…
* gnu/packages/python-build.scm (python-more-itertools): …to here.
Change-Id: I5449d1bd0ed4f56a3943020e239cf299ab231617
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:02 +00:00
Nicolas Graves
b1a41b50f9
gnu: python-backports-tarfile: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-backports-tarfile): Move from here…
* gnu/packages/python-build.scm (python-backports-tarfile): …to here.
Change-Id: I08fad809bc89251a8b23fe3f13801623db0c16b9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:02 +00:00
Nicolas Graves
ec0f28d64a
gnu: python-pyproject-hooks: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-pyproject-hooks): Move from here…
* gnu/packages/python-build.scm (python-pyproject-hooks): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap.
Change-Id: Iafcf2b6c9e6e4c82f566e994819a39636738ae32
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:02 +00:00
Nicolas Graves
8c26f6b338
gnu: python-colorama: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-colorama): Move from here…
* gnu/packages/python-build.scm (python-colorama): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap.
Change-Id: I3ac5f6611a411458a0aeca0d6d4a2af79ce49e54
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:02 +00:00
Nicolas Graves
8f56ffd822
gnu: python-testpath: Move to (gnu packages python-build).
...
* gnu/packages/check.scm (python-testpath): Move from here…
* gnu/packages/python-build.scm (python-testpath): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap.
Change-Id: I3796f3cddc366d86c99fcef72b7b950791e99ef2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:02 +00:00
Nicolas Graves
3168b2cead
gnu: python-autocommand: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-autocommand): Move from here…
* gnu/packages/python-build.scm (python-autocommand): …to here.
[native-inputs]: Replace python-setuptools by
python-setuptools-bootstrap.
autocommand: Adapt native-inputs.
Change-Id: I6999788c79a3904a22bebbff352c44a11df977a1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:02 +00:00
Nicolas Graves
4d92b1c73e
gnu: python-packaging: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-packaging): Move from here ...
* gnu/packages/python-build.scm (python-packaging): ... to here.
Overwrite original python-packaging-bootstrap and swap inheritance.
Change-Id: If244d390b7ec3e526dccba28023f6f5350346f01
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:01 +00:00
Nicolas Graves
3f70c70dc1
gnu: python-pretend: Move to python-build and adapt native-inputs.
...
* gnu/packages/python-xyz.scm (python-pretend): Move from here…
* gnu/packages/python-build.scm (python-pretend): …to here.
[native-inputs]: Remove python-pytest,
and python-setuptools; add python-packaging-bootstrap,
python-pytest-bootstrap, and python-setuptools-bootstrap.
Related-to: guix/guix#5813
Change-Id: I75a27534d71f456fdb76841f1d3597a81976c7e6
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:01 +00:00
Nicolas Graves
a4a11f4d56
gnu: python-six: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-six, python-six-bootstrap): Move from here…
* gnu/packages/python-build.scm (python-six, python-six-bootstrap): …to here.
* gnu/packages/linphone.scm: Adapt imported modules.
* gnu/packages/mate.scm: Adapt imported modules.
Change-Id: Iea0b78aa4adfdd68d863f674fd37997ad4c99485
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:01 +00:00
Nicolas Graves
7b966703da
gnu: python-pygments: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-pygments, python-pygments-boostrap): Move from here…
* gnu/packages/python-build.scm (python-pygments, python-pygments-boostrap): …to here.
* gnu/packages/books.scm: Adapt modules.
* gnu/packages/lisp-xyz.scm: Adapt modules.
* gnu/packages/ruby-xyz.scm: Adapt modules.
Change-Id: Id73c1d536c48c490bb7444f87cc6b89d6a79cb38
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:01 +00:00
Nicolas Graves
7a53580651
gnu: python-pytest-bootstrap: Move to (gnu packages python-build).
...
* gnu/packages/check.scm (python-pytest-bootstrap): Move from here…
* gnu/packages/python-build.scm (python-pytest-bootstrap): …to here.
Redefine it to avoid inheritance.
Change-Id: I1494221674cac649d7a3710f7877f51c640af4e3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:01 +00:00
Nicolas Graves
087e15154b
gnu: Add python-pygments-bootstrap.
...
* gnu/packages/python-build.scm (python-pygments-bootstrap): New variable.
Change-Id: I30049d78d5e59302da0d95c674eb2d03637ecfd8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:01 +00:00
Nicolas Graves
3c08353dd1
gnu: python-iniconfig: Move to python-build and adapt native-inputs.
...
* gnu/packages/python-xyz.scm (python-iniconfig): Move from here…
* gnu/packages/python-build.scm (python-iniconfig): …to here.
[native-inputs]: Remove python-hatch-vcs, and python-hatchling; add
python-hatch-vcs-bootstrap, and python-hatchling-bootstrap.
Change-Id: I4691d19787fdfbc1293b475c43595d273aa40a4e
Modified-by-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:01 +00:00
Nicolas Graves
03f668ef0c
gnu: Add python-hatch-vcs-bootstrap.
...
* gnu/packages/python-build.scm (python-hatch-vcs-bootstrap): New variable.
Change-Id: Iaf06c1e6c44aeb29e73cb836fe0ca016ab5c945f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:01 +00:00
Nicolas Graves
f581e3c43a
gnu: Add python-setuptools-scm-bootstrap.
...
* gnu/packages/python-build.scm (python-setuptools-scm-bootstrap): New variable.
Change-Id: I9ba335003efe7c2d164a96526646ecca8e1ee347
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:00 +00:00
Nicolas Graves
2961c90c23
gnu: Add python-hatchling-bootstrap.
...
* gnu/packages/python-build.scm (python-hatchling-bootstrap): New variable.
Change-Id: Ie7a7d7817cc51f8b88d43f2ec8ae14c343608279
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:00 +00:00
Nicolas Graves
93502b3f45
build-system/pyproject: Improve style.
...
* guix/build/pyproject-build-system.scm (ensure-no-cythonized-files):
Remove extra spaces in Python snippet.
Change-Id: I1453e8707093e640e588d7221a8e71abf846c89f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:00 +00:00
Nicolas Graves
7293e29283
gnu: python-pyfavicon: Correct package.
...
* gnu/packages/python-xyz.scm (python-pyfavicon)
[arguments]<#:test-backend>: Remove it.
[native-inputs]: Add python-pytest.
Change-Id: I0ca4da01598fffe2c2dbfdcd45c4f2ff2677aaa2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:00 +00:00
Nicolas Graves
d6ec480d90
gnu: python-pyro4: Correct package.
...
* gnu/packages/python-xyz.scm (python-pyro4)
[native-inputs]: Reintroduce python-pytest.
[arguments]<#:test-flags>: Correct them.
<#:phases>: Remove them.
Change-Id: Icdc6b1e39a829d979b27037fda7dce632b64da4d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:00 +00:00
Nicolas Graves
96cb775ee2
gnu: python-pyzbar: Modernize package.
...
* gnu/packages/aidc.scm (python-pyzbar)
[native-inputs]: Add python-pytest.
[arguments]<#:test-flags>: Adapt accordingly.
<#:phases>: Drop phase 'remove-failing-test. Refresh phase
'set-library-file-name.
Change-Id: I247cfd60a4c36d42918befe1ce4231cd8eb24180
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:00 +00:00
Nicolas Graves
a696aa3f2d
gnu: python-aiosqlite: Correct package.
...
* gnu/packages/databases.scm (python-aiosqlite)
[native-inputs]: Add python-packaging due to sanity-check change.
[propagated-inputs]: Add forgotten python-typing-extensions.
Change-Id: Ib9422597a7758d017d4c1f193551db96791e9e5f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:00 +00:00
Nicolas Graves
b7ab916140
gnu: python-envs: Propagate python-click.
...
The new sanity-check found that we forgot to do that.
* gnu/packages/python-xyz.scm (python-envs)[propagated-inputs]: Add
python-click.
Change-Id: I1106a370ca4a15435d2315fcea246b398db666b2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:00 +00:00
Nicolas Graves
936ff6ce10
gnu: python-monthdelta: Disable tests.
...
* gnu/packages/python-xyz.scm (python-monthdelta)[arguments]
<#:tests?>: Disable them, as there are none to run.
Change-Id: Ifd25d27cdbdd7b901d92c509f984a50342d0bdb6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:09:00 +00:00
Nicolas Graves
8c8fa89387
gnu: python-axolotl-curve25519: Disable tests.
...
* gnu/packages/python-crypto.scm (python-axolotl-curve25519)
[arguments]<#:tests?>: Disable them, drop <#:test-backend>.
Change-Id: I789d70a34ccfc347d9b7c7e911eb18e0e71397f1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-23 22:08:59 +00:00
Sharlatan Hellseher
e8f99a1f69
gnu: Remove python-hypothesis-next.
...
* gnu/packages/check.scm (python-hypothesis-next): Delete variable.
Change-Id: I108aa4004ba92b51f639add0745fec0f421d5a9c
2026-01-23 22:08:59 +00:00