Sharlatan Hellseher
0175a31f8f
gnu: python-asttokens: Update to 3.0.0.
...
* gnu/packages/python-xyz.scm (python-asttokens): Update to 3.0.0.
[propagated-inputs]: Remove python-six.
Change-Id: I289e2675c5d72b7f016d2bc791f75c0e4da29112
2025-09-19 22:42:19 +01:00
Sharlatan Hellseher
f1d7d79ad8
gnu: python-msgpack: Update to 1.1.1.
...
* gnu/packages/python-xyz.scm (python-msgpack): Update to 1.1.1.
[build-system]: Use pyproject.
[arguments]: Drop them.
[native-inputs]: Add python-setuptools.
Change-Id: I4ba8061c95916daa03db8f269ee8019826991de5
2025-09-19 22:42:19 +01:00
Sharlatan Hellseher
05098a9ac3
gnu: python-astroid: Update to 3.3.11.
...
* gnu/packages/python-xyz.scm (python-astroid): Update to 3.3.11.
[native-inputs]: Add python-mypy-minimal.
Change-Id: Ic0bbe5bb59260fe1445aceb09f5cea6bfb2c82fd
2025-09-19 22:42:18 +01:00
Sharlatan Hellseher
16353ca5a5
gnu: python-lazy-object-proxy: Update to 1.11.0.
...
* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.11.0.
[native-inputs]: Remove python-pip; add python-pytest and python-pytest-benchmark.
Change-Id: I8bee8c95755ad89733f03291a8403689b2a52125
2025-09-19 22:42:18 +01:00
Sharlatan Hellseher
9f0b401e04
gnu: python-pandas-2: Skip one more test group.
...
* gnu/packages/python-science.scm (python-pandas-2) [arguments]
<test-flags>: Skip one more test group failing with Pytest@8.4.1, fixed
on main branch.
Change-Id: I0f4cb3bf310a7efff7112fdfcdf04a5a7fc16aa5
2025-09-19 22:42:18 +01:00
Sharlatan Hellseher
39f0bac0f1
gnu: python-openpyxl: Reduce closure size.
...
* gnu/packages/python-xyz.scm (python-openpyxl):
[propagated-inputs]: Remove python-jdcal - not listed in install
dependencies.
[native-inputs]: Remove python-wheel.
Change-Id: I862613faafe2c4fae4c85b26b38a882ea84f12b5
2025-09-19 22:42:18 +01:00
Sharlatan Hellseher
5f2d558baf
gnu: python-xlrd: Update to 2.0.2.
...
* gnu/packages/python-xyz.scm (python-xlrd): Update to 2.0.2.
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools.
Change-Id: I7622d787dd9f6c516952a5680e1028707406817a
2025-09-19 22:42:18 +01:00
Sharlatan Hellseher
f8f7d46bf9
gnu: python-et-xmlfile: Update to 2.0.0.
...
* gnu/packages/python-xyz.scm (python-et-xmlfile): Update to 2.0.0.
[build-system]: Use pyproject.
[arguments] <phases>: Use default 'check.
[native-inputs]: Add python-setuptools.
Change-Id: I8275f0b9980b1aa70785dcb4d60ff86b6a9053b9
2025-09-19 22:42:18 +01:00
Sharlatan Hellseher
bbe07c4086
gnu: python-time-machine: Fix build.
...
* gnu/packages/python-check.scm (python-time-machine): During check
phase it fails to find test backend but PyPI archive provides no tests.
[arguments] <tests?>: Visually disable them.
Change-Id: Ic39e39a520678c79249a326c4b14b523fab21638
2025-09-19 22:42:18 +01:00
Sharlatan Hellseher
df41463362
gnu: python-pytest-env: Update to 1.1.5.
...
* gnu/packages/python-check.scm (python-pytest-env): Update to 1.1.5.
[build-system]: Use pyproject.
[native-inputs]: Add python-hatch-vcs and python-hatchling.
Change-Id: I0acc2884a71969ed9827e439319298f3c48509e2
2025-09-19 22:42:18 +01:00
Sharlatan Hellseher
3e9afab364
gnu: python-argcomplete: Fix tests.
...
* gnu/packages/python-xyz.scm (python-argcomplete)
[arguments] <test-backend>: Use custom.
<test-flags>: Move option here from custom 'check phase..
<phases>: Use default 'check; add disable-pip-tests..
[native-inputs]: Remove python-coverage, python-mypy, and python-wheel.
Change-Id: Ica763b449ebef64000181fe192cad691be39db73
2025-09-19 22:42:18 +01:00
Sharlatan Hellseher
503af0d4d5
gnu: python-matplotlib: Reduce closure size.
...
* gnu/packages/python-xyz.scm (python-matplotlib):
[native-inputs]: Remove python-setuptools-scm-git-archive.
Change-Id: I0db74e40f935b76e49d9cb8f0214513fb41fa8b8
2025-09-19 22:42:17 +01:00
Jake Forster
3a8bc0d42d
gnu: python-matplotlib: Set the default backend to TkAgg.
...
The interactive backend TkAgg works out of the box (i.e. without requiring
changes to user Python code) since commit
d5d790b5e0f7690d6bef9224932909a68f4fccbe.
* gnu/packages/python-xyz.scm (python-matplotlib) [arguments]
<#:phases>{configure-environment}: Change rc_options backend from Agg to
TkAgg.
Change-Id: I5614e37e674838ba8ad3ebc76c0ed42973d5ec29
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-19 22:42:17 +01:00
Jake Forster
649ef28d14
gnu: python-matplotlib: Patch dlopen so MPLBACKEND is not overridden.
...
Fixes <https://issues.guix.gnu.org/70687 >.
In Python, importing 'matplotlib.pyplot' sets the backend used by Matplotlib
to Agg unless it was set to WebAgg or nbAgg. This is because it incorrectly
determines that no event loop can be started due to a failed dlopen call for
'libX11.so.6'. This is fixed by patching the dlopen path.
* gnu/packages/python-xyz.scm (python-matplotlib) [arguments]
<#:phases>: Add 'patch-dlopen.
Change-Id: I3e45c9a2921374e3b16cfcbd8e3e1e91780da306
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-19 22:42:17 +01:00
Sharlatan Hellseher
a8e2ff0634
gnu: python-cycler: Update to 0.12.1.
...
* gnu/packages/python-xyz.scm (python-cycler): Update to 0.12.1.
[build-system]: Use pyporject.
[propagated-inputs]: Remove python-six.
[native-inputs]: Add python-pytest and python-setuptools.
Change-Id: I220e869568761cdcbf8ba0219207c42de0271ab0
2025-09-19 22:42:17 +01:00
Sharlatan Hellseher
8b4ecf2df3
gnu: python-cppy: Update to 1.3.1.
...
* gnu/packages/python-xyz.scm (python-cppy): Update to 1.3.1.
[native-inputs]: Add python-pytest and python-setuptools-scm.
Change-Id: I45f88d7efd3cb20bfb7b8f14b90d15ddcc081a6d
2025-09-19 22:42:17 +01:00
Sharlatan Hellseher
230c902751
gnu: python-wurlitzer: Update to 3.1.1.
...
* gnu/packages/python-xyz.scm (python-wurlitzer): Update to 3.1.1.
[native-inputs]: Remove python-mock; add python-setuptools.
Change-Id: Ie56041f27f6a8f0b707decde2423ffcd00f640de
2025-09-19 22:42:17 +01:00
Sharlatan Hellseher
c65e702484
gnu: python-argon2-cffi: Update to 25.1.0.
...
* gnu/packages/python-crypto.scm (python-argon2-cffi): Update to 25.1.0.
[source] <snippet>: No longer required.
[build-system]: Use pyproject.
[arguments] <phases>: Use default 'build and 'check.
[inputs]: Remove argon2.
[propagated-inputs]: Remove python-cffi and python-typing-extensions;
add python-argon2-cffi-bindings.
[native-inputs]: Remove python-hypothesis; add
python-hatch-fancy-pypi-readme, python-hatch-vcs, and
python-hatchling.
Change-Id: Ia9f544acbfa2e915afd73b6ed24516be18dd1803
2025-09-19 22:42:17 +01:00
Sharlatan Hellseher
10d1f1cd66
gnu: Add python-argon2-cffi-bindings.
...
* gnu/packages/python-crypto.scm (python-argon2-cffi-bindings): New variable.
Change-Id: I5e4e77ba3aba7b35352b556a514a46ff8b735af6
2025-09-19 22:42:17 +01:00
Nicolas Graves
15eaa05da7
gnu: python-rich: Ignore more failing tests.
...
* gnu/packages/python-xyz.scm (python-rich)[arguments][test-flags}:
Ignore more failing tests.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-19 22:42:17 +01:00
Sharlatan Hellseher
a892f7bbc0
gnu: python-panflute: Update to 2.3.1.
...
* gnu/packages/textutils.scm (python-panflute): Update to 2.3.1.
[build-system]: Use pyproject.
[arguments] <tests?>: Disable as requiring Pandoc in PATH.
[native-inputs]: Remove python-configparser, python-coverage,
python-flake8, python-pandocfilters, python-pytest, python-pytest-cov,
and python-requests; add python-setuptools.
Change-Id: I1914ed63535da1930f9161b1b7e2975e849fcd92
2025-09-19 22:42:16 +01:00
Sharlatan Hellseher
eb5f801b7e
gnu: python-commonmark: Switch to pyproject-build-system.
...
* gnu/packages/python-xyz.scm (python-commonmark):
[build-system]: Use pyproject.
[arguments] <phases>: Use default 'check.
[native-inputs]: Add python-setuptools.
Change-Id: I820373fc3e23ccb3222a6409e0ea7b977376e776
2025-09-19 22:42:16 +01:00
Sharlatan Hellseher
f69c82dbf9
gnu: python-flit: Reduce closure size.
...
* gnu/packages/python-xyz.scm (python-flit): Documentation is not built,
remove dependencies on Sphinx.
[propagated-inputs]: Remove python-pypa-build.
[native-inputs]: Remove python-pygments-github-lexers,
python-pytest-cov, python-sphinx, and python-sphinxcontrib-github-alt.
Change-Id: Iba62d2c1c52b64db65e29cbdd0381f470ee3116d
2025-09-19 22:42:16 +01:00
Nguyễn Gia Phong
eb9a1f77b3
gnu: python-flit: Update to 3.12.0.
...
* gnu/packages/python-xyz.scm (python-flit): Update to 3.12.0.
Change-Id: I24833e303dcda9613b2ab76761b29347a603d0dc
2025-09-19 22:42:16 +01:00
Sharlatan Hellseher
e92ce6380e
gnu: python-beautifulsoup4: Update to 4.13.4.
...
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.13.4.
[propagated-inputs]: Add python-typing-extensions, python-cchardet,
python-chardet, and python-charset-normalizer.
Change-Id: I90db98f1547455732eb21d0efba865e351537336
2025-09-19 22:42:16 +01:00
Sharlatan Hellseher
eb902d89a5
gnu: python-cchardet: Fix tests.
...
* gnu/packages/freedesktop.scm (python-cchardet) [arguments]
<test-flags>: Deselect tests requiring test data file.
[native-inputs]: Remove python-wheel; add python-pytest.
Change-Id: I6e506740c45ffc802d3a85a2d9edb6d53423055f
2025-09-19 22:42:16 +01:00
Sharlatan Hellseher
10cc7bffd9
gnu: python-cchardet: Fix indentation.
...
* gnu/packages/freedesktop.scm (python-cchardet): Fix indentation.
Change-Id: If16042b079995d24f628ca67447f8165a15a7418
2025-09-19 22:42:16 +01:00
Sharlatan Hellseher
a2a065559f
gnu: python-soupsieve: Update to 2.7.
...
* gnu/packages/python-xyz.scm (python-soupsieve): Update to 2.7.
[build-system]: Use pyproject.
[arguments] <tests?>: Enable.
<phases>: Keep 'sanity-check.
[native-inputs]: Add python-beautifulsoup4-bootstrap,
python-hatchling, and python-pytest.
Change-Id: Iaf299e23c70832e1d90b7dcaec4a2ab0f058c5af
2025-09-19 22:42:16 +01:00
Sharlatan Hellseher
d3e770bce2
gnu: Add python-beautifulsoup4-bootstrap.
...
* gnu/packages/python-xyz.scm (python-beautifulsoup4-bootstrap): New variable.
Change-Id: I776b58a6290c9d7b20e27281dccfc9ad6d333a6e
2025-09-19 22:42:16 +01:00
Sharlatan Hellseher
c5983ea479
gnu: python-html5lib: Switch to pyproject-build-system.
...
* gnu/packages/python-web.scm (python-html5lib):
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools.
Change-Id: If4df2b32c95a23252063e0826f27bc99fb2f5530
2025-09-19 22:42:16 +01:00
Sharlatan Hellseher
5fee46766c
gnu: python-webencodings: Switch to pyproject-build-system.
...
* gnu/packages/python-web.scm (python-webencodings)
[build-system]: Use pyproject.
[arguments] <phases>: Use default 'check.
[description]: Fix fill-column indentation.
Change-Id: I543193509591b46fa176575bf0c82a98c66e8d28
2025-09-19 22:42:15 +01:00
Sharlatan Hellseher
7acf705672
gnu: python-tomli-w: Update to 1.2.0.
...
* gnu/packages/python-build.scm (python-tomli-w): Update to 1.2.0.
[native-inputs]: Remove python-pypa-build.
Change-Id: If2293b88fefb2e9b57b9742659c61950d71ac73d
2025-09-19 22:41:39 +01:00
Sharlatan Hellseher
ebe84f45be
gnu: python-sphinx: Update to 7.4.7.
...
* gnu/packages/sphinx.scm (python-sphinx): Update to 7.4.7.
[native-inputs]: Remove python-cython; add python-cython-3,
python-defusedxml and python-pytest-xdist.
[propagated-inputs]: Remove python-colorama, python-filelock,
python-html5lib, python-importlib-metadata,
python-sphinxcontrib-websupport, and python-types-requests.
(python-sphinx-6): New variable, inherit from python-sphinx.
Change-Id: Ifcb65d26b5dbba00bdc96b01308d960047febddf
2025-09-19 22:07:11 +01:00
Sharlatan Hellseher
b34c6f7e75
gnu: python-sphinx-alabaster-theme: Update to 0.7.16.
...
* gnu/packages/sphinx.scm (python-sphinx-alabaster-theme): Update to 0.7.16.
[arguments] <tests?>: No tests in PyPI or Git.
[native-inputs]: Remove python-setuptools and python-wheel; add
python-flit-core.
Change-Id: I818a033a7faec3c9048ac9b79043c95fd451d85d
2025-09-19 22:07:11 +01:00
Sharlatan Hellseher
2ffa7dc2ec
gnu: python-sphinxcontrib-applehelp: Update to 2.0.0.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-applehelp): Update to 2.0.0.
[build-system]: Use pyproject.
[native-inputs]: Add python-flit-core.
Change-Id: I657c0bacf26eccbca75035fad57f68c5876d661c
2025-09-19 22:07:11 +01:00
Sharlatan Hellseher
143e8087dd
gnu: python-sphinxcontrib-devhelp: Update to 2.0.0.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): Update to 2.0.0.
[build-system]: Use pyproject.
[native-inputs]: Add python-flit-core.
Change-Id: Idf02a5c618aede563d170e7d4f8fec8247073456
2025-09-19 22:07:10 +01:00
Sharlatan Hellseher
556d226a47
gnu: python-sphinxcontrib-htmlhelp: Update to 2.1.0.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): Update to 2.1.0.
[build-system]: Use pyproject.
[native-inputs]: Add python-flit-core.
Change-Id: I94bca8fc2455e4935614637d969ff96a71a5aa47
2025-09-19 22:07:10 +01:00
Sharlatan Hellseher
9e5c2df678
gnu: python-sphinxcontrib-jsmath: Switch to pyproject-build-system.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath) [buld-system]:
Use pyproject.
[native-inputs]: Add python-setuptools.
Change-Id: I5102c58d9f9bcf0e898bca636f84d0189c4a0625
2025-09-19 22:07:10 +01:00
Sharlatan Hellseher
b4a5b3ae7f
gnu: python-sphinxcontrib-qthelp: Update to 2.0.0.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): Update to 2.0.0.
[build-system]: Use pyproject.
[native-inputs]: Add python-flit-core.
Change-Id: I1d2308e65024ca776b53238db63b4dadb261f4de
2025-09-19 22:07:10 +01:00
Sharlatan Hellseher
759567c042
gnu: python-imagesize: Set test-backend.
...
* gnu/packages/python-xyz.scm (python-imagesize) [arguments]
<test-backend>: Set to 'unittest.
Change-Id: I3bdc531fc38f6b9b2ab5f461f89dcfba4d71f696
2025-09-19 22:07:10 +01:00
Sharlatan Hellseher
f319e6f3e6
gnu: python-sphinxcontrib-serializinghtml: Update to 2.0.0.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): Update to 2.0.0.
[build-system]: Use pyproject.
[native-inputs]: Add python-flit-core.
Change-Id: I181900fdbb66441ee939a9d025a45937958f3bbd
2025-09-19 22:07:10 +01:00
Sharlatan Hellseher
2304addc10
gnu: python-olefile: Update to 0.47.
...
* gnu/packages/python-xyz.scm (python-olefile): Update to 0.47.
[source]: Switch to git-fetch.
[build-system]: Use pypproject.
[native-inputs]: Add python-pytest and python-setuptools.
Change-Id: Ia74e58310f6810a888b7d20b44aed2bfa0a6e2c7
2025-09-19 22:07:10 +01:00
Sharlatan Hellseher
6ba2d68fbb
gnu: python-markdown2: Update to 2.5.3.
...
* gnu/packages/python-xyz.scm (python-markdown2): Update to 2.5.3.
[arguments] <test-backend>: Use 'custom.
<test-flags>: Provides options as seen in project's Makefile.
[native-inputs]: Remove python-pygments, python-pytest, and
python-wheel.
Change-Id: I502c32abd249a1b3b8532e01621dc36ce7b74734
2025-09-19 22:07:10 +01:00
Sharlatan Hellseher
fde00fe8d0
gnu: python-anytree: Update to 2.13.0.
...
* gnu/packages/python-xyz.scm (python-anytree): Update to 2.13.0.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-poetry-core; add python-pdm-backend,
python-pytest-cov, python-pyyaml and python-test2ref.
Change-Id: I013875d693c0bc910544d0edbae0764103165b50
2025-09-19 22:07:09 +01:00
Sharlatan Hellseher
47f1658407
gnu: Add python-test2ref.
...
* gnu/packages/python-check.scm (python-test2ref): New variable.
Change-Id: Id3253057b0a162a8e2a1348c11d7182db572e19d
2025-09-19 22:07:09 +01:00
Sharlatan Hellseher
9014933432
gnu: python-binaryornot: Switch to pyproejct-build-system.
...
* gnu/packages/python-xyz.scm (python-binaryornot):
[build-system]: Use pyproejct.
[arguments] <test-backend>: Use custom unittest.
<phases>: Remove trailing #t from lambdas.
[propagated-inputs]: Remove python-hypothesis.
[native-inputs]: Add python-hypothesis and python-setuptools.
Change-Id: Ic6e24e1bbfae846bc9b0ab9195556fcf86af9c25
2025-09-19 22:07:09 +01:00
Sharlatan Hellseher
0c6009030c
gnu: python-scour: Switch to pyproject-build-system.
...
This project is unmaintained since 2020, the only user is Inkscape, and
the development has been moved to GitLab.
See: <https://gitlab.com/inkscape/inkscape-docs/documentation/-/issues/43 >,
<https://github.com/scour-project/scour/issues/321 >.
* gnu/packages/python-xyz.scm (python-scour): Add a maintenance note on
the upstream status.
[source] <url>: Switch to Inkscape's GitLab page.
[build-system]: Use pyproject.
[arguments] <test-backend>: Use 'custom.
[native-inputs]: Add python-setuptools.
[home-page]: Switch URL to Inkscape's GitLab page.
[description]: Start from a new line, fix fill column.
Change-Id: I56d94188b8a69a6739e5d2a5550bb0a3ee8b9247
2025-09-19 22:07:09 +01:00
Sharlatan Hellseher
5f14f2c49c
gnu: python-appdirs: Switch to pyproject-build-system.
...
* gnu/packages/python-xyz.scm (python-appdirs):
[build-system]: Use pyproject.
[arguments] <test-backend>: Use 'unittest.
[native-inputs]: Add python-setuptools.
Change-Id: I234b65a99870f0e7e373681719b1ba61e2da85fb
2025-09-19 22:07:09 +01:00
Sharlatan Hellseher
17626f3bf9
gnu: python-pylsqpack: Update to 0.3.22.
...
* gnu/packages/python-compression.scm (python-pylsqpack): Update to 0.3.22.
[native-inputs]: Add python-pytest.
Change-Id: Ib3c31c3678a8b7bf7866fc693518a33c263214a5
2025-09-19 22:07:09 +01:00
Sharlatan Hellseher
30ced940a5
gnu: python-httpx: Rearange inputs, fix tests.
...
* gnu/packages/python-web.scm (python-httpx): Refresh test flags for
skipped tests.
[arguments]: Apply G-expressions.
<test-flags>: Remove not existing tests from the ignore list.
[propagated-inputs]: Remove python-charset-normalizer, python-chardet,
and python-rfc3986; add python-anyio, python-h2, python-socksio, and
python-zstandard.
[native-inputs]: Remove python-trio-typing, python-wheel, and
python-zstandard; add python-chardet.
Change-Id: I62f668ee3659220938b268ac17fdf594a95d076c
2025-09-19 22:07:09 +01:00