Maxim Cournoyer
4a34c929e9
gnu: python-bibtexparser: Update to 2.0.0b9.
...
* gnu/packages/python-xyz.scm (python-bibtexparser): Update to 2.0.0b9.
[propagated-inputs]: Add python-pylatexenc.
Change-Id: I368bd15ccb98ae8d1575dfa5e714e0870c481d01
2026-03-23 14:45:30 +09:00
Cayetano Santos
0913d20a2f
gnu: python-nbconvert: Update to 7.17.0.
...
* gnu/packages/python-xyz.scm (python-nbconvert): Update to 7.17.0.
Merges guix/guix!7371
Change-Id: I49199607ea16c991a025467cbdf7c7f37345fb2e
2026-03-21 17:12:58 +01:00
Cayetano Santos
f2295f8fde
gnu: python-typer: Update to 0.22.0.
...
* gnu/packages/python-xyz.scm (python-typer): Update to 0.22.0.
[arguments]<#:phases>: Add pre-check.
<#:test-flags>: Disable ’test_cli test.
[propagated-inputs]: Add python-annotated-doc.
Change-Id: Ibbf8ada61016c2ec30ca8da3f4919003d87ece8a
2026-03-21 13:02:22 +01:00
Cayetano Santos
c0e770a57d
gnu: python-loguru: Update to 0.7.3.
...
* gnu/packages/python-xyz.scm (python-loguru): Update to 0.7.3.
[source]: Switch to git-fetch.
[arguments]: Update ’#:test-flags.
[native-inputs]: Remove python-wheel; add python-flit-core.
[description]: Add trailing period.
Change-Id: I3895490cb5cbf93885309f9e6948171d73d4b46e
2026-03-21 12:49:36 +01:00
Sharlatan Hellseher
e05f37092f
* gnu: python-xyz: Add accent on alphabetical order in the footer.
...
The python-xyz module provides more than 1200 packages which becomes
problematic to sync during rebase. Alphabetical order of packages
improves this situation, it prevents duplicity of packages and quicker
spot of similar changes in branches made separately.
This change to the footer note insists on alphabetical order only,
without similar functionality with import example which places new
package in correct position starting from the top of the file.
guix import --insert=gnu/packages/python-xyz.scm pypi <package-name>
Change-Id: Ief1ec88d4d31c27c5eeacf72cbc2db20834aaad6
2026-03-20 15:07:31 +00:00
Sharlatan Hellseher
bb3a96d42f
gnu: packages/python-xyz.scm: Sort python-[uy].
...
* gnu/packages/python-xyz.scm: (python-unicodedata2, and python-yamlcore):
Sort variables alphabetically.
Change-Id: I9b31094889923a9bebb3303a862feefc8c7d79a1
2026-03-20 15:01:51 +00:00
Nicolas Graves
8a060acaa0
gnu: python-texttable: Update to 1.7.0.
...
* gnu/packages/python-xyz.scm (python-texttable): Update to 1.7.0.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-20 15:01:51 +00:00
Nicolas Graves
697471d209
gnu: python-graphql-core: Update to 3.2.7.
...
* gnu/packages/python-xyz.scm (python-graphql-core): Update to 3.2.7.
[source]: Switch to git-fetch.
[arguments]: Drop them.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-20 15:01:51 +00:00
Nicolas Graves
c0d7989466
gnu: python-graphql-relay: Update to 3.1.5-0.611c033.
...
* gnu/packages/python-xyz.scm (python-graphql-relay): Update to 3.1.5-0.611c033.
[native-inputs]: Add python-pytest-describe.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-20 15:01:50 +00:00
Nicolas Graves
46a2e338f0
gnu: python-dunamai: Update to 1.26.0.
...
* gnu/packages/python-xyz.scm (python-dunamai): Update to 1.26.0.
Change-Id: I25969f97be2ba9d49bb207f0bcebb92ecb323ea6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-20 14:11:40 +00:00
Nicolas Graves
e9b94ef3d2
gnu: Add python-nrepl.
...
* gnu/packages/python-xyz.scm (python-nrepl): New variable.
Merges: https://codeberg.org/guix/guix/pulls/7208
Change-Id: Ia82ea5542a95c912ef582f3adacb6249c376e549
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-20 14:11:37 +00:00
Sharlatan Hellseher
adad5ef281
gnu: python-bleach: Move to python-web.
...
* gnu/packages/python-xyz.scm (python-bleach): Move from here ...
* gnu/packages/python-web.scm: ... to here.
Change-Id: Idf243f18f1cf72ae8915804e2261a36ca925a0af
2026-03-20 14:11:36 +00:00
Sharlatan Hellseher
5f7071e1a5
gnu: python-bleach: Update to 6.3.0.
...
* gnu/packages/python-xyz.scm (python-bleach): Update to 6.3.0.
[source]: Switch to git-fetch.
[arguments]: <test-flags>: Skip one test.
[propagated-inputs]: Add python-tinycss2.
Change-Id: I1cae5586977a66fff2ee11331aab7c13751f65d7
2026-03-20 14:11:28 +00:00
Ludovic Courtès
1ae20f03f4
gnu: Reference the inherited inputs values.
...
This commit was made by running this command:
sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm
… and then reverting individual hunks where the change would trigger unbound
variable warnings or other issues (such as ‘native-inputs’ is bound in the
body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined
just above).
Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
2026-03-20 13:27:16 +01:00
Ludovic Courtès
2a50c9598b
gnu: Reference the inherited ‘arguments’ value.
...
This commit was made by running this command:
sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm
… and then:
1. reverting changes from ‘gnu/packages/rust.scm’ and
‘gnu/packages/java.scm’ since they would incur derivation changes and/or
breakage;
2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’;
3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’,
which use ‘substitute-keyword-arguments’ for arguments that are not
inherited (and thus ‘arguments’ would be unbound);
4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’
which make bogus assumptions about inherited arguments.
Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
2026-03-20 13:27:15 +01:00
Evgeny Pisemsky
4b60e86f2e
gnu: Add python-pykka.
...
* gnu/packages/python-xyz.scm (python-pykka): New variable.
Merges guix/guix!7294
Change-Id: I358716cfbfeea0d05fa02b3aca52f16116b5c899
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
Modified-by: Cayetano Santos <csantosb@inventati.org >
2026-03-20 09:30:12 +01:00
Hennadii Stepanov
7a49d6317d
gnu: python-lief: Update to 0.17.6.
...
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.6.
Merges: https://codeberg.org/guix/guix/pulls/7270
Change-Id: I8b04cd410011e943408a4afaf748dc5c46eeebb8
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-18 22:28:57 +00:00
Sughosha
9e17346b66
gnu: Add python-catppuccin.
...
* gnu/packages/python-xyz.scm (python-catppuccin): New variable.
Change-Id: I7c39321f3195deb64d5b6bf5553349d729cc5925
2026-03-16 14:28:11 +05:30
Sharlatan Hellseher
3ec1e8297d
Revert "gnu: Remove python-virtualenv-for-hatch."
...
This reverts commit b264415711 .
Hatch still needs a lower version:
...checking requirements: ERROR: hatch==1.9.7
ContextualVersionConflict(virtualenv
20.29.1 (/gnu/store/<...>-python-virtualenv-20.29.1/lib/python3.11/site-packages),
Requirement.parse('virtualenv<20.26.0'), {'hatch'})
Change-Id: I8da2372dc595bb62629581193540ef8bc17295e8
2026-03-13 15:46:31 +00:00
Sharlatan Hellseher
b264415711
gnu: Remove python-virtualenv-for-hatch.
...
* gnu/packages/python-xyz.scm (python-virtualenv-for-hatch): Delete variable.
Change-Id: I7fdf1e9c6062dda2dee0d825d1e5951b84e6eede
2026-03-13 13:37:08 +00:00
Sharlatan Hellseher
1a3f2eebcb
gnu: python-simplesat: Move to maths.
...
* gnu/packages/python-xyz.scm (python-simplesat): Move from here ...
* gnu/packages/maths.scm: ... to here.
Change-Id: I3f2f832e3c9099705800aa88c07913a407c722b4
2026-03-13 12:23:20 +00:00
Sharlatan Hellseher
82467ac1cd
gnu: python-zipfile2: Move to python-compression.
...
* gnu/packages/python-xyz.scm (python-zipfile2): Move from here ...
* gnu/packages/python-compression.scm: ... to here.
Change-Id: I70701db8244adc10b4c5777e55fed042bf3a06d5
2026-03-13 12:23:19 +00:00
Nicolas Graves
16a8b177f1
gnu: python-fastbencode: Update to 0.3.9.
...
* gnu/packages/python-xyz.scm (python-fastbencode): Update to 0.3.9.
[source]: Switch to git-fetch.
[arguments]<#:test-flags>: Refresh them.
<#:imported-modules, #:modules>: Use necessary modules.
<#:phases>: Add phase 'prepare-cargo-build-system.
[inputs]: Add maturin and bencode cargo-inputs.
[native-inputs]: Replace python-setuptools by python-setuptools-rust.
Add rust, rust:cargo, make-rust-sysroot.
* gnu/packages/rust-crates.scm: Record required crates.
Merges: https://codeberg.org/guix/guix/pulls/7057
Change-Id: Iedd3b3f90a4845b03ba18ffaad007ec3be16048b
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl >
Reviewed-by: Efraim Flashner <efraim@flashner.co.il >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-12 19:18:15 +00:00
Evgeny Pisemsky
f3e14dfa74
gnu: python-mkdocs-material: Switch to git-fetch.
...
* gnu/packages/python-xyz.scm (python-mkdocs-material)
[source]: Switch to git-fetch.
Change-Id: I54f0236e716f6f4c56fc11c639f64b26c87fc5f7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-12 19:18:15 +00:00
Evgeny Pisemsky
8a0495b6da
gnu: python-mkdocs-material: Update to 7.3.6.
...
* gnu/packages/python-xyz.scm (python-mkdocs-material): Update to 7.3.6.
[arguments]: Fix path to lunr in phases.
Merges: https://codeberg.org/guix/guix/pulls/6964
Change-Id: Ifcf7599f364d3dc0debe79001ee134d47c4d2e45
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-12 19:18:15 +00:00
Cayetano Santos
c1868b0dff
gnu: python-yamlcore-0.0.2: Rename to python-yamlcore.
...
* gnu/packages/python-xyz.scm (python-yamlcore-0.0.2): Deprecate and
move from here…
(python-yamlcore): …to here. Update to 0.0.4.
[source]: Switch to git-fetch.
* gnu/packages/electronics.scm (librelane)[inputs]: Remove
python-yamlcore-0.0.2; add python-yamlcore.
Change-Id: I207c00a654c8d4964abc8d8441627a56a854eede
2026-03-12 20:12:36 +01:00
Hennadii Stepanov
1f225776d8
gnu: python-lief: Update to 0.17.5.
...
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.5.
Merges: https://codeberg.org/guix/guix/pulls/7003
Change-Id: Ie308f5084a92bd48d45e162b9ba764e5f108b0b0
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-10 09:17:27 +00:00
Spencer King
6f8317dc3d
gnu: python-icegrams: Update to 1.1.6.
...
* gnu/packages/python-xyz.scm (python-icegrams): Update to 1.1.6.
Merges: https://codeberg.org/guix/guix/pulls/6948
Change-Id: Ia983a0a04e2e03bebda550fa42665adc4e7f01a2
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-07 08:42:14 +00:00
Andreas Enge
e4744b12e4
gnu: python-dbusmock: Refresh input.
...
* gnu/packages/python-xyz.scm (python-dbusmock)[propagated-inputs]:
Replace python-dbus-python by python-dbus.
Change-Id: Iee8b59e56e572af39ad23c2c8409c2a6236e9c0e
2026-03-06 16:25:41 +01:00
Andreas Enge
b1b10621de
gnu: Add python-dbus-python as deprecated alias.
...
* gnu/packages/python-xyz.scm (python-dbus-python): Add as deprecated
package for python-dbus.
Change-Id: Iadb1093c8629fdd01fa1ee70cb148e1e52276390
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2026-03-06 14:53:07 +01:00
Andreas Enge
c8392e4a5a
gnu: python-dbus-python: Rename to python-dbus.
...
* gnu/packages/python-xyz.scm (python-dbus-python): Rename to…
(python-dbus): … this. Change name field accordingly.
(python-dbusmock, python-screenkey): Adapt references.
* gnu/packages/admin.scm (solaar): Likewise.
* gnu/packages/gpodder.scm (gpodder): Likewise.
* gnu/packages/music.scm (jack-select): Likewise.
* gnu/packages/password-utils.scm (himitsu-secret-service): Likewise.
* gnu/packages/printers.scm (printrun): Likewise.
* gnu/packages/wm.scm (quicktile): Likewise.
Change-Id: Iaeb2f37c534a699f259d14fc770db86f79c1d7e8
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2026-03-06 14:53:07 +01:00
Andreas Enge
1f9e47518b
gnu: python-dbus: Rename to python-dbus-1.2.
...
* gnu/packages/python-xyz.scm (python-dbus): Rename to…
(python-dbus-1.2): … this.
(python-notify2, python-gatt, python2-dbus): Adapt references.
* gnu/packages/audio.scm (cable, jack-2): Likewise.
* gnu/packages/bittorrent.scm (deluge): Likewise.
* gnu/packages/connman.scm (econnman): Likewise.
* gnu/packages/cups.scm (hplip): Likewise.
* gnu/packages/enlightenment.scm (python-efl): Likewise.
* gnu/packages/freedesktop.scm (modem-manager, telepathy-idle): Likewise.
* gnu/packages/gnome.scm (gtg, system-config-printer, libsecret, upower)
(mutter, network-manager, gnome-bluetooth, gnome-shell, terminator)
(gnome-remote-desktop): Likewise.
* gnu/packages/ibus.scm (ibus): Likewise.
* gnu/packages/maths.scm (veusz): Likewise.
* gnu/packages/matrix.scm (pantalaimon): Likewise.
* gnu/packages/messaging.scm (pidgin, gajim): Likewise.
* gnu/packages/mpd.scm (mpdris2): Likewise.
* gnu/packages/music.scm (mididings, a2jmidid, quodlibet): Likewise.
* gnu/packages/password-utils.scm (secretsd): Likewise.
* gnu/packages/stenography.scm (plover): Likewise.
* gnu/packages/sugar.scm (sugar-datastore, sugar-toolkit-gtk3)
(sugar-portfolio-activity): Likewise.
* gnu/packages/video.scm (python-yewtube): Likewise.
* gnu/packages/xdisorg.scm (autokey): Likewise.
* gnu/packages/xfce.scm (catfish): Likewise.
* gnu/packages/xorg.scm (xpra): Likewise.
Change-Id: I19218743260175f1117b8e213131a3b1495c6c48
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2026-03-06 14:53:04 +01:00
Gabriel Wicki
d1f4adcd1c
gnu: python-cloup: Update to 3.0.8.
...
* gnu/packages/python-xyz.scm (python-cloup): Update to 3.0.8.
[native-inputs]: Remove python-wheel; add python-setuptools-scm;
Merges guix/guix!5641
Change-Id: Ib85b2effe287af69bcd880fad7c3f669da55964a
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-03-06 09:26:52 +01:00
Gabriel Wicki
7425e7e03a
gnu: Add python-yamlcore-0.0.2.
...
* gnu/packages/python-xyz.scm (python-yamlcore-0.0.2): New variable.
Merges guix/guix!5641
Change-Id: I5a52801c4a892f5325997cca60ea08e3e137f56e
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-03-06 09:26:02 +01:00
Nguyễn Gia Phong
7b64f7293c
gnu: python-telethon: Update to 1.42.0.
...
* gnu/packages/python-xyz.scm (python-telethon): Update to 1.42.0.
[source]<uri>: Update Git repository URL.
[native-inputs]: Replace python-pytest-asyncio-0.26
with python-pytest-asyncio.
Change-Id: I55da0ac5d97a49ccdf8311e88df73e04e3da41fb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-05 19:08:49 +00:00
Nguyễn Gia Phong
0293594e2d
gnu: python-apscheduler: Update to 3.11.2.
...
* gnu/packages/python-xyz.scm (python-apscheduler): Update to 3.11.2.
[native-inputs]: Replace python-pytest-asyncio-0.26
with python-pytest-asyncio.
Change-Id: Ie81348a8fec91a9e7b030b2e0b8c34cdee7177f9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-05 19:08:48 +00:00
Nguyễn Gia Phong
dd26a9bd77
gnu: python-pyee: Update to 13.0.1.
...
* gnu/packages/python-xyz.scm (python-pyee): Update to 13.0.1.
[arguments]<#:phases>: Remove 'patch-pytest-config.
[native-inputs]: Replace python-pytest-asyncio-0.26
with python-pytest-asyncio.
Change-Id: I0a60ae6b52e69211960ad8e13e15304b2038ddbf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-05 19:08:43 +00:00
Cayetano Santos
8cd644f897
gnu: Add pybind11.
...
* gnu/packages/python-xyz.scm (pybind11): New variable.
Change-Id: Id4c345aff5f883949ddcae29cbbd05bcbe47dd28
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch >
2026-03-05 15:53:36 +01:00
Gabriel Wicki
f86ff1db98
gnu: Pin old pybind11 version.
...
* gnu/packages/python-xyz.scm (pybind11): Move definition to (pybind11-2).
(python-awkward-cpp, python-contourpy, python-hnswlib, python-dm-tree,
python-matplotlib, python-pikepdf, python-optree, python-fusepy): Change
reference to pybind11-2.
* gnu/packages/astronomy.scm (aoflagger, python-galsim, python-pyclp),
gnu/packages/bioinformatics.scm (python-metacells, python-strawc,
python-coolbox, python-pyspoa, python-scvelo),
gnu/packages/chemistry.scm (avogadrolibs),
gnu/packages/computer-architecture.scm (gem5),
gnu/packages/duckdb.scm (python-duckdb),
gnu/packages/electronics.scm (nextpnr, prjtrellis),
gnu/packages/engineering.scm (python-orocos-kinematics-dynamics),
gnu/packages/geo.scm (ogs-serial),
gnu/packages/graphics.scm (openshadinglanguage, openimageio),
gnu/packages/image-processing.scm (opencolorio),
gnu/packages/machine-learning.scm (python-fasttext, python-ml-dtypes, onnx,
onnx-optimizer, onnxruntime, dlib, tensorflow-lite, tensorpipe,
python-pytorch, python-torchvision, python-ctranslate2, python-hmmlearn,
python-dlib),
gnu/packages/maths.scm (python-accupy, python-ducc0),
gnu/packages/networking.scm (libcamera),
gnu/packages/opencl.scm (python-pyopencl),
gnu/packages/package-management.scm (python-libmambapy),
gnu/packages/physics.scm (python-brille, python-gofit),
gnu/packages/python-check.scm (python-xdoctest),
gnu/packages/python-science.scm (pyre, python-boost-histogram, python-cvxpy,
python-iminuit, python-osqp, python-pyamg, python-qdldl,
python-scikit-build-core, python-scipy, python-vaex-core, python-pyfma),
gnu/packages/radio.scm (gnuradio, gr-osmosdr, gr-dsd, gr-iqbal,
gr-satellites, limesuite-ng),
gnu/packages/simulation.scm (fenics, python-dolfin-adjoint),
gnu/packages/statistics.scm (python-diptest, python-george),
gnu/packages/syndication.scm (syndication-domination): Change reference to pybind11-2.
Change-Id: Ib6abc8580fc2b4c35172f251ff6ba7d80ced4b7b
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch >
2026-03-05 15:53:36 +01:00
Andreas Enge
6682027c99
gnu: Add back deprecated meson-python.
...
This is a follow-up to commit 19dbcc92e5 .
* gnu/packages/python-xyz.scm (meson-python): Add back as a deprecated
package.
Change-Id: Ie9e969e414f4c692fea704c8f9183eab0463fba8
2026-03-02 17:10:18 +01:00
Cayetano Santos
745a005c00
gnu: python-pytooling: Update to 8.12.0.
...
* gnu/packages/python-xyz.scm (python-pytooling): Update to 8.12.0.
Change-Id: I018a56cd65ff8b22acaa7c50367dd98bcc64830c
2026-03-02 14:43:24 +01:00
Vinicius Monego
f2d8c74b7c
gnu: python-hy: Update to 1.2.0.
...
* gnu/packages/python-xyz.scm (python-hy): Update to 1.2.0.
Change-Id: I750f85cea980ba144884fd4b51d2fe0838ed197f
2026-03-01 23:38:56 -03:00
Vinicius Monego
b9df425a16
gnu: python-wand: Update to 0.7.0.
...
* gnu/packages/python-xyz.scm (python-wand): Update to 0.7.0.
[source]: Fix URI.
[arguments]<#:test-flags>: Enable all tests.
Change-Id: I9c268100b71aab4fd0b1b95cdc3a91f82a4ddbcb
2026-03-01 23:38:56 -03:00
Vinicius Monego
c0efaba103
gnu: python-pyvips: Update to 3.1.1.
...
* gnu/packages/python-xyz.scm (python-pyvips): Update to 3.1.1.
Change-Id: Ic66d4fe2449d83a3c3ec133a93ed11bef7c280d3
2026-03-01 23:38:56 -03:00
Yan Abu Arab
5177c5748c
gnu: python-matplotlib-documentation: Fix build.
...
* gnu/packages/python-xyz.scm (python-matplotlib-documentation):
[propagated-inputs]: Remove.
[inputs]: Add inputs and propagated-inputs from python-matplotlib.
[native-inputs]: Remove python-sphinx, add python-sphinx-6.
Fixes : guix/guix#4637
Merges: https://codeberg.org/guix/guix/pulls/6797
Change-Id: I516bf89aab447c9de94feb3020b5c0972783f70f
Reviwed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-01 20:27:55 +00:00
Sharlatan Hellseher
589fb99143
gnu: python-echo: Update to 0.12.1.
...
* gnu/packages/python-xyz.scm (python-echo): Update to 0.12.1.
[native-inputs]: Remove python-pytest-cov and python-wheel.
Change-Id: I1bfccb0b12a942de8608a5524f505e617d74bb5e
2026-02-28 22:07:02 +00:00
Felix Gruber
0444f0a92a
gnu: python-pdfminer-six: Update to 20260107.
...
* gnu/packages/python-xyz.scm (python-pdfminer-six): Update to 20260107.
[native-inputs]: Add python-setuptools-scm. Remove python-wheel.
Merges: https://codeberg.org/guix/guix/pulls/6690
Change-Id: I8c31def9fb83cfd3e4a52a31f4047fabfb8ee4d7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 18:56:03 +00:00
Sharlatan Hellseher
4458d075ad
gnu: python-anyio: Skip some tests on aarch64-linux.
...
* gnu/packages/python-xyz.scm (python-anyio)[arguments] <test-flags>:
Skip some shaky tests on aarch64-linux.
Fixes : guix/guix#6649
Change-Id: I67e20b9402ca40730c982ff0a8f61b24fc451767
2026-02-24 16:20:33 +00:00
Tanguy Le Carrour
85673d5f0b
gnu: Add python-jinja2-fragments.
...
* gnu/packages/patches/python-jinja2-fragments-modify-conftest-py.patch:
New file
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-jinja2-fragments): New variable.
Merges: https://codeberg.org/guix/guix/pulls/6321
Change-Id: I03a88537cea8e769a33ddfe50b418b5b518e5854
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-24 09:10:48 +00:00
Yan Abu Arab
c33fd26cd4
gnu: python-ipython-documentation: Fix build.
...
* gnu/packages/python-xyz.scm (python-ipython-documentation): Fix build,
remove pdf generation.
[phases]: Remove 'configure-sphinx-for-xelatex' phase, modify 'install' phase
to not copy pdf.
[native-inputs]: Remove fontconfig, font-gnu-freefont, texlive-latexmk
texlive-polyglossia, texlive-xetex, texlive-xindy; add python-sphinx-toml.
Merges: https://codeberg.org/guix/guix/pulls/6608
Fixes : guix/guix#6285
Change-Id: I95b868b766ac6a4d96f29b63752de7ffddf856e4
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl >
Reviewed-by: Andreas Enge <andreas@enge.fr >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-23 23:16:34 +00:00