summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2025-05-06gnu: python-asynckivy: Move to python-graphics.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-asynckivy): Move from here ... * gnu/packages/python-graphics.scm: ... to here. Change-Id: I22db22da9bf83edbb429c8a8cd7ae45c218e5b19
2025-05-06gnu: python-asynckivy: Fix home page.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-asynckivy): [home-page]: Permanent redirect from <https://github.com/gottadiveintopython/asynckivy> to <https://github.com/asyncgui/asynckivy>. Change-Id: I7ec47fb8396339e2e66489a0a9a4be4ec8265cb6
2025-05-06gnu: python-asynckivy: Update to 0.8.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-asynckivy): Update to 0.8.1. [source]: Switch to git-fetch containing tests. [build-system]: Switch to pyproejct. [native-inputs]: Add python-poetry-core and python-pytest. Change-Id: Ie7145f020e0487799ca8af0ce4506a5ffc290191
2025-05-06gnu: python-asyncgui: Fix hope page.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-asyncgui): [home-page]: Permanent redirect from <https://github.com/gottadiveintopython/asyncgui> to <https://github.com/asyncgui/asyncgui>. Change-Id: Ic2fcbf4abbc208d16ae33e91a9eb71e9febd7988
2025-05-06gnu: python-asyncgui: Update to 0.8.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-asyncgui): Update to 0.8.0. [source]: Switch to git-fetch containing tests. [build-system]: Switch to pyproejct. [native-inputs]: Add python-poetry-core and python-pytest. Change-Id: I56830e39e99830bceae60f2f3b9afcf70bf00093
2025-05-06gnu: python-kivymd: Update to 1.1.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-kivymd): Update to 1.1.1. [source]: Switch to git-fetch containing tests. [build-system]: Switch to pyproject. [arguments] <tests?>: Enable some tests. <phases>: Add 'fix-modules. [native-inputs]: Add python-pytest, python-pytest-asyncio, python-setuptools, and python-wheel. Change-Id: I5b82048776484eb115ba590dd7a34bdb9097aa66
2025-05-06gnu: python-kivy: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-kivy) [inputs]: Remove python-docutils, python-filetype, python-kivy-garden, python-pygments, and python-requests. [propagated-inputs]: Add python-docutils, python-filetype, python-kivy-garden, python-pygments, and python-requests. Change-Id: I76f7ca94d42fafe3bde36f4b2a1d27bf89831521
2025-05-06gnu: python-kivy: Update to 2.3.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-kivy): Update to 2.3.1. [build-system]: Swap to pyproject. [inputs]: Add python-filetype and python-requests. [native-inputs]: Add python-packaging, python-setuptools, and python-wheel. Change-Id: I174fa9a2239d4d733e67d08a224e8efcd95268a0
2025-05-06gnu: python-kivy-garden: Update to 0.1.5.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-kivy-garden): Update to 0.1.5. [source]: Switch to git-fetch. [build-system]: Switch to pyproject. [arguments] <phases>: Remove 'remove-bat-file, as it's part of installation even if it's related to Windows, it's just set-up script no a binary blob. <tests?>: Deliberately switch them off as no provided. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1eab910405f0a55bad241b2dd2d8cb4b80261a5b
2025-05-06gnu: texlive-libkpathsea: Tweak "texmf.cnf" variables.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-libkpathsea): Use XDG variables instead of HOME for cache and user configuration. Re-instate TEXMFLOCAL, which may be necessary for external TeX installations. (texlive-luatex): Re-instate TEXFLOCAL. * gnu/packages/algebra.scm (gap): * gnu/packages/assembly.scm (asl): (yaehmop): * gnu/packages/bioinformatics.scm (discrover): * gnu/packages/chez.scm (chez-scheme-for-racket): * gnu/packages/engineering.scm (fastcap): * gnu/packages/fsf.scm (book-faif): * gnu/packages/maths.scm (hypre): (stex-boostrap): (suitesparse-amd): (suitesparse-camd): (suitesparse-cholmod): (suitesparse-klu): (suitesparse-ldl): (suitesparse-mongoose): (suitesparse-spex): (suitesparse-spqr): (suitesparse-umfpack): * gnu/packages/ocaml.scm (ocaml-bibtex2html): (unison): * gnu/packages/python-xyz.scm (python-nbconvert): * gnu/packages/statistics.scm (r-with-tests)[arguments]: Set TEXMFVAR to a writable location. Change-Id: I3d2d069cf41a92214d9d6fb7f4d54fc81fe6db7a
2025-05-06gnu: Update TeX Live to 2025.2.Nicolas Goaziou
* gnu/packages/tex.scm: Update TeX Live to 2025.2. * gnu/packages/bioinformatics.scm (discrover): * gnu/packages/python-xyz.scm (python-nbconvert): Remove texlive-ms package. Change-Id: Ia6c6753ddb889413522e3351f38a95dd24912984
2025-05-06gnu: texlive-libkpathsea: Enforce ls-R usage by default.Nicolas Goaziou
Fixes: https://issues.guix.gnu.org/75893 * gnu/packages/tex.scm (texlive-libkpathsea): Set TEXMF so that ls-R database is mandatory and must contain the file looked after in the TeX Live tree. * guix/build/texlive-build-system.scm (configure-texmf): Relax requirements for "ls-R" database. Renamed from `set-texmfvar'. (%standard-phases): Apply phase renaming. * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Add TeX Live packages required for tests to pass since propagated packages are no longer accessible during build. * gnu/packages/books.scm (book-sparc)[inputs]: Move TeX Live related inputs to... [native-inputs]: ... here, and wrap them within texlive-local-tree for the same reason as above. Change-Id: I3430bc84ce35f4aa8f0537b512f472ef88f8e5e9
2025-05-06gnu: Rename `texlive-updmap.cfg' into `texlive-local-tree'.Nicolas Goaziou
* doc/build.scm (pdf-manual): * doc/contributing.texi (Submitting Patches): * gnu/packages/algebra.scm (pari-gp): (giac): * gnu/packages/assembly.scm (asl): * gnu/packages/audio.scm (chow-tape-model): * gnu/packages/bioconductor.scm (r-biocstyle): * gnu/packages/bioinformatics.scm (discrover): (phyml): (velvet): * gnu/packages/chemistry.scm (yaehmop): * gnu/packages/chez.scm (chez-scheme-for-racket): (stex-bootstrap): (chez-web): (chez-sockets): * gnu/packages/cran.scm (r-papaja): (r-prereg): * gnu/packages/docbook.scm (dblatex): * gnu/packages/emacs-xyz.scm (emacs-auctex): * gnu/packages/engineering.scm (fastcap): * gnu/packages/finance.scm (optionmatrix): * gnu/packages/fsf.scm (book-faif): * gnu/packages/gettext.scm (po4a): (po4a-minimal): * gnu/packages/graphics.scm (mmg): * gnu/packages/graphviz.scm (dot2tex): * gnu/packages/guile-xyz.scm (emacsy): (guile-cv): * gnu/packages/lisp.scm (sbcl): * gnu/packages/maths.scm (cddlib): (gnuplot): (itpp): (octave): (suitesparse-amd): (suitesparse-camd): (suitesparse-cholmod): (suitesparse-klu): (suitesparse-ldl): (suitesparse-mongoose): (suitesparse-spex): (suitesparse-spqr): (suitesparse-umfpack): (hypre): * gnu/packages/music.scm (lilypond): * gnu/packages/ocaml.scm (unison): (ocaml-bibtex2html): * gnu/packages/pdf.scm (extractpdfmark): * gnu/packages/photo.scm (enblend-enfuse): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-ipython-documentation): (python-pypandoc): * gnu/packages/radio.scm (gnuradio): (libosmo-dsp): * gnu/packages/scheme.scm (mit-scheme): * gnu/packages/security-token.scm (yubico-piv-tool): * gnu/packages/sphinx.scm (python-sphinx): (python-sphinx-5): * gnu/packages/statistics.scm (r-with-tests): (r-spams): * gnu/packages/tex.scm (texlive-local-tree): Renamed from… (texlive-updmap.cfg): … this. Deprecate the latter. (texlive-biblatex-philosophy): (texlive-bropd): (texlive-fontsize): (texlive-poetrytex): (texlive-reverxii): (texlive-stix): (texlive-suftesi): (texlive-thucoursework): (texlive-ulqda): (texlive-yathesis): (texlive-makecell): (texlive-robotarm): (texlive-bbold): (texlive-babel-romansh): (texlive-polyglossia): (texlive-innerscript): (teximpatient): (texlive-xkeyval): (texlive-arabxetex): (texlive-blox): (texlive-ecgdraw): (texlive-gradientframe): (texlive-everyhook): (texlive-actuarialangle): (texlive-actuarialsymbol): (texlive-autopdf): (texlive-etaremune): (texlive-extract): (texlive-forarray): (texlive-graphicx-psmin): (texlive-ha-prosper): (texlive-namespc): (texlive-newspaper): (texlive-powerdot): (texlive-recipecard): (texlive-show2e): (texlive-tablists): (texlive-ted): (texlive-xargs): (texlive-xpeek): * gnu/packages/xdisorg.scm (xforms): * gnu/packages/algebra.scm (gap): * gnu/packages/cpp.scm (jthread): * guix/lint.scm (check-inputs-should-be-native): Rename `texlive-updmap.cfg' into `texlive-local-tree'. Change-Id: I129280807c418e57acbcbda399545ab27a9e0a33
2025-05-04gnu: python-pyvips: Update to 3.0.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pyvips): Update to 3.0.0. [source]: Fetch from GitHub. [build-system]: Use pyproject-build-system. [arguments]<#:phases>: Delete the now unnecessary 'fix-build, 'fix-paths and custom 'check phases. Also build in API mode. [native-inputs]: Add pkg-config, python-setuptools, python-wheel. Remove python-pytest-flake8, python-pytest-runner. [propagated-inputs]: Add python-pkgconfig. (python-pyvips-for-python-scooby): Do not delete the phase that was deleted in the parent package. Change-Id: I8b3ac54f5b118a565f7297cf455698e690197e78
2025-05-04gnu: python-symengine: Update to 0.14.1.Vinicius Monego
* gnu/packages/python-xyz.scm (python-symengine): Update to 0.14.1. [native-inputs]: Replace cmake by cmake-minimal. Change-Id: Ib2141353862c6549136b8880bd449eebdc2651bd
2025-05-01gnu: python-cram: Move to python-check.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-cram): Move from here ... * gnu/packages/python-check.scm: ... to here. * gnu/packages/rcm.scm: Replace python-xyz with python-check module. * gnu/packages/benchmark.scm: Add python-check module. Change-Id: I0192701e4d4890735a18cc60abd2782fed8db090
2025-05-01gnu: python-h5py: Update to 3.13.0.David Elsing
* gnu/packages/python-xyz.scm (python-h5py): Update to 3.13.0. [build-system]: Switch to pyproject-build-system. [arguments]: Use gexps. Move a modified 'check phase after the 'install phase. [native-inputs]: Add python-pytest-mpi, python-setuptools and python-wheel. Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-04-30gnu: python-h5py: Update input.Andreas Enge
* gnu/packages/python-xyz.scm (python-h5py)[inputs]: Remove hdf5-1.10; add hdf5. Change-Id: I384e9571322f7c4b71f3c0d7144fec4131d84327
2025-04-30gnu: python-virtualenv-clone: Skip some tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-virtualenv-clone) [build-system]: Switch to pyproject. [arguments] <test-flags>: Skip 5 tests. <phases>: Use default 'check. [native-inputs]: Remove python-tox, python-coverage, and python-hypothesis; add python-setuptools. Change-Id: I0ecc55f694a03c7e3a41eb5acae0817adde1c0c9
2025-04-30gnu: Deprecate python-hdf4.Sharlatan Hellseher
The project has changed the name and VCS URL <https://github.com/fhs/python-hdf4> redirects to <https://github.com/fhs/pyhdf>, see <https://github.com/fhs/pyhdf/pull/22>. * gnu/packages/python-xyz.scm (python-hdf4): Deprecate variable. (python-pyhdf): New variable. Change-Id: I785804a57fa520109a0ceb89263b181889e18bd1
2025-04-29gnu: Add python-imageio-freeimage.Vinicius Monego
* gnu/packages/python-xyz.scm (python-imageio-freeimage): New variable. (python-imageio)[arguments]<#:phases>: Remove the freeimage substitution from the 'fix-source phase. Delete the 'fix-failing-tests phase, add test logic in #:test-flags instead. [inputs]: Remove freeimage. Change-Id: I842998baea1568e1d9d1328e4387d14867bd3bb2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-28gnu: python-pyopengl: Move to python-graphics.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pyopengl, python-pyopengl-accelerate): Move from here ... * gnu/packages/python-graphics.scm: ... to here. * gnu/packages/xorg.scm: Add python-graphics module. Change-Id: I8d9e374a1948330ab37bb148a1ad6274563f9f1b
2025-04-28gnu: python-pyqtgraph: Move to python-science.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pyqtgraph): Move from here ... * gnu/packages/python-science.scm: ... to here. Change-Id: I3de3c6a71fb2c5c49b76e03a026eae7deaa55840
2025-04-28gnu: python-pyopengl-accelerate: Update to 3.1.9.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pyopengl-accelerate): Update to 3.1.9. [inputs]: Remove mesa and python-numpy. Change-Id: I39acd590f02853ba9c45ce40d3c2e1ace27d00b5
2025-04-28gnu: python-pyopengl: Update to 3.1.9.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pyopengl): Update to 3.1.9. [native-inputs]: Add python-cython and python-numpy. Change-Id: I8088e3745cabcf52d317413be2dca3e4c5a641b8
2025-04-28gnu: python-concurrent-log-handler: Disable tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-concurrent-log-handler) [arguments] <tests?>: Disable as broken, and can't be skipped. [native-inputs]: Remove python-pytest. Change-Id: Id1ec3c647428d833b938cde7b7f3dd1028f5b2b7
2025-04-28gnu: python-hdf5storage: 0.1.19-0.7ee2a96.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-hdf5storage): 0.1.19-0.7ee2a96. [source]: Switch to git-fetch and use the latest commit containing fixes. [native-inputs]: Remove python-nose; add python-pytest. Change-Id: I6f90d311eccd455de0335d60b776a20d25c9f328
2025-04-28gnu: python-omegaconf: Update to 2.3.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-omegaconf): Update to 2.3.0. Change-Id: Ib967d173695b4e46770787fc414141366620bdb4
2025-04-27gnu: python-twisted: Remove test artifacts.Jakob Kirsch
* gnu/packages/python-xyz.scm (python-twisted)[arguments]<phases>: Extend check phase to clean up test artifacts. Change-Id: Ibbf04771dea4342fe66221a740a11ad9882b6038 Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-04-26gnu: python-pdoc3: Update to 0.11.6.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pdoc3): Update to 0.11.6. [build-system]: Switch to pyproject. [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/patches/python-pdoc3-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Deregester python-pdoc3-tests.patch. Change-Id: I1cffb6272d5de4ca7037aa761c36002bd0d03318
2025-04-26gnu: python-pydbus: Fix build.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pydbus) [bulid-system]: Switch to pyproject. [arguments] <tests?>: Disable as no provided in PyPI archive. <phases>: Add 'fix-comparability-with-pygobject. [native-inputs]: Add python-setuptools and python-wheel. [description]: Start from a new line. Change-Id: Ie859207b700ed9c864b119b25bc3fcb2d1c2b8b4
2025-04-25gnu: python-whatever: Update to 0.7.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-whatever): Update to 0.7. Change-Id: I71bfbd02cd9f9e0302805af2568c9f8b0da27472
2025-04-25gnu: Remove python-typed-ast.Sharlatan Hellseher
Failing to build not compatible with Python 3.8 onward, see <https://github.com/python/typed_ast/issues/179>. * gnu/packages/python-xyz.scm (python-typed-ast): Delete variable. Change-Id: Id602f14bc985a542ae05cbf138b9c96b89920005
2025-04-25gnu: python-simpervisor: Fix tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-simpervisor) [arguments] <test-flags>: Run test in a single thread, deselect one failing. [native-inputs]: Remove python-pytest-xdist. Change-Id: I2b5a2a9ad40d5b0d6156a4448776eafa91a01719
2025-04-24gnu: python-pytooling: Skip tests on i686.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pytooling) [arguments] <tests?>: Skip on i686-linux. Change-Id: I6612edf524c1fe22b42eafbd9cbfcfd8c35d2f73
2025-04-24gnu: python-pytooling: Enable tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pytooling) [arguments] <test-flags>: Skip just 3 tests. [native-inputs]: Add git-minimal/pinned, python-colorama, python-pytest, and python-ruamel.yaml. Change-Id: If3318a1634c2f1d90378b7a69156da5cc413ad5e
2025-04-24gnu: python-pytooling: Update to 8.4.1.Cayetano Santos
* gnu/packages/python-xyz.scm (python-pytooling): Update to 8.4.1. Change-Id: Ibe39d8c994d6e9e1883ea02b2a67099bfa1ecd4f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: python-pari-jupyter: Update to 1.4.3.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pari-jupyter): Update to 1.4.3. [build-system]: Switch to pyproject. [inputs]: Remove python-ipykernel. [propagated-inputs]: Add python-ipykernel. [native-inputs]: Add python-cython, python-jupyter-kernel-test, python-setuptools, and python-wheel. Change-Id: I1b9f6845223d54d2179012ac84524bf3ed27699d
2025-04-24gnu: python-numpy-2: Update to 2.2.5.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-numpy-2): Update to 2.2.5. Change-Id: I4b62ab9e0aa1f5c1f20b2d29e51e3e192bbc795b
2025-04-24gnu: python-numpy-2: Enable tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-numpy-2) [arguments] <tests?>: Enable them. <test-flags>: Run fast test suite only. <phases>: Use custom 'check; Adjust path to Python in 'fix-executable-paths. Change-Id: I267bca274fc8d3ea87aaf14eb59b5297ccb2d227
2025-04-24gnu: python-qtconsole: Move to jupyter.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-qtconsole): Move from here ... * gnu/packages/jupyter.scm: ... to here. Add qt and xorg modules. * gnu/packages/orange.scm: Add jupyter module. Change-Id: I9145393c469050aca748543cac04c391dbab7c83
2025-04-24gnu: python-qtconsole: Update to 5.6.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-qtconsole): Update to 5.6.1. Fix build. [build-system]: Switch to pyproject. [propagated-inputs]: Remove python-ipython-genutils, python-pyqt, and python-pyzmq; add python-packaging. [native-inputs]: Add python-pyqt, python-setuptools, python-wheel, and xorg-server-for-tests. Change-Id: I19833b507dfc5245bc9424c629c11f2df4024dd2
2025-04-24gnu: Remove python-commentjson.Sharlatan Hellseher
No users in Guix, it was intermediate dependency for Ansible which no longer required; no fresh releases for 4y. * gnu/packages/python-xyz.scm (python-commentjson): Delete variable. Change-Id: If2638628f9adc80913a0d5d3e692330e911d1415
2025-04-24gnu: python-resolvelib: Update to 1.1.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-resolvelib): Update to 1.1.0. [native-inputs]: Remove python-commentjson. Change-Id: I6977761a6dfd4aca754b8c9c814806b662a61614
2025-04-24gnu: Remove python-lark-parser.Nicolas Graves
* gnu/packages/python-xyz.scm (python-lark-parser): Delete variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: python-commentjson: Switch to python-lark.Nicolas Graves
* gnu/packages/python-xyz.scm (python-commentjson): [arguments]{phases}: Refresh phase 'relax-requirements. [propagated-inputs]: Replace python-lark-parser by python-lark. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: Add python-lark.Nicolas Graves
* gnu/packages/python-xyz.scm (python-lark): New variable. (python-lark-parser): Inherit from python-lark and update to 0.12.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-23gnu: python-ddt: Move python-check.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-ddt): Move from here ... * gnu/packages/python-check.scm: ... to here. Change-Id: If098b89d4abb795db7dc9756a76060e2e6ae11cc
2025-04-23gnu: python-omero-py: Update to 5.20.0.Nicolas Graves
* gnu/packages/python-xyz.scm (python-omero-py): Update to 5.20.0. [arguments]<test-flags>: Ignore collection of some tests (which should be fixed when updating to numpy@2). [native-inputs]: Add python-portalocker. Update omero-blitz to 5.8.2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-23gnu: python-zeroc-ice-3.6: Fix build with Python@3.11.Nicolas Graves
* gnu/packages/python-xyz.scm (python-zeroc-ice-3.6) [source]: Add patch. * gnu/packages/patches/python-zeroc-ice-3.6.5-python-3.11-support.patch: Add patch. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>