summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2025-01-06gnu: python-trio-websocket: Update to 0.11.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-trio-websocket): Update to 0.11.1. [arguments]: Disable some failing tests. Change-Id: Ica358e0f8ffe9eddd8dda8d7c86b0f05550f947c
2025-01-06gnu: python-trio-websocket: Add missing inputs.Ricardo Wurmus
Fixes <https://issues.guix.gnu.org/75393>. * gnu/packages/python-xyz.scm (python-trio-websocket)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I2a964a65add3b18bbe4d83a38be71a39ff657808
2025-01-05gnu: Fix whitespace issues in Python package descriptions.Gabriel Wicki
This mainly addresses `double-space after sentence end period' and `trailing white space' issues. * gnu/packages/astronomy.scm (python-tweakwcs): Fix description. * gnu/packages/check.scm (python-pytest-subtesthack): Fix description. * gnu/packages/python-xyz.scm (python-qnorm, python-uncertainties, python-sre-yield): Fix description. * gnu/packages/qt.scm (python-pyqt6-sip): Fix description. Signed-off-by: Vagrant Cascadian <[email protected]>
2025-01-03gnu: python-slicerator: Fix build.Janneke Nieuwenhuizen
* gnu/packages/python-xyz.scm (python-slicerator)[build-system]: Use python-build-system. Change-Id: Ic029d6df3f07e6f3e5f99cfa03fe1c39a914c796
2025-01-02gnu: Remove python-pyls-black.jgart
* gnu/packages/python-xyz.scm (python-pyls-black): Delete variable and remove associated patch. Project is no longer maintained as of 4 years to this date and has been succeeded and forked by python-lsp-black. Change-Id: Ic209f23e6368744db74b93e2a9c01a9859b04f82
2025-01-02gnu: Add python-lsp-black.Nicolas Graves
* gnu/packages/python-xyz.scm (python-lsp-black): New variable. Co-authored-by: jgart <[email protected]> Change-Id: I9f5e1b8b77e530fed38e6621ac214605bc377724
2025-01-01gnu: Add python-pylsp-mypy.jgart
* gnu/packages/python-xyz.scm (python-pylsp-mypy): New variable. Change-Id: I4cf398df820fdcc91229bdafdc2d0cab6f5c01c1
2025-01-01gnu: python-jsonschema: Update python-webcolors dependency.Nicolas Graves
* gnu/packages/python-xyz.scm (python-jsonschema): Update python-webcolors dependency. This fixes the build of python-nbclassic. Signed-off-by: jgart <[email protected]>
2025-01-01gnu: Add python-anyio/without-dataclasses.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-anyio/without-dataclasses): New variable. Change-Id: I40ae9aa7a85f0fe7642dc3b75f3ef9cde17f064f
2025-01-01gnu: python-zarr: Disable one test.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-zarr)[arguments]: Disable one more test. Change-Id: I3733078b878fa60c4e382dfca39fcef64cefa1ae
2025-01-01gnu: python-awkward-cpp: Relax dependency on python-scikit-build-core.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-awkward-cpp)[arguments]: Add phase 'relax-requirements. Change-Id: I3d4f647f6e5eecd343de4219baf20c6e38a2a5a0
2025-01-01gnu: jupyter: Skip sanity check.Ricardo Wurmus
This is temporary and will be removed on the python-team branch. * gnu/packages/python-xyz.scm (jupyter)[arguments]: Delete 'sanity-check phase. Change-Id: I715d9161d7f23c1f72125aea8b4c0e1bb5490b1e
2025-01-01gnu: python-notebook: Skip sanity check.Ricardo Wurmus
This is temporary and will be removed on the python-team branch. * gnu/packages/python-xyz.scm (python-notebook)[arguments]: Delete 'sanity-check phase. Change-Id: I23d69c852fd9de98c010cce82b09ac541c0e2121
2025-01-01gnu: python-zarr: Update to 2.18.4.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-zarr): Update to 2.18.4. [arguments]: Add phase 'set-version. [propagated-inputs]: Add python-ipywidgets, python-notebook, python-numpydoc, and python-pydata-sphinx-theme. [native-inputs]: Remove python-fsspec, python-h5py, python-pytest-timeout, and python-setuptools-scm; add python-sphinx, python-sphinx-copybutton, python-sphinx-design, python-sphinx-issues, and python-setuptools. Change-Id: I707da0087b8aa6cf57be4e5dd9019b24620f101f
2025-01-01gnu: python-awkward: Update to 2.7.2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-awkward): Update to 2.7.2. [arguments]: Skip three broken tests. Change-Id: Ifdfcda9c57b9b27e9c3b5e0b05c7896d552b30cd
2025-01-01gnu: python-awkward-cpp: Update to 43.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-awkward-cpp): Update to 43. [propagated-inputs]: Remove python-importlib-resources. Change-Id: I7201a31d49287f9a656f53fff953ebb593620712
2025-01-01gnu: python-ijson: Use pyproject-build-system.Artyom V. Poptsov
* gnu/packages/python-xyz.scm (python-ijson): Use pyproject-build-system. [arguments]: Remove. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I29ab71f63b1088bd7e0cf6e10a72a73ac7dcbc86
2025-01-01gnu: python-face: Use pyproject-build-system.Artyom V. Poptsov
* gnu/packages/python-xyz.scm (python-face): Use pyproject-build-system. [arguments] <#:phases>: Simplify. Change-Id: I51d2224d025ea97eeef5a285c5ab2738dfbb87ee
2024-12-31gnu: python-face: Fix build.Artyom V. Poptsov
* gnu/packages/python-xyz.scm (python-face): Fix build. [arguments] <#:phases>: Run the tests using the full path to the Python binary from the inputs to fix a failing test. Change-Id: Ie8951d622f91381207498e9adc398aa92b309cdf
2024-12-31gnu: python-cachy: Adapt tests to python-flexmock 0.12.2.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-cachy)[arguments]<#:phases>[check]: Adapt tests to python-flexmock 0.12.2. Change-Id: I5e462df305a16c6ea4c6e5b92cd35ebfc72270dd
2024-12-26gnu: pyzo: Update to 4.18.0.Nicolas Goaziou
* gnu/packages/python-xyz.scm (pyzo): Update to 4.18.0. Change-Id: I858e10e1fa747d3df0d98eb4ba415e8a44b2593a
2024-12-23gnu: python-emoji: Propagate python-typing-extensions.Liliana Marie Prikler
The core module imports typing_extensions, so these are likely meant to be propagated. * gnu/packages/python-xyz.scm (python-emoji)[native-inputs]: Move python-typing-extensions from here… [propagated-inputs]: … to here. Signed-off-by: jgart <[email protected]>
2024-12-23gnu: python-pypandoc: Use gexp style.jgart
* gnu/packages/python-xyz.scm (python-pypandoc): Use gexp style. Signed-off-by: jgart <[email protected]> Change-Id: Id1197e0683b43481ebb39bc8dd1aa55acf3ec03b
2024-12-23gnu: python-pypandoc: Fix build.Aaron Covrig
* gnu/packages/python-xyz.scm (python-pypandoc): Fix build. [native-inputs]: Add python-setuptools. [home-page]: Follow redirect. Signed-off-by: jgart <[email protected]> Change-Id: Id1197e0683b43481ebb39bc8dd1aa55acf3ec03b
2024-12-22gnu: python-pbr: Use git-minimal/pinned.Christopher Baines
This helps reduce the dependencies on git, as I think it's find to build with a slightly older git, at least during periods when git-minimal/pinned needs updating. * gnu/packages/version-control.scm (python-pbr)[propagated-inputs]: Use git-minimal/pinned. Change-Id: Ib90056a1a603e06a99b5c601f9fcba7375dc24ac Signed-off-by: Ludovic Courtès <[email protected]>
2024-12-21gnu: python-async-lru: Fix build.Vinicius Monego
* gnu/packages/python-xyz.scm (python-async-lru)[native-inputs]: Add python-pytest-cov, python-wheel. Change-Id: I117bd223f9ff1e75a5bd7309c5a3c3578fa68a1e
2024-12-21gnu: python-symengine: Update to 0.13.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-symengine): Update to 0.13.0. Change-Id: I36e949030a831550d36ef037f93ebde53537fbc6
2024-12-21gnu: python-hy: Update to 1.0.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy): Update to 1.0.0. Change-Id: Id9e65e8042f1f8e0a7b854b3abd34faebcc9eb3b
2024-12-21gnu: python-parsley: Fix build.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-parsley): [arguments] <test-flags>: Provide test directories, enable all tests. Change-Id: I164e24ffb24114e4cc548b76df261e3e447ffa08
2024-12-20gnu: python-tldr: Fix build.John Kehayias
* gnu/packages/python-xyz.scm (python-tldr)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie4891c4409e4b985ef5d7e57f38f308296abcdc0
2024-12-21gnu: python-farama-notifications: Fix build.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-farama-notifications)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ie608228e459156a370154c80d25e3ca820c8003c
2024-12-21gnu: python-property-cached: Fix build.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-property-cached)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I919314b2b990cccbd1f144a612a36db34d6e52c6
2024-12-21gnu: python-geojson: Fix build.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-geojson)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I275dd67016c39ad0be8794852c7765679f63f45c
2024-12-21gnu: python-pyct: Fix build.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-pyct)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I286699bade6de727088b7d46e18abe547fb2a312
2024-12-21gnu: python-amqp: Fix build.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-amqp)[arguments]<#:test-flags>: Fix specification of ignore. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I7e8f0409317ce62e528a1bd224381a295bbf4821
2024-12-21gnu: python-colorcet: Fix build.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-colorcet)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I4a2c721bd5fffd3475bb97273a284eef1433aaa9
2024-12-19gnu: python-gamera: Update to 4.0.1.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python-gamera): Update to 4.0.1. [arguments]: Update 'check' phase. Change-Id: Ie0817e0c22db8417f9bd3e28aed4d0711ce71ab0
2024-12-19gnu: python-construct: Update to 2.10.70-1.c1171b1.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python-construct): Update to 2.10.70-1.c1171b1. [propagated-inputs]: Add python-cryptography. Change-Id: Ie7d877827865224f90d8588f1706a354443de02c
2024-12-18gnu: python-vine: Fix build.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-vine) [arguments]<test-flags>: Skip 4 tests. [native-inputs]: Remove python-case. Change-Id: I4e8f359556bd97bf6d21a8ac7b7e4823e21043fb
2024-12-18gnu: python-textdistance: Update to 4.6.3.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-textdistance): Update to 4.6.3. Fix build. [build-system]: Swap to pyproejct-build-system. [arguments]<phases>: Remove 'delete-external-test. [propagated-inputs]: Add python-jellyfish, python-distance, python-levenshtein, python-pylev, python-pyxdameraulevenshtein, and python-rapidfuzz. [native-inputs]: Remove python-hypothesis, python-isort, python-pytest-runner, and python-tabulate; add python-pytest-xdist, python-setuptools, and python-wheel. Change-Id: I4dae8d535897a1444123ea22603079184435bb5f
2024-12-18gnu: Add python-distance.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-distance): New variable. Change-Id: I0c8d98f39d779fcbcb5ce37bf64db118dfc0b4e4
2024-12-18gnu: Add python-pyxdameraulevenshtein.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pyxdameraulevenshtein): New variable. Change-Id: I33b3bc5ec63c014fcca8b10623be0f5e0cf1eb91
2024-12-18gnu: python-pyformlang: Add missing inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pyformlang) [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I27efca39faf59e83a735dba14029580c7c8b87e2
2024-12-18gnu: python-termcolor-1: Fix build.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-termcolor-1) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Idc247338aea624fd62a4d126451bb174d41c9fb6
2024-12-18gnu: python-pymarshal: Fix build.Sughosha
* gnu/packages/python-xyz.scm (python-pymarshal)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I6ad9ca15ab570b8c88136fc13bb6a6e14459094c Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-18gnu: python-mido: Fix build.Sughosha
* gnu/packages/python-xyz.scm (python-mido)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I387bf0b70bbd3e03d7042970794d9da4800418f9 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-17gnu: python-milc: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-milc)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I8711c8fff3f8cae5a875f0cf74ae049e3719ca80
2024-12-17gnu: python-islenska: Update to 1.0.3.Artyom V. Poptsov
* gnu/packages/python-xyz.scm (python-islenska): Update to 1.0.3. Change-Id: I053a53c7c215064d9dba3a2e91b20e6bc4225d2a
2024-12-17gnu: python-lsp-server: Update to 1.12.0, fixing build.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.12.0. [source]: Update URI. [arguments]: Via #:test-flags, reinstate test_pydocstyle_lint test and skip the test_jedi_completion_with_fuzzy_enabled one. Ignore conftest.py. [native-inputs]: Remove python-coverage and python-pytest-cov. Add python-setuptools-scm. Change-Id: I48eed0b0ecd3ca6ac187292620d75aba9090307f
2024-12-17gnu: python-yapf: Update to 0.43.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-yapf): Update to 0.43.0. [native-inputs]: Remove python-importlib-metadata. Change-Id: I0d168d157d9daae664c19282d4a5b60a27dd9dc3