gnu: Remove python-mistune-next. * gnu/packages/python-xyz.scm (python-mistune-next): Delete variable. * gnu/packages/bioinformatics.scm (python-schema-salad) [propagated-inputs]: Remove python-mistune-next; add python-mistune. * gnu/packages/mail.scm (python-hyperkitty): Likewise. * gnu/packages/syndication.scm (giara): Likewise. Change-Id: Iccf5ffde2b2c5a8c9b8e1c0e6ebd6fa7eab9f144
gnu: python-urllib3: Update to 2.2.1. * gnu/packages/python-web.scm (python-urllib3): Update to 2.2.1. Re-indent. [build-system]: Use PYPROJECT-BUILD-SYSTEM. [native-inputs]: Add PYTHON-HATCHLING. Change-Id: I980c0cad01b39cce44e3cae09e776fbdff9b162a
gnu: python-websockets: Adjust inputs. * gnu/packages/python-web.scm (python-websockets): Adjust inputs. [build-system]: Use PYPROJECT-BUILD-SYSTEM. [native-inputs]: Add PYTHON-SETUPTOOLS and PYTHON-WHEEL. Change-Id: I03cf0233ceb9a2767fb1086bd6a6615cdcd2e78c
gnu: build-system/pyproject: Add missing native-inputs. * gnu/packages/bioinformatics.scm (python-ega-download-client) [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/databases.scm (datasette)[native-inputs]: Add python-pip. * gnu/packages/django.scm (python-django-localflavor, python-django-contact-form)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/graphviz.scm (python-uqbar)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/jupyter.scm (python-jupyterlab-server)[native-inputs]: Add python-wheel. (python-nbstripout)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/machine-learning.scm (python-captum, python-linear-operator, python-gpytorch)[native-inputs]: Add python-setuptools. * gnu/packages/music.scm (abjad, abjad-ext-rmarkers, abjed-ext-nauert, python-mutagen)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/package-management.scm (python-conda-package-handling)[native-inputs]: Add python-setuptools and python-wheel. (conda)[native-inputs]: Add python-wheel. * gnu/packages/python-check.scm (python-pyinstrument, python-pytest-testmon, python-pytest-trio, python-nbval, python-pytest-toolbox)[native-inputs]: Add python-setuptools and python-wheel. (python-nptyping)[native-inputs]: Add python-setuptools. * gnu/packages/python-check.scm (python-dask-expr)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/python-web.scm (parfive, python-aioftp, python-hupper, python-sanic, python-mechanicalsoup, python-tinycss, python-aiostream, python-cbor2, gunicorn)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/python-xyz.scm (python-apprise, python-jaraco-classes, python-sparse, python-shtab, python-pyan3)[native-inputs]: Add python-setuptools. (python-jupytext, python-orderedmultidict, python-identify, python-nodeenv, python-cfgv, python-zarr, python-multipart, python-nbconvert, python-cram, python-immutables, python-numpydoc, python-cairosvg, python-unidecode, python-black, python-multidict, python-mpv-jsonipc, python-humanize, python-cmd2)[native-inputs]: Add python-setuptools and python-wheel. (python-partd, python-dask, python-zarr)[native-inputs]: Add python-wheel. (python-nbconvert)[propagated-inputs]: Add texlive-etoolbox. Remove duplicate textlive-jknapltx. (python-isort)[native-inputs]: Add python-pip. * gnu/packages/simulation.scm (python-fenics-dijitso)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/sphinx.scm (python-pydata-sphinx-theme, python-sphinx-autodoc-typehints)[native-inputs]: Add python-setuptools. * gnu/packages/syndication.scm (tuir)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/terminals.scm (python-halo)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/time.scm (python-arrow, python-dateutil) [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/version-control.scm (pre-commit)[native-inputs]: Add python-setuptools and python-wheel. Remove input labels. * gnu/packages/virtualization.scm (python-qemu-qmp, python-transient)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/xorg.scm (python-xcffib)[native-inputs]: Add python-setuptools and python-wheel. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id61cf8cdc47bd4c2871c0a9c8e9a5bfd51157df0
gnu: python-notebook: Add python-jupyter-server to native inputs. * gnu/packages/python-xyz.scm (python-notebook): [native-inputs]: Add python-jupyter-server. Change-Id: I742712482982e33f997af31b6936633d568b0e29 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-cssselect2: Move to pyproject-build-system. * gnu/packages/python-web.scm (python-cssselect2): [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Remove uneeded 'check phase replacement. Change-Id: I0bdcf546d24bd738d5c547c36faa91483408d1ab Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-qemu-qmp: Move to pyproject-build-system. * gnu/packages/virtualization.scm (python-qemu-qmp): [build-system]: Move to pyproject-build-system. Change-Id: I4a11e7c913092a4798b46347388a0f07bbb85213 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-qemu-qmp: Improve package style. * gnu/packages/virtualization.scm (python-qemu-qmp): [arguments]<#:phases>: Rewrite check phase replacement to only run tests/protocol.py and not quality-checks. Change-Id: I3485e2ee10d46b1699674f506876e7c185674653 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-matplotlib: Ignore failing tests. * gnu/packages/python-xyz.scm (python-matplotlib) [arguments]<#:test-flags>: Ignore failing tests. Change-Id: I3ecb9e6331f17a9333e27daab8fa9d6c3c408aea Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-certauth: Move to pyproject-build-system. * gnu/packages/python-crypto.scm (python-certauth): [build-system]: Move to pyproject-build-system. Change-Id: If455ef00ff35164c2db401267162025b2ff9c6c2 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-warcio: Move to pyproject-build-system. * gnu/packages/python-web.scm (python-warcio): [build-system]: Move to pyproject-build-system. [arguments]: Use <#:test-flags> instead of check phase replacement. Change-Id: I7fd1ad51cddcbeb42c6aeeda552eb1a7bcd6e712 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-multidict: Move to pyproject-build-system. * gnu/packages/python-xyz.scm (python-multidict): [build-system]: Move to pyproject-build-system. [arguments] Remove undeed field. Change-Id: I916b36e6c4ac25dfc32b5813ad67cf4e6c134d36 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-numpydoc: Move to pyproject-build-sytem. * gnu/packages/python-xyz.scm (python-numpydoc): [build-system]: Move to pyproject-build-sytem. [arguments]: Move <#:phases> check replacement to <#:test-flags>. Change-Id: Ia7a812c4ee2adcd31fc32db1caa7c163cadf46bf Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-pyan3: Move to pyproject-build-system. * gnu/packages/python-xyz.scm (python-pyan3): [build-system]: Move to pyproject-build-system. [arguments]: Remove uneeded field. Change-Id: I9f9f15ffd5a97666a410af56f02b573b55e45351 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-fenics-dijitso: Move to pyproject-build-system. * gnu/packages/simulation.scm (python-fenics-dijitso): [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Rewrite check phase replacement to care about .guix-pytest. Change-Id: I3383f4078fbb0100e6d8257d7d84785b953ab0cf Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: tuir: Move to pyproject-build-system. * gnu/packages/syndication.scm (tuir): [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Replace 'check phase replacement. <#:test-flags>: Ignore failing test. Change-Id: If88f6c42769b096871bdd73af67d71930e39e399 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: borgmatic: Move to pyproject-build-system. * gnu/packages/backup.scm (borgmatic): [build-system]: Move to pyproject-build-system. [arguments]: Migrate 'check phase replacement to <#:test-flags>. <#:phases>: Add 'set-path phase. Change-Id: I916e87f10c75718c4e840d97eaa78623ed2a4fd3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-funsor: Ignore flaky test. * gnu/packages/machine-learning.scm (python-funsor) [arguments]<#:test-flags>: Ignore flaky test. Change-Id: I6b86c6478c89833609b2ac5821b5509acf589fa6 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-zope-i18nmessageid: Move to pyproject-build-system. * gnu/packages/python-web.scm (python-zope-i18nmessageid): [build-system]: Move to pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia9e142a53721bb6d7495d87b59d5f4f3b3f77bf2 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: python-typeguard-4: Ignore failing tests. * gnu/packages/python-xyz.scm (python-typeguard-4) [arguments]<#:test-flags>: Ignore failing tests. Change-Id: I0e23eb81cab942c9838d9561268f51b57a461d89 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>