1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 15:40:31 +02:00
Commit Graph

136776 Commits

Author SHA1 Message Date
Ricardo Wurmus
b2355d26e2 gnu: python-jupyter-client: Set environment variable.
* gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: Set
JUPYTER_PLATFORM_DIRS variable.

Change-Id: I2516d6d27ce53f778ae265241e95501a0cc024e3
2024-12-13 20:18:40 +00:00
Ricardo Wurmus
a318906821 gnu: python-jupyter-core: Update to 5.7.2.
* gnu/packages/python-xyz.scm (python-jupyter-core): Update to 5.7.2.
[native-inputs]: Add python-hatchling, python-pre-commit, python-pytest-cov,
and python-pytest-timeout.
[propagated-inputs]: Add python-platformdirs.
[build-system]: Use pyproject-build-system.
[arguments]: Use #:test-flags instead of custom 'check phase; remove phase
'patch-testsuite; disable a few tests; add phase 'pre-check.

Change-Id: I5f415688d17de1c6b4581a0b339359f7efee68c5
2024-12-13 20:18:40 +00:00
Ricardo Wurmus
69d1d74c9d gnu: python-pyzmq: Use Tornado 6.
* gnu/packages/python-xyz.scm (python-pyzmq)[native-inputs]: Replace
python-tornado with python-tornado-6.

Change-Id: I63c8ce8b8265f199d619a94459b385a26f65c9a0
2024-12-13 20:18:40 +00:00
Ricardo Wurmus
d8b59e86e0 gnu: python-jupyter-kernel-mgmt: Use Tornado 6.
* gnu/packages/jupyter.scm (python-jupyter-kernel-mgmt)[propagated-inputs]:
Replace python-tornado with python-tornado-6.

Change-Id: Ibba54e0c7517673aa2ae1b693d4fa38701887b7a
2024-12-13 20:18:40 +00:00
Ricardo Wurmus
880fb265fe gnu: python-pytest-tornasync: Use Tornado 6.
* gnu/packages/python-check.scm (python-pytest-tornasync)[propagated-inputs]:
Replace python-tornado with python-tornado-6.

Change-Id: I780e168a1bb3d1f7ecd2e7599f4c1eb1a06719ba
2024-12-13 20:18:39 +00:00
Ricardo Wurmus
a3d7c67a92 gnu: python-prometheus-client: Update to 0.20.0.
* gnu/packages/monitoring.scm (python-prometheus-client): Update to 0.20.0.
[propagated-inputs]: Remove python-twisted.

Change-Id: Id784729ae1f9645a97347457d32d9c15ddb2b289
2024-12-13 20:18:39 +00:00
Ricardo Wurmus
6ccd3b28e4 gnu: python-websocket-client: Update to 1.8.0.
* gnu/packages/python-web.scm (python-websocket-client): Update to 1.8.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove 'skip-network-test and custom 'check phase; use
 #:test-flags to disable test.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ib5794c64df1d9c3759c3f9a8c1d0f8642afa83c4
2024-12-13 20:18:39 +00:00
Ricardo Wurmus
8348b7c8e9 gnu: python-jsonschema: Update to 4.22.0.
* gnu/packages/python-xyz.scm (python-jsonschema): Update to 4.22.0.
[arguments]: Remove custom 'check phase; remove 'pretend-version phase; add
'pre-check and 'patch-pyproject phases.
[native-inputs]: Add python-hatchling, python-hatch-fancy-pypi-readme,
python-hatch-vcs, and python-pytest; remove python-setuptools-scm,
python-twisted, python-setuptools, and python-wheel.
[propagated-inputs]: Remove python-importlib-metadata, python-pyrsistent, and
python-typing-extensions; add python-fqdn, python-idna,
python-importlib-resources, python-isoduration, python-jsonpointer,
python-jsonschema-specifications, python-rfc3339-validator,
python-rfc3986-validator, python-referencing-bootstrap,
python-rpds-py, python-uri-template, and python-webcolors.
(python-jsonschema-3)[propagated-inputs]: Override.
[native-inputs]: Override.

Change-Id: I4eccd4b92bcf84458616a64864981befa3541146
2024-12-13 20:18:39 +00:00
Ricardo Wurmus
7347fb453a gnu: python-argon2-cffi: Update to 21.1.0.
* gnu/packages/python-crypto.scm (python-argon2-cffi): Update to 21.1.0.
[source]: Simplify snippet.
[arguments]: Do not quote list; respect TESTS? in 'check phase.
[propagated-inputs]: Add python-typing-extensions; remove python-six.

Change-Id: Ifeee408dbcb43ff435cc1e9563df07f89df3ffb2
2024-12-13 20:18:39 +00:00
Ricardo Wurmus
699bc5db6b gnu: python-send2trash: Update to 1.8.2.
* gnu/packages/python-xyz.scm (python-send2trash): Update to 1.8.2.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I62f85bb58ee4efb2accb26086273a7cd2486654e
2024-12-13 20:18:39 +00:00
Ricardo Wurmus
8ac97dcea2 gnu: python-jedi: Update to 0.19.1.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.19.1.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase; add 'set-HOME phase.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Iee74d0850e294cec2e139039d1f93b429e76c29d
2024-12-13 20:18:39 +00:00
Ricardo Wurmus
2d4cc4251e gnu: python-attrs: Update to 23.2.0.
* gnu/packages/python-xyz.scm (python-attrs): Update to 23.2.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[native-inputs]: Remove python-coverage, python-hypothesis, and python-six;
add python-hatchling, python-hatch-fancy-pypi-readme, python-hatch-vcs,
python-pytest-xdist, and python-zope-interface.
(python-attrs-bootstrap)[native-inputs]: Add python-hatchling,
python-hatch-fancy-pypi-readme, python-hatch-vcs.

Change-Id: I19f99b38589db7de0f6a78d6e0f126118dbe2b1d
2024-12-13 20:18:38 +00:00
Ricardo Wurmus
83852d55a2 gnu: Add python-nbclassic.
* gnu/packages/jupyter.scm (python-nbclassic): New variable.

Change-Id: I8be60400df0cb54284c5b0d40d383c95591016c0
2024-12-13 20:18:38 +00:00
Ricardo Wurmus
76164715dd gnu: Add python-notebook-shim.
* gnu/packages/jupyter.scm (python-notebook-shim): New variable.

Change-Id: I1ed71ea39b37f066c64d3f256a24366055dc7aaa
2024-12-13 20:18:38 +00:00
Ricardo Wurmus
f5888342ab gnu: Add python-pytest-jupyter.
* gnu/packages/jupyter.scm (python-pytest-jupyter): New variable.

Change-Id: Id8d59a3981c5c46adbfee7d369692cba32e27d70
2024-12-13 20:18:38 +00:00
Ricardo Wurmus
5748c809e0 gnu: Add python-hatch-jupyter-builder.
* gnu/packages/jupyter.scm (python-hatch-jupyter-builder): New variable.

Change-Id: I5bdf00a95dd6260eb5f6066a77394054bcec0ca4
2024-12-13 20:18:38 +00:00
Ricardo Wurmus
a1504cde34 gnu: Add python-overrides.
* gnu/packages/python-xyz.scm (python-overrides): New variable.

Change-Id: I43f613195879ea6cdd5174daadb5e5c35569e534
2024-12-13 20:18:38 +00:00
Ricardo Wurmus
34cd6beab0 gnu: Add python-fqdn.
* gnu/packages/python-xyz.scm (python-fqdn): New variable.

Change-Id: If0355f15374ee7db23bfb54eb682575e59708d05
2024-12-13 20:18:38 +00:00
Ricardo Wurmus
d1df1a80f6 gnu: Add python-uri-template.
* gnu/packages/python-xyz.scm (python-uri-template): New variable.

Change-Id: I2ff3995bc5741da0147a335c5f14f169a8001153
2024-12-13 20:18:38 +00:00
Ricardo Wurmus
976f3adb72 gnu: Add python-isoduration.
* gnu/packages/python-xyz.scm (python-isoduration): New variable.

Change-Id: I3503ea0baf6a73a9b3c19ab616127ce5df1ed827
2024-12-13 20:18:37 +00:00
Ricardo Wurmus
3e33183021 gnu: Add python-rfc3986-validator.
* gnu/packages/python-xyz.scm (python-rfc3986-validator): New variable.

Change-Id: If63c2d8798bc8efd021e6ab008cd5017b3dc7fd1
2024-12-13 20:18:37 +00:00
Ricardo Wurmus
16ae869fef gnu: Add python-jsonschema-specifications.
* gnu/packages/python-xyz.scm (python-jsonschema-specifications): New variable.

Change-Id: If1f7fa0d4e0bc505d9378ce892af298365754daf
2024-12-13 20:18:37 +00:00
Ricardo Wurmus
e3222a5302 gnu: Add python-referencing.
* gnu/packages/python-xyz.scm (python-referencing,
python-referencing-bootstrap): New variables.

Change-Id: I16b9d32644204a72c46a2d51ebf3771d90cd099a
2024-12-13 20:18:37 +00:00
Ricardo Wurmus
dfc6e1b0d0 gnu: Add python-pep440.
* gnu/packages/python-xyz.scm (python-pep440): New variable.

Change-Id: I307eb0d50e5e6378fb840b775964761833cb9488
2024-12-13 20:18:37 +00:00
Ricardo Wurmus
d3c25e263c gnu: python-rich: Remove python-ipywidgets.
This is done to avoid unnecessary dependency cycles involving jupyter.

* gnu/packages/python-xyz.scm (python-rich)[arguments]: Disable some tests.
[propagated-inputs]: Remove python-ipywidgets.

Change-Id: I7a514ea7647086dc6f831c1167c28d145130cfa1
2024-12-13 20:18:37 +00:00
Ricardo Wurmus
0b8204ce80 gnu: python-nbconvert: Add missing texlive inputs.
* gnu/packages/python-xyz.scm (python-nbconvert)[propagated-inputs]: Add
texlive-amsmath, texlive-etoolbox, texlive-infwarerr, and texlive-kvoptions.

Change-Id: Id3c93afc9c459e65e1a2e88cc91b4ceac07007ec
2024-12-13 20:18:36 +00:00
Ricardo Wurmus
5319c309df gnu: python-nbclient: Add Setuptools and Wheel.
* gnu/packages/jupyter.scm (python-nbclient)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I0c203c2545587c45f5878c5772c29d49c7939811
2024-12-13 20:18:36 +00:00
Ricardo Wurmus
c36c7373ac gnu: python-openpyxl: Add Setuptools and Wheel.
* gnu/packages/python-xyz.scm (python-openpyxl)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I38368e62af3ab117141cd42bf8181fdb5b1f59fb
2024-12-13 20:18:36 +00:00
Ricardo Wurmus
a0f4fabd78 gnu: python-jinja2: Add setuptools and wheel.
* gnu/packages/python-xyz.scm (python-jinja2)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Iccf3ee9014f581792c9fdef9d6be7e8af3d9c9b4
2024-12-13 20:18:36 +00:00
Ricardo Wurmus
ba4750dfd0 gnu: python-pytest-xdist: Add setuptools and wheel.
* gnu/packages/check.scm (python-pytest-xdist)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I0aa7130a6e1bc0741edb164fd145bc20d754c007
2024-12-13 20:18:36 +00:00
Ricardo Wurmus
7f48addbaf gnu: snakemake-6: Add Setuptools and Wheel.
* gnu/packages/python-xyz.scm (snakemake-6)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I129616694f09763561913cd8939dd2de46e6df51
2024-12-13 20:18:36 +00:00
Ricardo Wurmus
b59cdd59eb gnu: python-pyls-black: Add missing inputs.
* gnu/packages/python-xyz.scm (python-pyls-black)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ia5f321544d3789ba53bb6e8dc6dbea2350099348
2024-12-13 20:18:36 +00:00
Ricardo Wurmus
8863c9064c gnu: python-versioneer: Add missing input and use minimal git.
* gnu/packages/python-xyz.scm (python-versioneer)[native-inputs]: Add
python-pypa-build and replace git with git-minimal.

Change-Id: I7cca27d87f5c6f7da1318c87cac134176335b56a
2024-12-13 20:18:35 +00:00
Ricardo Wurmus
164ad8549e gnu: python-dbus-python: Add missing input.
* gnu/packages/python-xyz.scm (python-dbus-python)[native-inputs]: Add
python-setuptools.

Change-Id: I3b813a5a3edcc878b552aa7885a47c1079d7acda
2024-12-13 20:18:35 +00:00
Ricardo Wurmus
e5d29467bb gnu: python-pyproject-metadata: Disable two tests.
* gnu/packages/python-xyz.scm (python-pyproject-metadata)[arguments]:
Disable two tests.
(python-pyproject-metadata-0.7)[arguments]: Override.

Change-Id: I13bdf9d9e8705d84306f235b1abd58a147726426
2024-12-13 20:18:35 +00:00
Ricardo Wurmus
5c059522ed gnu: python-partd: Add missing input.
* gnu/packages/python-xyz.scm (python-partd)[native-inputs]: Add
python-setuptools.

Change-Id: I95ae319cbdcdf118841300b2b89d2d34c08b28f8
2024-12-13 20:18:35 +00:00
Ricardo Wurmus
d067df81c9 gnu: python-billiard: Add missing inputs.
* gnu/packages/python-xyz.scm (python-billiard)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I1d9cd2adcd950cef622c9d81ed7cec5dea25f7e0
2024-12-13 20:18:35 +00:00
Ricardo Wurmus
52da3b7ca5 gnu: python-box: Add missing input.
* gnu/packages/python-xyz.scm (python-box)[native-inputs]: Add
python-setuptools.

Change-Id: I3889fd74bc18bef58293d5a3a1ab7e19fa810ef8
2024-12-13 20:18:34 +00:00
Ricardo Wurmus
92e97ec397 gnu: python-joblib: Add missing inputs.
* gnu/packages/python-xyz.scm (python-joblib)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I4e19c611eb9faf5921e406e77b6f1e88f98daf8b
2024-12-13 20:18:34 +00:00
Ricardo Wurmus
7eebe7bbfa gnu: python-vine: Add missing inputs.
* gnu/packages/python-xyz.scm (python-vine)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Idf7fbcb9d44681b4394ce3e2d3e403371169ff7a
2024-12-13 20:18:34 +00:00
Ricardo Wurmus
a2114bd514 gnu: python-mysqlclient: Add missing inputs.
* gnu/packages/databases.scm (python-mysqlclient)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Id0343382f1ef80b0299641e2b588e1687beeab30
2024-12-13 20:18:34 +00:00
Ricardo Wurmus
9280f9f9b5 gnu: python-mistletoe: Add missing inputs.
* gnu/packages/markup.scm (python-mistletoe)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I01d0045855f85c2300ad987caf6d0345cf25599a
2024-12-13 20:18:34 +00:00
Ricardo Wurmus
0e19655dd6 gnu: python-itemloaders: Fix indentation.
* gnu/packages/python-xyz.scm (python-itemloaders)[source]: Fix indentation.

Change-Id: I00f5f5157b1deb57974cb563c2760f346dad4bae
2024-12-13 20:18:34 +00:00
Ricardo Wurmus
840da194eb gnu: python-pytest-arraydiff: Add missing inputs.
* gnu/packages/python-check.scm (python-pytest-arraydiff)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ie1bae483128353bcc006598962d0134dc12a219d
2024-12-13 20:18:34 +00:00
Ricardo Wurmus
63222dc684 gnu: python-pynacl: Add missing inputs.
* gnu/packages/python-crypto.scm (python-pynacl)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ia815f1d820ad2e78ff60d8772e189b5d4b4050a2
2024-12-13 20:18:33 +00:00
Ricardo Wurmus
5b5fb77ff9 gnu: python-pycurl: Add missing inputs.
* gnu/packages/python-web.scm (python-pycurl)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: If290b96a993efc1ec984ef3f967f122a8ae383d0
2024-12-13 20:18:33 +00:00
Ricardo Wurmus
f95b197838 gnu: java-testng: Disable one test.
* gnu/packages/java.scm (java-testng)[arguments]: Disable parallel
DataProviderTest; remove trailing #T; do not quote list.

Change-Id: I17847b48ddae10e8d75de4b16a5e03eb538eb418
2024-12-13 20:18:33 +00:00
Ricardo Wurmus
14f4af1805 gnu: java-testng: Drop input labels.
* gnu/packages/java.scm (java-testng)[propagated-inputs]: Drop labels.
[native-inputs]: Same.

Change-Id: Id44fb4b4d74f44774402ac66c1e26adce9f35fb6
2024-12-13 20:18:33 +00:00
Ricardo Wurmus
ede39ff36c gnu: python-argcomplete: Add missing input.
Without this input the reported version is "0.0.0".

This is a follow-up to commit 7c293e3f92b5617e57367d4c18677c79b396b806.

* gnu/packages/python-xyz.scm (python-argcomplete)[native-inputs]: Add
python-setuptools-scm.

Change-Id: I76b8997032947f90432103a5b64c2ad992915b9a
2024-12-13 20:18:33 +00:00
Ricardo Wurmus
5e27dfe014 gnu: python-eventlet: Update to 0.35.2.
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.35.2.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-six; add python-monotonic.
[native-inputs]: Remove python-nose; add python-black, python-hatchling,
python-hatch-vcs, python-pytest, python-isort, and python-twine.
[arguments]: Replace custom 'check phase with #:test-flags.

Change-Id: I1125f8e52768061f9b5a2626c010aaef9a444f1a
2024-12-13 20:18:33 +00:00