Ricardo Wurmus
c7a0088d3f
gnu: python-ipython: Update to 8.22.1.
...
* gnu/packages/python-xyz.scm (python-ipython): Update to 8.22.1.
[source]: Use git-fetch.
[build-system]: Use pyproject-build-system.
[arguments]: Disable tests that need git; respect test flags in custom check
phase.
[propagated-inputs]: Remove python-backcall, python-jinja2, python-jsonschema,
python-matplotlib, python-mistune, python-nbformat, python-numpy,
python-numpydoc, python-pickleshare, python-pyzmq, python-simplegeneric, and
python-terminado; add python-colorama, python-exceptiongroup, and
python-typing-extensions.
[native-inputs]: Remove graphviz, pkg-config, and python-requests; add
python-curio, python-matplotlib, python-nbformat, python-numpy, python-pandas,
python-pickleshare, python-pytest-asyncio, python-setuptools, python-testpath,
python-wheel.
Change-Id: Iecdbb03b0f81ef0d4bf84187ef9fcd7ff744f3ab
2024-12-13 20:18:32 +00:00
Ricardo Wurmus
446973b4a1
gnu: python-prompt-toolkit: Update to 3.0.43.
...
* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.43.
Change-Id: I55d26227bd5c20f9da61932ac8f51ef6fe4122d9
2024-12-13 20:18:32 +00:00
Ricardo Wurmus
b3949c72d9
gnu: python-traitlets: Update to 5.14.1.
...
* gnu/packages/python-xyz.scm (python-traitlets): Update to 5.14.1.
[arguments]: Disable two typing tests.
[native-inputs]: Add python-argcomplete, python-mypy, and
python-pytest-mypy-testing.
Change-Id: Ie77ca0837977147f657cd4daa2f8f90ed07ebdfd
2024-12-13 20:18:32 +00:00
Ricardo Wurmus
ea1de82bce
gnu: python-argcomplete: Update to 3.2.2.
...
* gnu/packages/patches/python-argcomplete-1.11.1-fish31.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/python-xyz.scm (python-argcomplete): Update to 3.2.2.
[source]: Delete obsolete patch.
[build-system]: Use pyproject-build-system.
[arguments]: Override check phase.
[native-inputs]: Remove python-flake8; add python-mypy, python-setuptools, and
zsh.
Change-Id: Ia7e37db2b535177eb2caeeab9d7e075af3f273a3
2024-12-13 20:18:32 +00:00
Felix Gruber
7987f01baa
gnu: python-textual: Update to 0.50.1.
...
* gnu/packages/python-xyz.scm (python-textual): Update to 0.50.1.
[source]: Download from github as pypi package does not include tests.
[build-system]: Change to pyproject-build-system.
[arguments]: Remove custom 'check phase; add #:test-flags to disable
broken tests.
[propagated-inputs]: Add python-markdown-it-py, python-mdit-py-plugins
and python-tree-sitter.
[native-inputs]: Add python-poetry-core and python-pytest-asyncio.
Change-Id: Ib144dc87f73e91d4c9d2e8f91ce6ce7a86a481a9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-12-13 20:18:31 +00:00
Sharlatan Hellseher
aa2771faff
gnu: python-jupytext: Update to 1.15.0.
...
* gnu/packages/python-xyz.scm (python-jupytext): Update to 1.15.0.
Change-Id: I8cbd4e45eae838cb1733bf8feeb3bc2abe960513
2024-12-13 20:18:31 +00:00
Felix Gruber
98cab4b183
gnu: python-rich: Update to 13.7.0.
...
* gnu/packages/python-xyz.scm (python-rich): Update to 13.7.0.
[source]: Use git-fetch since pypi package doesn't include tests.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[propagated-inputs]: Remove python-attrs, python-colorama,
python-commonmark and python-typingextensions; add
python-ipywidgets and python-markdown-it-py.
[native-inputs]: Add python-poetry-core; remove tests (which are now
included in new [source]).
Change-Id: I15f7928fc376d8c2556ca2965fe44453bd15f248
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-12-13 20:18:31 +00:00
Felix Gruber
8ba5d79d5a
gnu: python-mdit-py-plugins: Update to 0.4.0.
...
* gnu/packages/python-xyz.scm (python-mdit-py-plugins): Update to 0.4.0.
Change-Id: I18ca46abebe125d1a6729c10a3f4fa4a62a145ba
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-12-13 20:18:30 +00:00
Felix Gruber
ccb2541641
gnu: python-markdown-it-py: Update to 3.0.0.
...
* gnu/packages/python-xyz.scm (python-markdown-it-py): Update to 3.0.0.
[propagated-inputs]: Remove python-typing-extensions; add python-commonmark,
python-linkify-it-py, python-markdown, python-mistletoe,
python-mistune, python-panflute, python-psutil, and python-pyyaml.
[native-inputs]: Remove python-flit; add python-flit-core.
Change-Id: I5dc06b163ddbec0a32a9d7c3da2c834b2e74cd74
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-12-13 20:18:30 +00:00
Ricardo Wurmus
332ae4deda
gnu: Add setuptools/wheel to more Python packages.
...
* gnu/packages/python-check.scm (python-beartype,
python-pytest-csv)[native-inputs]: Add python-setuptools and python-wheel.
* gnu/packages/python-xyz.scm (python-watchdog, python-xyzservices,
python-zeroconf)[native-inputs]: Same.
Change-Id: Ifac6402da7447a95f4f8fca8d475e87c001bd583
2024-12-13 20:18:30 +00:00
Lars-Dominik Braun
6d97c15911
gnu: Add python-setuptools/python-wheel where necessary.
...
Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.
Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
2024-12-13 20:18:25 +00:00
Lars-Dominik Braun
fdc0fefd46
build-system/pyproject: Use python-sans-pip-wrapper as default-python.
...
Also adds python-setuptools and python-wheel to relevant packages,
either to native-inputs or to propagated inputs if the pkg_resources
Python module is loaded at runtime.
* guix/build-system/pyproject.scm (default-python): Default to
python-sans-pip-wrapper.
Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
2024-12-13 20:15:41 +00:00
Ricardo Wurmus
49982bb455
gnu: python-imagesize: Update to 1.4.1.
...
* gnu/packages/python-xyz.scm (python-imagesize): Update to 1.4.1.
[build-system]: Use pyproject-build-system.
2024-12-13 20:15:41 +00:00
Ricardo Wurmus
1269e01d3e
gnu: python-pygments: Update to 2.15.1.
...
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.15.1.
[build-system]: Use pyproject-build-system.
[arguments]: Run tests.
[native-inputs]: Add python-pytest.
2024-12-13 20:15:39 +00:00
Danny Milosavljevic
942dd1700d
gnu: python-networkx: Update to 3.4.2.
...
* gnu/packages/python-xyz.scm (python-networkx-next): New variable.
Change-Id: I59d3883f13ef60b92bd5892edf89b09defdd8845
2024-12-12 00:28:48 +01:00
Danny Milosavljevic
9009cc882d
gnu: Add python-term-background.
...
* gnu/packages/python-xyz.scm (python-term-background): New variable.
Change-Id: If3606c0d037afc52842d3adb69af26d35c55f6ce
2024-12-11 21:45:01 +01:00
Gabriel Wicki
8d05f0c8db
gnu: Fix synopsis in various python packages.
...
* gnu/packages/python-compression.scm (python-inflate64): Fix synopsis.
* gnu/packages/python-science.scm (python-xarray-dataclasses): Fix synopsis.
* gnu/packages/python-web.scm (python-waybackpack): Fix synopsis.
* gnu/packages/python-xyz.scm (python-mir-eval): Fix synopsis.
(python-restructuredtext-lint): Fix synopsis. (python-pixelmatch): Fix
synopsis. (python-google-pasta): Fix synopsis. (python-xmp-toolkit): Fix
synopsis.
* gnu/packages/bioinformatics.scm (python-mgatk): Fix synopsis.
* gnu/packages/rpc.scm (python-grpc-stubs): Fix synopsis.
* gnu/packages/simulation.scm (python-commonroad-io): Fix synopsis.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2024-12-10 22:35:06 -08:00
Danny Milosavljevic
9e1ee5f77d
gnu: Add python-columnize.
...
* gnu/packages/python-xyz.scm (python-columnize): New variable.
Change-Id: Idf3ec4993b9d93d3d1e41e101dfdd76adff922fb
2024-12-10 03:19:45 +01:00
John Kehayias
731fa9f96a
gnu: python-gphoto2: Update to 2.5.0.
...
* gnu/packages/python-xyz.scm (python-gphoto2): Update to 2.5.0.
[license]: Change to lgpl3+ (upstream changed in version 2.4.0).
Change-Id: Ib15737ded100458c955652ee2c075a12016d0689
2024-12-08 11:32:57 -05:00
Danny Milosavljevic
84fa76db42
gnu: python-debugpy: Update to 1.8.9.
...
* gnu/packages/python-xyz.scm (python-debugpy): Update to 1.8.9.
Change-Id: I323570fc007af04fa8c9c59571cc3cc79833da04
2024-12-06 19:19:19 +01:00
Danny Milosavljevic
331600e55d
gnu: python-pydevd: Update to 3.2.3.
...
* gnu/packages/python-xyz.scm (python-pydevd): Update to 3.2.3.
Change-Id: Ibb1bb9880b2c456f27bf373259a0e604a62b9515
2024-12-06 19:19:14 +01:00
Efraim Flashner
541abedc0a
Merge remote-tracking branch 'origin/rust-team'
...
Change-Id: I6d5c28252f060eeb69eb02fd281e7268bb885b29
2024-12-02 14:13:39 +02:00
Ricardo Wurmus
30c2403a85
gnu: Add python-cykhash.
...
* gnu/packages/python-xyz.scm (python-cykhash): New variable.
Change-Id: I7f46da1f53b10957c102ca21e74f144955676730
2024-12-02 10:28:59 +01:00
Sharlatan Hellseher
85e26ff7f5
gnu: Add python-puremagic.
...
* gnu/packages/python-xyz.scm (python-puremagic): New variable.
Change-Id: I326d15cdf6eb088f456954c28fd735bc1890840a
2024-11-30 15:10:43 +00:00
Christopher Baines
94bb6a5a88
gnu: python-pydevd: Use gdb/pinned.
...
To allow gdb to be updated more easily.
* gnu/packages/python-xyz.scm (python-pydevd)[inputs]: Use gdb/pinned.
Change-Id: Icf417f89933bc190bf4c0d869c199cfe50d463ef
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-29 15:45:18 +01:00
Efraim Flashner
ef3eb6a2b3
gnu: python-contourpy: Build with cmake-minimal.
...
* gnu/packages/python-xyz.scm (python-contourpy)[native-inputs]: Replace
cmake with cmake-minimal.
Change-Id: I015930e4d75dc58e8e23210ca6c8d1e7c4a3c04b
2024-11-28 11:05:02 +02:00
Sharlatan Hellseher
d3b010c38c
gnu: Respect --cores build argument in some python packages.
...
Reported by Greg Hogan <code@greghogan.com> in #74445 .
* gnu/packages/astronomy.scm (python-asdf-astropy, python-astropy,
python-photutils, python-poppy, python-regions, python-reproject,
python-sunpy, python-spectral-cube, python-stdatamodels, python-pysiaf,
python-sbpy, python-asdf-coordinates-schemas, python-roman-datamodels,
python-webbpsf, python-yt):
[arguments]<test-flags>: Adjust "-n" or "--numprocess" to respect
"--cores" build argument.
* gnu/packages/check.scm (python-crosshair): Likewise.
* gnu/packages/databases.scm (python-fastparquet, python-pycurl, awscli,
python-s3transfer): Likewise.
* gnu/packages/python-xyz.scm (python-glymur, python-zarr, python-dask):
Likewise.
Change-Id: Ifbc6435e4ad22b0ae822b485bccca41eaa165cc5
2024-11-23 15:55:05 +00:00
Ricardo Wurmus
da8afaa65f
gnu: python-moto: Update to 4.2.4.
...
* gnu/packages/python-xyz.scm (python-moto): Update to 4.2.4.
[build-system]: Use pyproject-build-system.
[arguments]: Use #:test-flags instead of custom 'check phase; add phase
'compatibility.
[propagated-inputs]: Add python-openapi-spec-validator and
python-py-partiql-parser.
Change-Id: Ifa0598387f37488da2e1efa40617dc5f36ea4241
2024-11-20 20:40:21 +01:00
Ricardo Wurmus
d3c6ab8d6c
gnu: python-pillow-simd: Update to 9.3.0.
...
* gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.3.0.
Change-Id: Ic4afc8399b0f9d8dd163ef17bfa813f54e2eff37
2024-11-20 20:40:21 +01:00
Ricardo Wurmus
9a42b1547d
gnu: python-pillow-simd: Disable one broken test.
...
* gnu/packages/python-xyz.scm (python-pillow-simd)[build-system]: Use
pyproject-build-system.
[arguments]: Disable failing test_sanity test; copy only the 'patch-ldconfig
phase from python-pillow, drop the custom 'check phase.
Change-Id: Ic9a4f76ebcdc7aba21231aecd641930cf5f5b4de
2024-11-20 20:40:21 +01:00
Ricardo Wurmus
6a626eb83b
gnu: Add python-py-partiql-parser.
...
* gnu/packages/python-xyz.scm (python-py-partiql-parser): New variable.
Change-Id: I674cb18d0d25d40403ce4fd1ec53d185d919972f
2024-11-20 20:40:21 +01:00
Eric Bavier
188fee428f
gnu: Add python-stdio-mgr.
...
* gnu/packages/python-xyz.scm (python-stdio-mgr): New variable.
Change-Id: Ia2e9cfda69e453b61ba948a6ad18f91364b799df
2024-11-20 00:03:01 -06:00
Andreas Enge
1e6d1c3211
gnu: kalamine: Update to 0.38.
...
* gnu/packages/python-xyz.scm (kalamine): Update to 0.38.
Change-Id: I32fe67fdbf5a7838f14021968f64adbdcf2c2781
2024-11-19 21:46:11 +01:00
Ricardo Wurmus
b817cf5a96
gnu: python-benchmark-4dn: Update to 0.5.24.
...
* gnu/packages/python-xyz.scm (python-benchmark-4dn): Update to 0.5.24.
[source]: Update upstream URL.
[properties]: Update upstream name.
[arguments]: Disable tests.
Change-Id: I01412638c33497983839541e7b48cca882af62ca
2024-11-19 19:10:35 +01:00
Nicolas Graves
20ecc8b5a9
gnu: python-boto3: Respect --cores build argument.
...
This commit ensures that a user-provided --cores argument to guix
build is respected.
* gnu/packages/python-xyz.scm (python-boto3)[arguments]
<#:test-flags>: Replace "auto" numprocesses by parallel-job-count.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-19 15:26:51 +00:00
Nicolas Graves
3f6691b77b
gnu: python-botocore: Respect --cores build argument.
...
This commit ensures that a user-provided --cores argument to guix
build is respected.
* gnu/packages/python-xyz.scm (python-botocore)[arguments]
<#:test-flags>: Replace "auto" numprocesses by parallel-job-count.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-19 15:26:50 +00:00
Evgeny Pisemsky
4473f8ae90
gnu: Add python-svgelements.
...
* gnu/packages/python-xyz.scm (python-svgelements): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ic42dc142ba63ccf8c1bfa72a69b43afd7344b327
2024-11-18 22:47:17 +00:00
Adam Faiz
c9d60ff823
gnu: Add python-json-e.
...
* gnu/packages/python-xyz.scm (python-json-e): New variable.
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I9532100f7b75293a81ea28391bfbd8f8ad07a653
2024-11-18 22:31:42 +00:00
Ricardo Wurmus
4722bec615
gnu: python-boto3: Update to 1.35.59.
...
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.35.59.
[native-inputs]: Remove python-nose.
Change-Id: Iafc22bafbf6ef185c2d9f4907386bd904ebaecbd
2024-11-18 20:19:42 +00:00
Ricardo Wurmus
c1a286d269
gnu: python-botocore: Update to 1.35.59.
...
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.35.59.
Change-Id: Iee873e6a84d582271fcbcd39e78521583574fb40
2024-11-18 20:19:42 +00:00
Sharlatan Hellseher
3cea5f0387
gnu: Remove python-colorama-for-awscli.
...
* gnu/packages/python-xyz.scm (python-colorama-for-awscli): Delete variable.
Change-Id: Idb10200319c71fde3fcb78f1b4b0d6f9554166a0
2024-11-18 20:19:42 +00:00
Sharlatan Hellseher
5297ef6bad
gnu: Remove python-boto.
...
* gnu/packages/python-xyz.scm (python-boto): Delete variable.
Change-Id: I4ff3f200734bce027334383d1f56c28134808a9d
2024-11-18 20:19:41 +00:00
Sharlatan Hellseher
c66639559a
gnu: python-boto3: Update to 1.35.54.
...
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.35.54. Improve
package style.
[bulid-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-pytest-xdist, python-setuptools, and
python-wheel.
Change-Id: I413fcfc599d0d3ccf8587136629648c8a04cd364
2024-11-18 20:19:41 +00:00
Sharlatan Hellseher
ea6c381cac
gnu: python-botocore: Update to 1.35.54.
...
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.35.54.
[arguments]<tests>: Enable tests. <test-flags>: Disable some failing
tests.
[native-inputs]: Add python-jsonschema, python-pytest,
python-pytest-xdist, python-setuptools, and python-wheel.
Change-Id: I7730f85d5ace5b8643f8e9201ea46e6723b1a022
2024-11-18 20:19:41 +00:00
Aaron Covrig
bc17ba46a6
gnu: pypandoc: Update to 1.14
...
* gnu/packages/python-xyz.scm (python-pypandoc): Update to 1.14
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-17 23:15:50 +01:00
TakeV
54a21d7c55
gnu: python-crontab: Fix failing tests
...
* gnu/packages/python-xyz.scm (python-crontab) [arguments]: Turn off frequency
at month check
Change-Id: Ia6a8f703119dc61ddc6b359fca161dfb5a21319d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-14 15:42:26 +01:00
Efraim Flashner
e13f4b10c5
gnu: mesa: Fix build on arm architectures.
...
* gnu/packages/gl.scm (mesa)[inputs]: When building for an arm platform
add python-pycparser.
[arguments]: When building for aarch64 or armhf don't add kmsro as a
gallium driver.
* gnu/packages/python-xyz.scm (python-pycparser): Mark as a dependency
for mesa.
Change-Id: I61182157418a6667fcbb0d4280c959a708119b0d
2024-11-05 11:56:38 -05:00
John Kehayias
e00c621cbb
gnu: mesa: Update to 24.2.2.
...
Note the clang input for mesa was in inputs for aarch64-linux but more
generally in native-inputs for mesa-opencl. Moved to native-inputs for
all (mesa does not retain a reference to clang).
* gnu/packages/gl.scm (mesa): Update to 24.2.2.
[inputs]: Move clang-18 when building for aarch64-linux to ...
[native-inputs]: ... here for all architectures. Add python-ply, and
python-pyyaml. Use libclc for all architectures.
(mesa-opencl)[inputs, native-inputs]: Remove fields.
* gnu/packages/python-xyz.scm (python-pyyaml, python-ply): Add a comment about
being dependencies of mesa.
Change-Id: Ie262e6ea5a31fda0e410277256c203ea3caed96b
2024-11-05 11:56:29 -05:00
Wilko Meyer
e8d9a163be
gnu: Add python-monthdelta.
...
* gnu/packages/python-xyz.scm (python-monthdelta): New variable.
Change-Id: I0e651f41252ec50cd2d7063e37d428265b17d8c2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-03 23:33:38 +00:00
Vagrant Cascadian
ea11d36085
gnu: python-dbus-python: Revert ordering change on native-inputs.
...
A large number of rebuilds (3987 according to guix refresh) was triggered by:
a9abf9a7b3
gnu: python-dbus-python: Fix
indentation.
Reverting the ordering changes does not trigger any rebuilds.
* gnu/packages/python-xyz.scm (python-dbus-python): Unsort native-inputs.
2024-11-01 17:05:06 -07:00