summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2026-01-25gnu: Remove python-islenska.Andreas Enge
The package contains non-distributable data. * gnu/packages/python-xyz.scm (python-islenska): Delete variable. Fixes: guix/guix#4079 Change-Id: I650ceab9a486ccf7939ce126b97b7e7fbcc0a829 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-lief: Update to 0.17.2.Hennadii Stepanov
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.2. Change-Id: I5e1eaf0cc6d8968db7c23488c679c5cefb74b407 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-forbiddenfruit: Fix build.Hugo Buddelmeijer
* gnu/packages/python-xyz.scm (python-forbiddenfruit): Fix build. [arguments]<#:phases>: Updated 'check phase so the coverage part is skipped. [native-inputs]: Remove python-coverage. Change-Id: I034a0be6dc87eb8b5a6d0c3029c5e4ffed43be28 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-celery: Update to 5.6.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-celery): Update to 5.6.2. [arguments] <test-flags>: Skip one more test. [phases]{relax-requirements}: Remove phase. [propagated-inputs]: Remove python-tzdata; add python-tzlocal. [native-inputs]: Add python-pytest-order. Change-Id: I2b5978c5759b6290a86de1a31755468deba40282 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-kombu: Update to 5.6.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-kombu): Update to 5.6.0. [phases]{relax-requirements}: Specify which version of tzdata we are relaxing. [propagated-inputs]: Remove python-typing-extensions; add python-packaging and python-tzdata. [native-inputs]: Remove python-tzdata; add python-pytest-freezer. Change-Id: I8a9793e5b269480aa180d5de928e85a9ea1511f4 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-click-plugins-1: Add a maintenance note.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-click-plugins-1): Add a maintenance note. Change-Id: If3dec531b59ace642976c11ae7e8a8d7de33b334 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-celery: Fix build on CI.Hugo Buddelmeijer
The issue with "Too many open files" is known by upstream and has been reported several times already: - high concurrency results in OSError, <https://github.com/celery/celery/issues/4541>, (2018). - Autoreload doesn't reload if modules imported by the tasks module change, <https://github.com/celery/celery/issues/1025>, (2012). - OSError: Too many open files, <https://github.com/celery/celery/issues/887>, (2012). * gnu/packages/python-xyz.scm (python-celery): Fix build on ci. [arguments]<:#test-flags>: Disable tests that fail on the CI. Change-Id: I47f132a7f4c10cfa28e756699a565cb53c4f2e04 Reviewed-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Remove python-pyhdf.Andreas Enge
* gnu/packages/python-xyz.scm (python-pyhdf): Delete variable. Change-Id: I74811a533b603524f44805078b6a57babe44f63f Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Remove python-hdf4.Andreas Enge
* gnu/packages/python-xyz.scm (python-hdf4): Delete variable. Change-Id: I763ef2f0aa528b36f933a02dddcfd8d5fbf51147 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pyinotify: Reduce package closure size.Giacomo Leidi
This Python package can be used both as a library and as a standalone command line application. It does so by adding a shebang to the library code. Dropping this shebang prevents the build system from adding python-wrapper as an input, reducing package closure size from ~200 MiB to ~0.2 MiB. A new python-pyinotify-cli package is added to allow users who desire so to use the CLI application. * gnu/packages/python-xyz.scm (python-pyinotify)[phases]{drop-shebang}: New phase. (python-pyinotify-cli): New variable. Change-Id: Ifb796d26fc6a7bedec69093f7c9bd43ada8bebac Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pymd4c: Update to 1.3.0.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pymd4c): Update to 1.3.0. [arguments]<#:tests?, #:test-flags>: Enable tests. [native-inputs]: Add python-pytest. Change-Id: I80c0cfcc2414bdf6b773d06097e103d8fa4b8724 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Add python-importlib-metadata-argparse-version.Nicolas Graves
* gnu/packages/python-xyz.scm (python-importlib-metadata-argparse-version): New variable. Change-Id: I729aac550bdbd20a76e9f8832131b38aea56a61c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Add python-md-ulb-pwrap.Nicolas Graves
* gnu/packages/python-xyz.scm (python-md-ulb-pwrap): New variable. * gnu/packages/rust-crates.scm: Add crates for md_uld_pwrap. Change-Id: I04b243575a48f607db18459521a55cc69c2ddeaf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Add python-unicode-linebreak.Nicolas Graves
* gnu/packages/python-xyz.scm (python-unicode-linebreak): New variable. * gnu/packages/rust-crates.scm: Add crates for unicode_linebreak. Change-Id: I3f1fbea07e72bd24d9f679183277c9bc2290d56a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-dbusmock: Update to 0.37.2.Nicolas Graves
* gnu/packages/python-xyz.scm (python-dbusmock-check-phase): New variable, to reduce redundancy; (python-dbusmock): Update to 0.37.2. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Migrate them to pyproject-build-system. <#:phases>: In phase 'patch-path, remove unecessary substitution. Use python-dbusmock-check-phase. [native-inputs]: Add python-setuptools. (python-dbusmock-minimal)[source, arguments, build-system, inputs]: Adapt fields to keep the same derivation and avoid rebuilds. Change-Id: I6db0afffc74388fe19025457d7699993e2218666 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pyinotify: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pyinotify): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. [description]: Improve style. Change-Id: Iad18dc462ad8d0c6ec2556fd7891fe0c952fff6d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-jinja2-time: Disable tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-jinja2-time): [arguments] <tests?>: Disable for now. [native-inputs]: Remove python-pytest. Change-Id: Ic4696e026980ebaf7e1301c33f2b7e4861ed1d92 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pypeg2: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pypeg2): [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Enable them. [native-inputs]: Add python-pytest, python-setuptools. [description]: Improve style. Change-Id: I354cf087b2076bf7bd4643290429a4e4630ca004 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-jellyfish: Update to 1.2.1.Nicolas Graves
* gnu/packages/rust-crates.scm: Import crates. * gnu/packages/python-xyz.scm (python-jellyfish): Update to 1.2.1. [build-system]: Switch to pyproject-build-system (maturin). [arguments]: Rewrite them all to accomodate maturin. [native-inputs]: Add python-pytest, python-setuptools, rust, rust:cargo. [inputs]: Add maturin and jellyfish cargo inputs. [home-page]: Update it. Change-Id: I07e0b6ae05e80027c28de024777bba393e919c2b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-emoji-for-gh-md-to-html: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-emoji-for-gh-md-to-html): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools. Change-Id: I929e6fe0841332521fa3f0c6d9fdbd7d2f82efec Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pebble: Update to 5.1.3.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pebble): Update to 5.1.3. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Ifee70d9f208865b7e9cb96950c7de428f01758ab Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-notify2: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-notify2): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I6684841f7f1a89ad539ad2c8fe1eca17c9193378 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-jinja2-time: Switch to pyproject.Nicolas Graves
* gnu/packages/python-xyz.scm (python-jinja2-time): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools. Change-Id: I425584b6c6f06451e71e5b593eca90d73b9250bf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-crossenv: Update to 1.6.1.Nicolas Graves
* gnu/packages/python-xyz.scm (python-crossenv): Update to 1.6.1. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-hatchling. [description]: Improve style. Change-Id: Ic5fe3baf91dd4aa71d92c8b54d433e55d1ada17c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python2-pycparser: Move to (gnu packages pypy).Nicolas Graves
* gnu/packages/python-xyz.scm (python2-pycparser): Move from here… * gnu/packages/pypy.scm (python2-pycparser): …to here. Change-Id: I368e7fc7c07dcba675c1f7524e7f68145252cf73 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python2-pycparser: Migrate to pyproject and decouple.Nicolas Graves
Rationale: Decoupling helps us moving the package, and not worry about inheriting package updates. * gnu/packages/python-xyz.scm (python2-pycparser) [inherit]: Drop it. [build-system, arguments]: Migrate to pyproject-build-system. [name, home-page, synopsis, description, license]: Set them explicitely. [native-inputs]: Add python-setuptools. Change-Id: Ie55f1fdc60d80ec921acabced218ec758a650cf1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-daemon: Replace python-lockfile by python-filelock.Nicolas Graves
* gnu/packages/python-xyz.scm (python-daemon)[propagated-inputs]: Replace python-lockfile by python-filelock. * gnu/packages/patches/python-daemon-relax-lockfile.patch: New file * gnu/local.mk (dist_patch_DATA): Register patch. Change-Id: Ia12b754065a71b612b0fe626b18e2edc9d158ae7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-mysql-connector-python: Skip one more test.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-mysql-connector-python): [phases]{check}: Skip one more test. Change-Id: I22277bc3cdf0634b166f3198d005c82c37b8796f Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-nanobind: Update to 2.10.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-nanobind): Update to 2.10.2. [native-inputs]: Add python-numpy, python-pathspec, and python-scipy. [synopsis]: Fix lint warning: "synopsis should start with an upper-case letter or digit". Change-Id: I26dd624d3a9ead7af7744769cc59f05bb56de56d Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Add python-siphash24.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-siphash24): New variable. Change-Id: I297103197b867e9be3a60caf53a8536f5c32aa63 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pyemd: Use python-numpy@1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pyemd): [propagated-inputs]: Remove python-numpy; add python-numpy-1. [native-inputs]: Remove python-wheel. Change-Id: I7cad3d609f1eec432d3e77945ffd2b2dc30b4900 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Remove python-watchgod.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-watchgod): Delete variable. Change-Id: I52cbd0577de38bb21094ed8f6ee5ef14741634e0 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-perfplot: Use python-numpy@1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-perfplot): [propagated-inputs]: Remove python-numpy; add python-numpy-1. Change-Id: Ib7ea70587df75876a01e44899b7aebdd121f19fb Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-deepdiff: Update to 8.6.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-deepdiff): Update to 8.6.1. [native-inputs]: Add python-uuid6. Change-Id: Ife7367c5772c8bba067e698f01b974cf2bfb4bfb Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Add python-uuid6.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-uuid6): New variable. Change-Id: I3bf9d83706763ac3ed360005831dbfa3f775c368 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-numpysane: Use python-numpy@1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-numpysane): [propagated-inputs]: Remove python-numpy; add python-numpy-1. Change-Id: I9fa1bf6e8b8110350d5524740653e02d99e36a91 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pytoolconfig: Reduce closure size.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pytoolconfig): Update to 1.3.1. [propagated-inputs]: Remove python-pydantic, python-sphinx, python-sphinx-autodoc-typehints, python-sphinx-rtd-theme, and python-tabulate. Change-Id: Ifd1831f64dcb14afaddf9a1b6d445b0b67e94bbd Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-watchfiles: Update to 1.1.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-watchfiles): Update to 1.1.1. * gnu/packages/rust-crates.scm: (rust-syn-2.0.60, rust-proc-macro2-1.0.81, rust-filetime-0.2.24, rust-crossbeam-utils-0.8.19, rust-cc-1.0.96, rust-bitflags-2.7.0): New variables. (lookup-cargo-inputs)[python-watchfiles]: Remove rust-autocfg-1.4.0, rust-bitflags-2.9.0, rust-cc-1.2.19, rust-crossbeam-utils-0.8.21, rust-filetime-0.2.25, rust-indoc-2.0.6, rust-inotify-0.10.2, rust-instant-0.1.13, rust-libc-0.2.172, rust-log-0.4.27, rust-notify-7.0.0, rust-notify-types-1.0.1, rust-portable-atomic-1.11.0, rust-proc-macro2-1.0.95, rust-pyo3-0.24.1, rust-pyo3-build-config-0.24.1, rust-pyo3-ffi-0.24.1, rust-pyo3-macros-0.24.1, rust-pyo3-macros-backend-0.24.1, rust-python3-dll-a-0.2.13, rust-quote-1.0.40, rust-redox-syscall-0.5.11, rust-shlex-1.3.0, rust-syn-2.0.100, rust-unicode-ident-1.0.18, and rust-unindent-0.2.4; add rust-autocfg-1.3.0, rust-bitflags-2.7.0, rust-cc-1.0.96, rust-crossbeam-utils-0.8.19, rust-filetime-0.2.24, rust-indoc-2.0.5, rust-inotify-0.11.0, rust-libc-0.2.169, rust-log-0.4.22, rust-notify-8.0.0, rust-notify-types-2.0.0, rust-portable-atomic-1.6.0, rust-proc-macro2-1.0.81, rust-pyo3-0.26.0, rust-pyo3-build-config-0.26.0, rust-pyo3-ffi-0.26.0, rust-pyo3-macros-0.26.0, rust-pyo3-macros-backend-0.26.0, rust-python3-dll-a-0.2.14, rust-quote-1.0.36, rust-redox-syscall-0.5.3, rust-syn-2.0.60, rust-unicode-ident-1.0.12, and rust-unindent-0.2.3. Change-Id: I197939e4c9061d59708f51bfb8667d81555ea17a Change-Id: Iec394c08dad5aa5fe063bc06b927e05089231f84 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-imagecodecs: Fix build.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-imagecodecs): [inputs]: Remove python-blosc2; add c-blosc2. Change-Id: I28487d0a93c8098620b68c5d46caf6d6f55ca108 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-hdf5storage: Use pythno-numpy@1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-hdf5storage): [propagated-inputs]: Remove python-numpy; add python-numpy-1. [native-inputs]: Remove python-wheel. Change-Id: I1d2e3d4d5b654e4025aa16f4d1aa9230c10a3e0a Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pomegranate: Move to machine-learning.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pomegranate): Move from here ... * gnu/packages/machine-learning.scm: ... to here. Change-Id: I1ef53f52439c0cae22e96ec381ecff3e2f616d71 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pomegranate: Update to 1.1.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pomegranate): Update to 1.1.0. [source]: Switch to git-fetch providing tests. [arguments] <tests?, test-flags>: Enable them. [propagated-inputs]: Remove python-joblib and python-pyyaml; add python-apricot-select, python-scikit-learn, and python-pytorch. [native-inputs]: Remove python-pandas and python-wheel; add python-pytest. Change-Id: Idf53aff2124c98fd7dc1172a31028a57347d2a4b Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Add python-pygls.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pygls): New variable. Change-Id: Ifb4bf0277f87fec87161f57ec09b8916ee5de077 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Add python-lsprotocol.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-lsprotocol): New variable. Change-Id: Id12df328f4c8f51f9c45914fba8f4991857f7596 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Add python-array-api-strict.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-array-api-strict): New variable. Change-Id: Iab9649b967da898521316481ac466342afff2631 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-ipywidgets: Update to 8.1.4.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-ipywidgets): Update to 8.1.4. [build-system]: Switch pyproject-build-system. [native-inputs]: Remove python-pytest-cov and python-setuptools-67; add python-setuptools. Change-Id: I09799c7cbcc5c59a04a792411977974c95d1688e Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-awkward: Update to 2.8.5.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-awkward): Update to 2.8.5. [arguments] <test-flags>: Skip CUDA tests only. [propagated-inputs]: Remove python-typing-extensions. [home-page]: Refresh it as seen in project's README. Change-Id: I5cebada2be766618633b0d082c88ae3d15490e9f Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-awkward-cpp: Update to 47.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-awkward-cpp): Update to 47. [arguments]: Drop all. [home-page]: Refresh it as seen in project's README. Change-Id: I27be188fc95447a17c10b09f653bb28325367998 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pycollada: Update to 0.9.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pycollada): Update to 0.9.2. [native-inputs]: Remove python-wheel. Change-Id: I3cc70c7eeda9e4c54a0457ba430e4c6cbe1697f3 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-jupyter-console: Move to jupyter.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-jupyter-console): Move from here ... * gnu/packages/jupyter.scm: ... to here. Change-Id: I687d44df58fab4d62a3eac92f2dab1eebdc89921 Signed-off-by: Rutherther <rutherther@ditigal.xyz>