summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: i3-autotiling: Update to 1.9.3.Hilton Chain8 days1-2/+2
| | | | | | * gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.9.3. Change-Id: I179155e9d7f981aab24d613f0adb772e6267880e
* gnu: python-hy: Fix build.Hilton Chain8 days1-1/+1
| | | | | | | * gnu/packages/python-xyz.scm (python-hy)[native-inputs]: Add python-setuptools. Change-Id: Ib6b6ad06ae285d1295767e4f9de097ddd326b360
* gnu: python-resolvelib: Update to 1.0.1.Jordan Moore10 days1-2/+3
| | | | | | | * gnu/packages/python-xyz.scm (python-resolvelib): Update to 1.0.1. Change-Id: Ief381089f384f18effb08feda1971e36df108aae Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-pint: Fix build.Danny Milosavljevic12 days1-0/+3
| | | | | | * gnu/packages/python-xyz.scm (python-pint)[arguments]<#:test-flags>: Modify. Change-Id: I6f7fc7c21a40325fc7f3b6536ae58e418337d4de
* gnu: python-trio-websocket: Update to 0.11.1.Ricardo Wurmus13 days1-2/+15
| | | | | | | * gnu/packages/python-xyz.scm (python-trio-websocket): Update to 0.11.1. [arguments]: Disable some failing tests. Change-Id: Ica358e0f8ffe9eddd8dda8d7c86b0f05550f947c
* gnu: python-trio-websocket: Add missing inputs.Ricardo Wurmus13 days1-1/+6
| | | | | | | | | 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
* gnu: Fix whitespace issues in Python package descriptions.Gabriel Wicki13 days1-3/+3
| | | | | | | | | | | | | 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 <vagrant@debian.org>
* gnu: python-slicerator: Fix build.Janneke Nieuwenhuizen2025-01-031-1/+1
| | | | | | | * gnu/packages/python-xyz.scm (python-slicerator)[build-system]: Use python-build-system. Change-Id: Ic029d6df3f07e6f3e5f99cfa03fe1c39a914c796
* gnu: Remove python-pyls-black.jgart2025-01-021-45/+0
| | | | | | | | | | * 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
* gnu: Add python-lsp-black.Nicolas Graves2025-01-021-0/+24
| | | | | | | * gnu/packages/python-xyz.scm (python-lsp-black): New variable. Co-authored-by: jgart <jgart@dismail.de> Change-Id: I9f5e1b8b77e530fed38e6621ac214605bc377724
* gnu: Add python-pylsp-mypy.jgart2025-01-011-0/+19
| | | | | | * gnu/packages/python-xyz.scm (python-pylsp-mypy): New variable. Change-Id: I4cf398df820fdcc91229bdafdc2d0cab6f5c01c1
* gnu: python-jsonschema: Update python-webcolors dependency.Nicolas Graves2025-01-011-1/+1
| | | | | | | | | * gnu/packages/python-xyz.scm (python-jsonschema): Update python-webcolors dependency. This fixes the build of python-nbclassic. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-anyio/without-dataclasses.Ricardo Wurmus2025-01-011-0/+11
| | | | | | * gnu/packages/python-xyz.scm (python-anyio/without-dataclasses): New variable. Change-Id: I40ae9aa7a85f0fe7642dc3b75f3ef9cde17f064f
* gnu: python-zarr: Disable one test.Ricardo Wurmus2025-01-011-1/+4
| | | | | | * gnu/packages/python-xyz.scm (python-zarr)[arguments]: Disable one more test. Change-Id: I3733078b878fa60c4e382dfca39fcef64cefa1ae
* gnu: python-awkward-cpp: Relax dependency on python-scikit-build-core.Ricardo Wurmus2025-01-011-0/+11
| | | | | | | * gnu/packages/python-xyz.scm (python-awkward-cpp)[arguments]: Add phase 'relax-requirements. Change-Id: I3d4f647f6e5eecd343de4219baf20c6e38a2a5a0
* gnu: jupyter: Skip sanity check.Ricardo Wurmus2025-01-011-1/+8
| | | | | | | | | 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
* gnu: python-notebook: Skip sanity check.Ricardo Wurmus2025-01-011-1/+4
| | | | | | | | | 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
* gnu: python-zarr: Update to 2.18.4.Ricardo Wurmus2025-01-011-9/+20
| | | | | | | | | | | | * 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
* gnu: python-awkward: Update to 2.7.2.Ricardo Wurmus2025-01-011-3/+10
| | | | | | | * gnu/packages/python-xyz.scm (python-awkward): Update to 2.7.2. [arguments]: Skip three broken tests. Change-Id: Ifdfcda9c57b9b27e9c3b5e0b05c7896d552b30cd
* gnu: python-awkward-cpp: Update to 43.Ricardo Wurmus2025-01-011-4/+4
| | | | | | | * gnu/packages/python-xyz.scm (python-awkward-cpp): Update to 43. [propagated-inputs]: Remove python-importlib-resources. Change-Id: I7201a31d49287f9a656f53fff953ebb593620712
* gnu: python-ijson: Use pyproject-build-system.Artyom V. Poptsov2025-01-011-13/+4
| | | | | | | | * gnu/packages/python-xyz.scm (python-ijson): Use pyproject-build-system. [arguments]: Remove. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I29ab71f63b1088bd7e0cf6e10a72a73ac7dcbc86
* gnu: python-face: Use pyproject-build-system.Artyom V. Poptsov2025-01-011-7/+6
| | | | | | | * gnu/packages/python-xyz.scm (python-face): Use pyproject-build-system. [arguments] <#:phases>: Simplify. Change-Id: I51d2224d025ea97eeef5a285c5ab2738dfbb87ee
* gnu: python-face: Fix build.Artyom V. Poptsov2024-12-311-1/+4
| | | | | | | | * 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
* gnu: python-cachy: Adapt tests to python-flexmock 0.12.2.Danny Milosavljevic2024-12-311-2/+7
| | | | | | | * gnu/packages/python-xyz.scm (python-cachy)[arguments]<#:phases>[check]: Adapt tests to python-flexmock 0.12.2. Change-Id: I5e462df305a16c6ea4c6e5b92cd35ebfc72270dd
* gnu: pyzo: Update to 4.18.0.Nicolas Goaziou2024-12-261-2/+2
| | | | | | * gnu/packages/python-xyz.scm (pyzo): Update to 4.18.0. Change-Id: I858e10e1fa747d3df0d98eb4ba415e8a44b2593a
* gnu: python-emoji: Propagate python-typing-extensions.Liliana Marie Prikler2024-12-231-1/+1
| | | | | | | | | | 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 <jgart@dismail.de>
* gnu: python-pypandoc: Use gexp style.jgart2024-12-231-12/+14
| | | | | | | * gnu/packages/python-xyz.scm (python-pypandoc): Use gexp style. Signed-off-by: jgart <jgart@dismail.de> Change-Id: Id1197e0683b43481ebb39bc8dd1aa55acf3ec03b
* gnu: python-pypandoc: Fix build.Aaron Covrig2024-12-231-4/+8
| | | | | | | | | * gnu/packages/python-xyz.scm (python-pypandoc): Fix build. [native-inputs]: Add python-setuptools. [home-page]: Follow redirect. Signed-off-by: jgart <jgart@dismail.de> Change-Id: Id1197e0683b43481ebb39bc8dd1aa55acf3ec03b
* gnu: python-pbr: Use git-minimal/pinned.Christopher Baines2024-12-221-1/+1
| | | | | | | | | | | | 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 <ludo@gnu.org>
* gnu: python-async-lru: Fix build.Vinicius Monego2024-12-211-1/+3
| | | | | | | * gnu/packages/python-xyz.scm (python-async-lru)[native-inputs]: Add python-pytest-cov, python-wheel. Change-Id: I117bd223f9ff1e75a5bd7309c5a3c3578fa68a1e
* gnu: python-symengine: Update to 0.13.0.Vinicius Monego2024-12-211-2/+2
| | | | | | * gnu/packages/python-xyz.scm (python-symengine): Update to 0.13.0. Change-Id: I36e949030a831550d36ef037f93ebde53537fbc6
* gnu: python-hy: Update to 1.0.0.Vinicius Monego2024-12-211-2/+2
| | | | | | * gnu/packages/python-xyz.scm (python-hy): Update to 1.0.0. Change-Id: Id9e65e8042f1f8e0a7b854b3abd34faebcc9eb3b
* gnu: python-parsley: Fix build.Sharlatan Hellseher2024-12-211-7/+6
| | | | | | | * gnu/packages/python-xyz.scm (python-parsley): [arguments] <test-flags>: Provide test directories, enable all tests. Change-Id: I164e24ffb24114e4cc548b76df261e3e447ffa08
* gnu: python-tldr: Fix build.John Kehayias2024-12-201-1/+3
| | | | | | | * gnu/packages/python-xyz.scm (python-tldr)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie4891c4409e4b985ef5d7e57f38f308296abcdc0
* gnu: python-farama-notifications: Fix build.Danny Milosavljevic2024-12-211-1/+1
| | | | | | | * gnu/packages/python-xyz.scm (python-farama-notifications)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ie608228e459156a370154c80d25e3ca820c8003c
* gnu: python-property-cached: Fix build.Danny Milosavljevic2024-12-211-1/+2
| | | | | | | * gnu/packages/python-xyz.scm (python-property-cached)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I919314b2b990cccbd1f144a612a36db34d6e52c6
* gnu: python-geojson: Fix build.Danny Milosavljevic2024-12-211-0/+1
| | | | | | | * gnu/packages/python-xyz.scm (python-geojson)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I275dd67016c39ad0be8794852c7765679f63f45c
* gnu: python-pyct: Fix build.Danny Milosavljevic2024-12-211-1/+1
| | | | | | | * gnu/packages/python-xyz.scm (python-pyct)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I286699bade6de727088b7d46e18abe547fb2a312
* gnu: python-amqp: Fix build.Danny Milosavljevic2024-12-211-2/+2
| | | | | | | | * gnu/packages/python-xyz.scm (python-amqp)[arguments]<#:test-flags>: Fix specification of ignore. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I7e8f0409317ce62e528a1bd224381a295bbf4821
* gnu: python-colorcet: Fix build.Danny Milosavljevic2024-12-211-1/+3
| | | | | | | * gnu/packages/python-xyz.scm (python-colorcet)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I4a2c721bd5fffd3475bb97273a284eef1433aaa9
* gnu: python-gamera: Update to 4.0.1.Guillaume Le Vaillant2024-12-191-4/+2
| | | | | | | * gnu/packages/python-xyz.scm (python-gamera): Update to 4.0.1. [arguments]: Update 'check' phase. Change-Id: Ie0817e0c22db8417f9bd3e28aed4d0711ce71ab0
* gnu: python-construct: Update to 2.10.70-1.c1171b1.Guillaume Le Vaillant2024-12-191-34/+39
| | | | | | | * gnu/packages/python-xyz.scm (python-construct): Update to 2.10.70-1.c1171b1. [propagated-inputs]: Add python-cryptography. Change-Id: Ie7d877827865224f90d8588f1706a354443de02c
* gnu: python-vine: Fix build.Sharlatan Hellseher2024-12-181-1/+11
| | | | | | | | * gnu/packages/python-xyz.scm (python-vine) [arguments]<test-flags>: Skip 4 tests. [native-inputs]: Remove python-case. Change-Id: I4e8f359556bd97bf6d21a8ac7b7e4823e21043fb
* gnu: python-textdistance: Update to 4.6.3.Sharlatan Hellseher2024-12-181-17/+18
| | | | | | | | | | | | | | | * 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
* gnu: Add python-distance.Sharlatan Hellseher2024-12-181-0/+23
| | | | | | * gnu/packages/python-xyz.scm (python-distance): New variable. Change-Id: I0c8d98f39d779fcbcb5ce37bf64db118dfc0b4e4
* gnu: Add python-pyxdameraulevenshtein.Sharlatan Hellseher2024-12-181-0/+22
| | | | | | * gnu/packages/python-xyz.scm (python-pyxdameraulevenshtein): New variable. Change-Id: I33b3bc5ec63c014fcca8b10623be0f5e0cf1eb91
* gnu: python-pyformlang: Add missing inputs.Sharlatan Hellseher2024-12-181-1/+8
| | | | | | | * gnu/packages/python-xyz.scm (python-pyformlang) [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I27efca39faf59e83a735dba14029580c7c8b87e2
* gnu: python-termcolor-1: Fix build.Sharlatan Hellseher2024-12-181-1/+4
| | | | | | | * gnu/packages/python-xyz.scm (python-termcolor-1) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Idc247338aea624fd62a4d126451bb174d41c9fb6
* gnu: python-pymarshal: Fix build.Sughosha2024-12-181-1/+1
| | | | | | | | * gnu/packages/python-xyz.scm (python-pymarshal)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I6ad9ca15ab570b8c88136fc13bb6a6e14459094c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: python-mido: Fix build.Sughosha2024-12-181-1/+1
| | | | | | | | * gnu/packages/python-xyz.scm (python-mido)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I387bf0b70bbd3e03d7042970794d9da4800418f9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>