summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2025-05-16gnu: python-slixmpp: Update to 1.8.6.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-slixmpp): Update to 1.8.6. Use G-expressions, improve package style. [build-system]: Switch to pypproject. [native-inputs]: Add python-setuptools and python-wheel. Remove labels. Change-Id: Ic9c2694465f826047ea97f6744c46b02509afaa0
2025-05-16gnu: python-slixmpp: Fix source URL.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-slixmpp) [source]: Project has moved to CodeBerg, adjust the source URL as seen on home page. Change-Id: I170cb8c2d42ef0cc97205e5e84851f261167a0f7
2025-05-14gnu: python-mpv: Update to 1.0.8.Tomas Volf
* gnu/packages/python-xyz.scm (python-mpv): Update to 1.0.8. Change-Id: I32218397e4f43a608af0bd5e295a53329a1b466b Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-05-13gnu: packages: Fix broken descriptions.Sergey Trofimov
A few description mistakenly use @{foo} instead of @code{foo} which results in broken formatting in guix search. * gnu/packages/bioinformatics.scm (umi-tools), * gnu/packages/cran.scm (r-ggside), * gnu/packages/crates-apple.scm: (rust-commoncrypto-0.2), * gnu/packages/crates-io.scm: (rust-ndarray-rand-0.15), * gnu/packages/emacs-xyz.scm (emacs-load-relative, emacs-el-x) (emacs-helm-org-ql, emacs-consult-lsp), * gnu/packages/golang-xyz.scm (go-github-com-songmu-gitconfig), * gnu/packages/haskell-xyz.scm (ghc-text-short, ghc-validation), * gnu/packages/image.scm (imgp), * gnu/packages/perl-check.scm (perl-test-file-contents), * gnu/packages/perl-web.scm (perl-uri-db), * gnu/packages/perl.scm (perl-clipboard, perl-module-refresh), * gnu/packages/python-xyz.scm (python-ddlparse, python-black-macchiato) (python-pysendfile), * gnu/packages/qt.scm (qt5compat), * gnu/packages/ruby.scm (ruby-ruby-engine, ruby-httpclient), * gnu/packages/sagemath.scm (python-memory-allocator), * gnu/packages/spreadsheet.scm (sc-im), * gnu/packages/time.scm (python-pendulum): [description]: Fix malformed macros. Change-Id: I3ed755a54aecf40bf0c5c982f9e70b7cd3689de7 Signed-off-by: Greg Hogan <code@greghogan.com>
2025-05-12gnu: nikola: Adjust inputs.Sharlatan Hellseher
As it's the final program and not a future Python library to keep runtime dependencies in propagated input is not required, this change swaps to inputs. * gnu/packages/python-xyz.scm: Swap PROPAGATED-INPUTS to INPUTS. Change-Id: Ib388f8515b6785348562ede96e88344d3c511b54
2025-05-09gnu: Remove python-doctest-ignore-unicode.Sharlatan Hellseher
No updates for 12y, no users in Guix. * gnu/packages/python-xyz.scm (python-doctest-ignore-unicode): Delete variable. Change-Id: If516621c1f539787f38a4c12505e52fa6d740e1a
2025-05-09gnu: python-sure: Move to python-check.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-sure): Move from here ... * gnu/packages/python-check.scm: ... to here. Change-Id: Idb2379d5c4f0964fb28bf38097c963206bbfecfa
2025-05-09gnu: python-sure: Update to 2.0.1-0.acf823av.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-sure): Update to 2.0.1-0.acf823av. [source]: Switch to git-fetch. [build-system]: Switch to pyproject. [propagated-inputs]: Remove python-mock and python-six; add python-couleur. [native-inputs]: Remove python-nose; add python-mock, python-pytest, python-pytest-cov, python-setuptools, and python-wheel. Change-Id: I6e302f078e1b550791df4e682268aadff2225d97
2025-05-09gnu: Add python-couleur.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-couleur): New variable. Change-Id: I86205a7cbfd4429dcf82bae035e045092a230c3f
2025-05-09gnu: python-ansi2html: Update to 1.9.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-ansi2html): Update to 1.9.2. [build-system]: Switch to pyproject. [propagated-inputs]: Remove python-six. [native-inputs]: Remove python-nose; add python-pytest, python-setuptools, and python-wheel. Change-Id: Iece4132ba60281b01f94535eb1f9c37c3188f185
2025-05-09gnu: python-cachy: Refresh package style.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-cachy): Use G-expressions. [build-system]: Switch to pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ibf71c9000b84be357e71eb3d4e3864dc26f01522
2025-05-09gnu: Remove python-backpack.Sharlatan Hellseher
No updates for 9 years, no users in Guix. * gnu/packages/python-xyz.scm (python-backpack): Delete variable. Change-Id: Ifd694afba2764935f719ec4648db3eb48c87bb1d
2025-05-09gnu: Remove python-msgpack-python.Sharlatan Hellseher
This is an older duplicate of the python-msgpack. * gnu/packages/python-xyz.scm (python-msgpack-python): Delete variable. (python-cachy) [propagated-inputs]: Remove python-msgpack-python; add python-msgpack. Change-Id: I0718ccdca720ef5512a810ab1591a553a155f526
2025-05-08gnu: packages/python-xyz: Remove unused modules.Sharlatan Hellseher
* gnu/packages/python-xyz.scm: Remove docker and game-development modules. Change-Id: Id0b6572230c7415f196a0beac0af3513ddaba095
2025-05-08gnu: python-ipykernel: Move to jupyter.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-ipykernel): Move from here ... * gnu/packages/jupyter.scm: ... to here. * gnu/packages/engineering.scm: Add jupyter module. Change-Id: Ia1391007cd4be997aeb5c8197d4894c32340198a
2025-05-08gnu: jupyter: Move to jupyter.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (jupyter): Move from here ... * gnu/packages/jupyter.scm: ... to here. * gnu/packages/package-management.scm: Add jupyter module. * gnu/packages/cran.scm: Likewise. Change-Id: I357b4e96462e3ef6815bdcafd151bd56f298f8ac
2025-05-08gnu: python-notebook: Move to jupyter.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-notebook): Move from here ... * gnu/packages/jupyter.scm: ... to here. * gnu/packages/sagemath.scm: Add jupyter module. Change-Id: I44aca3a14573b7700cdedeaae5e05b11ad48371c
2025-05-08gnu: python-pari-jupyter: Move to jupyter.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pari-jupyter): Move from here ... * gnu/packages/jupyter.scm: ... to here. Change-Id: Id0fcd902f9cecd685e912345ce8ef8ee9146d926
2025-05-08gnu: python-skranger: Skip more failing tests.Sharlatan Hellseher
This project has no updates since 2022 (3y from now) and might be not compatible with Guix's version of scikit-learn. * gnu/packages/python-xyz.scm (python-skranger) [test-flags]: Ignore 2 more test files. Change-Id: I32cf0c3d7e35a31c3dc7d83a8dd5633a706f61a3
2025-05-08gnu: python-adjusttext: Move to python-science.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-adjusttext): Move from here ... * gnu/packages/python-science.scm: ... to here. Change-Id: If8c5fa89736dbf8ae29169fb317d43d2c2fbd682
2025-05-08gnu: python-adjusttext: Update to 1.3.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-adjusttext): Update to 1.3.0. [propagated-inputs]: Add python-scipy. Change-Id: Icb97357eb003c8215ca030516a3b53be1e124076
2025-05-08gnu: python-argopt: Update to 0.9.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-argopt): Update to 0.9.1. [build-system]: Switch to pyproject. [propagated-inputs]: Remove python-toml and python-flake8. [native-inputs]: Remove python-coverage and python-nose; add python-pytest, python-pytest-timeout, and python-wheel. Change-Id: I86bad8c8ebde66707ba4bbf75e115f134a106447
2025-05-08gnu: python-docusign-esign: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-docusign-esign): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I2647c3634d18ac0536385acfc5266c6345a30891
2025-05-08gnu: python-docusign-esign: Update to 5.0.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-docusign-esign): Update to 5.0.0. [build-system]: Switch to pyproject. [propagated-inputs]: Remove python-six and python-nose. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I77caef3a7a159ac70f4d325685a87c31784dd53f
2025-05-08gnu: python-docusign-esign: Fix home-page.Sharlatan Hellseher
Upstream recently fixed their URL redirects. * gnu/packages/python-xyz.scm (python-docusign-esign)[home-page]: Update redirected URL. Change-Id: I2f0646ce7e20904d30dcb2b3b38503a8a63c7c04
2025-05-08gnu: python-tablib: Update to 3.8.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-tablib): Update to 3.8.0. [build-system]: Swap to pyproject. [arguments] <phases>: Use default 'check. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I4f248c87f27f582021a0ae739d0ebec03f824319
2025-05-08gnu: python-pep8-naming: Move python-check.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pep8-naming): Move from here ... * gnu/packages/python-check.scm: ... to here. * gnu/packages/wm.scm: Add python-check module. Change-Id: I1b0e0eec5e8f815f855860fd149a17e2470adea2
2025-05-08gnu: python-pep8-naming: Update to 0.15.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pep8-naming): Update to 0.15.1. Change-Id: I3eea20c1c5c9d62ea1629324b56a6232f6463dc6
2025-05-06gnu: packages/python-xyz: Remove unused modules.Sharlatan Hellseher
* gnu/packages/python-xyz.scm: Remove gl, graphics, gstreamer, sdl, and swig modules. Change-Id: I9112fd3e9216541e6fc7c2e3048b0892ad4e77f4
2025-05-06gnu: python-pastel: Move to python-xyz.Sharlatan Hellseher
* gnu/packages/graphics.scm (python-pastel): Move from here ... * gnu/packages/python-xyz.scm: ... to here. Change-Id: I0179d8111db7a8ef088461524f2ca481534100e7
2025-05-06gnu: python-pysdl2: Move to python-graphics.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pysdl2): Move from here ... * gnu/packages/python-graphics.scm: ... to here. Change-Id: I54aba5426a666063c6aa4aedc004ca3c3faa54bb
2025-05-06gnu: python-pysdl2: Update to 0.9.17.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pysdl2): Update to 0.9.17. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ic6830f73a2d8629d7c47cfd329dfa4ddbcb14f19
2025-05-06gnu: python-pysdl2: Use G-expressions.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pysdl2): Refresh package style with G-expressions and FORMAT. Change-Id: Id3f43b490ca4892337769cbce65b1fa6d08738e9
2025-05-06gnu: python-pysdl2: Fix indentation.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pysdl2): Fix indentation. Change-Id: I5171a1a06640fcb6bafaa9ae77a4202098130cef
2025-05-06gnu: python-pivy: Move to python-graphics.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pivy): Move from here ... * gnu/packages/python-graphics.scm: ... to here. * gnu/packages/engineering.scm: Add python-graphics module. Change-Id: I3fd1d43f8c45229531ea82f294ee4eb8042d4f70
2025-05-06gnu: python-kivy: Move to python-graphics.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-kivy): Move from here ... * gnu/packages/python-graphics.scm: ... to here. Change-Id: If8fda7d519ad47a7c9a737405bb19454db0cde11
2025-05-06gnu: python-kivymd: Move to python-graphics.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-kivymd): Move from here ... * gnu/packages/python-graphics.scm: ... to here. Change-Id: I9ec6cb7eb19741d01daca4ba8df82267e72887cc
2025-05-06gnu: python-asyncgui: Move to python-graphics.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-asyncgui): Move from here ... * gnu/packages/python-graphics.scm: ... to here. Change-Id: Id784934c8bdcf46d148792259efdbd1d9708a641
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