summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2024-12-13gnu: python-pydevd: Improve package style.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pydevd): Indent properly. Change-Id: Ieb031894f4f3494bf3dacd2086adde44507a27e1 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-pydevd: Use git tag.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pydevd): [source]: Compile tag from package version. [arguments]<#:test-flags>: Adapt value. Change-Id: I55cc8129fb78f0ee54519f45b31746a54881d84e Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-pydevd: Move to pyproject-build-system.Nicolas Graves
* gnu/packages/python-xyz.scm (python-pydevd): [build-system]: Move to pyproject-build-system. [arguments]: Replace 'check phase by 'pre-check phase and <#:test-flags>. Change-Id: I8227ac8b1b6031c30c6d09480cacaa3347df21a7 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-jupytext: Move to pyproject-build-system.Nicolas Graves
* gnu/packages/python-xyz.scm (python-jupytext): [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Add flags. Add a flag to ignore pre_commit tests. <#:phases>: Remove 'check phase replacement. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: I465bf1e117fc9b4cb457c24c2ed2b41cdee30968
2024-12-13gnu: python-jupytext: Adjust inputsSharlatan Hellseher
* gnu/packages/python-xyz.scm (python-jupytext) [native-inputs]: Remove pre-commit, python-autopep8, python-black, python-flake8, python-isort. Change-Id: I4aa622a58dfc3ab5ad9f1c88b78d6ac301f270d1
2024-12-13gnu: python-nodeenv: Update to 1.8.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-nodeenv): Update to 1.8.0. [build-system]: Use pyproject-build-system. [arguments]: Do not override the check phase, skip tests in #:test-flags instead. Change-Id: I01ca1948c30327827d6f76697b471a4d90cd6530 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-identify: Update to 2.5.36.Vinicius Monego
* gnu/packages/python-xyz.scm (python-identify): Update to 2.5.36. [build-system]: Use pyproject-build-system. [arguments]: Use G-Expressions. Do not override the check phase. [native-inputs]: Add python-ukkonen. Change-Id: I970507dc358029b4e2cc0a295d19db4b28202544 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: Add python-ukkonen.Vinicius Monego
* gnu/packages/python-xyz.scm (python-ukkonen): New variable. Change-Id: I826b003f1c22e5bf28829d9f2adc5f467d17ed45 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-cfgv: Update to 3.4.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-cfgv): Update to 3.4.0. [build-system]: Use pyproject-build-system. [arguments]: Do not override the check phase. Change-Id: Id666a57e4d619697ffa272893930f1c94d5c283e Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-seaborn: Remove pre-commit from native-inputs.Vinicius Monego
* gnu/packages/python-xyz.scm (python-seaborn)[native-inputs]: Remove python-pre-commit. Change-Id: I8b7016f1d8103dd9297626b7ec74a120fa1c848b Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-rich-click: Remove pre-commit from native-inputs.Vinicius Monego
* gnu/packages/python-xyz.scm (python-rich-click)[native-inputs]: Remove python-pre-commit. Change-Id: I7a1de6166e4fe9f255cff8819b4779e76d7a4537 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-traitlets: Remove pre-commit from native-inputs.Vinicius Monego
* gnu/packages/python-xyz.scm (python-traitlets)[native-inputs]: Remove python-pre-commit. Change-Id: I3d36f47e8955c648282bc707fafa57ba00cda933 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-jsonargparse: Remove pre-commit from native-inputs.Vinicius Monego
* gnu/packages/python-xyz.scm (python-jsonargparse)[native-inputs]: Remove python-pre-commit. Change-Id: Iac844f4521f985cb07ef407b999dfc7f61605bca Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-joblib: Update to 1.4.2.Nicolas Graves
* gnu/packages/python-xyz.scm (python-joblib): Update to 1.4.2. [arguments]<#:test-flags>: Add --numprocesses flag. [native-inputs]: Add python-pytest-xdist. Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-fsspec: Update to 2024.10.0.Nicolas Graves
* gnu/packages/python-xyz.scm (python-fsspec): Update to 2024.10.0. [arguments]<#:phases>: Rewrite phase 'fix-version. Add phase 'install-version. <#:test-flags>: Ignore the sole failing test. [native-inputs]: Add python-hatchling. Remove python-setuptools and python-wheel. Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-tqdm: Update to 4.67.1.Nicolas Graves
* gnu/packages/python-xyz.scm (python-tqdm): Update to 4.67.1. [build-system]: Switch to pyproject-build-system. [arguments]: Use <#:test-flags> instead of <#:phases> to set tests. Ignore failing test_rlock_creation. [native-inputs]: Add python-setuptools, python-wheel. Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-pyflakes: Move to pyproejct-build-system.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pyflakes): Fix indentation. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: Ie27427a1e15fe5ecf6b29f4e13e26836187c4480
2024-12-13gnu: python-pyflakes: Update to 3.0.1.Vincent Prat
* gnu/packages/python-xyz.scm (python-pyflakes): Update to 3.0.1 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-jsonschema-specifications: Update to 2024.10.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-jsonschema-specifications): Update to 2024.10.1. [arguments]<phases>: Remove 'patch-pyproject as build system started liking it. Change-Id: Idf2ac2f92734682751ac78ccf7000820ad141263
2024-12-13gnu: Add python-taskgroup.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-taskgroup): New variable. Change-Id: Ic92ff1e687bbb8b30238e356bf80ed944ff9f87b
2024-12-13gnu: poetry: Update to 1.8.4.Antero Mejr
* gnu/packages/python-xyz.scm (poetry): Update to 1.8.3. [build-system]: Swap to pyproject-build-system. [arguments]<tests>: Enable them. [propagated-inputs]: Remove python-cachy, python-clikit, python-html5lib, and python-msgpack-transitional; add python-dulwich, python-fastjsonschema, python-importlib-metadata, python-installer, python-platformdirs, python-poetry-plugin-export, python-pypa-build, python-pyproject-hooks, python-tomli, python-trove-classifiers, and python-xattr. [native-inputs]: Add python-deepdiff, python-httpretty, python-pytest, python-pytest-mock, python-pytest-randomly, and python-pytest-xdist. [description]: Start from a new line. Change-Id: Ib684aabedc1d95cde3824e24e00acd362da1b0e0 Co-authored-by: Sharlatan Hellseher <[email protected]> Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-12-13gnu: python-watchgod: Fix build.Sharlatan Hellseher
The latest version depends on a long list of Rust packages and maturin build system, this change just fixes the build. * gnu/packages/python-xyz.scm (python-watchgod): [arguments]<phases>: Remove 'sanity-check, all tests passed. [native-inputs]: Remove python-pytest-toolbox. Change-Id: I36e84ed09a2321636257c0a5528bf01aea1d2d7e
2024-12-13gnu: python-anyio: Update to 4.6.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-anyio): Update to 4.6.2. [build-system]: Swap to pyproject-build-system. [native-inputs]: Remove python-coverage; add python-psutil, python-setuptools, and python-wheel. Change-Id: I8f8a25d67561446afe1c399cd9cde11ac43df333
2024-12-13gnu: python-aiofiles: Fix indentation.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-aiofiles) Fix indentation. Change-Id: Iaed80a2533881d8c487b4459041f20fd6e4ad68d
2024-12-13gnu: python-aiofiles: Update to 24.1.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-aiofiles): Update to 24.1.0. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-hatchling, python-hatch-vcs, python-pytest, and python-pytest-asyncio. Change-Id: I8888c4aa1b161f7f8438ce9a2c84a884ecfdcbd3
2024-12-13gnu: python-async-timeout: Update to 4.0.3.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-async-timeout): Update to 4.0.3. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Add 'fix-pytest-config. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. [descriptin]: Start from a new line. Change-Id: I1f2909d17a5ad3cff60acbd606cdf802fa1e463e
2024-12-13gnu: python-icecream: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-icecream) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I5113590baf0ba80dae2b8931870c65dba9358cb7
2024-12-13gnu: python-anytree: Update to 2.12.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-anytree): Update to 2.12.0. [source]: Swap to git checkout containing tests. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Add 'pre-check. [native-inputs]: Remove python-nose; add python-poetry-core and python-pytest. Change-Id: I5520d3824ad6c03bda1b213876277e289e802f4c
2024-12-13gnu: python-loguru: Update to 0.7.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-loguru): Update to 0.7.2. [native-inputs]: Remove python-colorama, python-mypy, python-pre-commit, python-pytest-cov, python-sphinx, python-sphinx-autobuild, python-sphinx-rtd-theme, and python-tox; add python-pytest-xdist. Change-Id: I6dac12d1dabd7987e5e0239630d8e896924df633
2024-12-13gnu: python-tenacity: Update to 9.0.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-tenacity): Update to 9.0.0. Adjust indentation and fill column. Change-Id: I64e0aeb95b5b35d9c68649f8228cc36cd5d89179
2024-12-13gnu: python-trio: Update to 0.27.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-trio): Update to 0.27.0. [arguments]<test-flags>: Disable more failing tests. <phases>: Remove 'patch-sleep as resolved upstream. Remove change-home, add 'set-env phase. [native-inputs]: Remove python-ipython, python-pylint, python-pytest-xdist, and python-pytest-cov; add python-isort and python-pytest-asyncio. Change-Id: I0f05649e05c76f556a9b23035c23c90b67ab8014
2024-12-13gnu: python-sniffio: Update to 1.3.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-sniffio): Update to 1.3.1. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Use default 'check phase. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I4a657235ad061721d8ca5193ed3318aa13e1b5a7
2024-12-13gnu: python-ipython: Update to 8.29.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-ipython): Update to 8.29.0. Change-Id: Id0f12c0ce404e23800b52af5dfb935691e2d7379
2024-12-13gnu: python-stack-data: Update to 0.6.3.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-stack-data): Update to 0.6.3. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Add 'set-home-env phase. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Iec506c94451618ad32610f0a3302d8d2fe00f18f
2024-12-13gnu: python-pure-eval: Update to 0.2.3.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pure-eval): Update to 0.2.3. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I859206512fd9d768cf81a0497b07847d0824b832
2024-12-13gnu: python-executing: Update to 2.1.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-executing): Update to 2.1.0. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-asttokens, python-littleutils, python-pytest, python-setuptools, and python-wheel. Change-Id: I912a0dea949aca618d3f728e19dc27bbbfbc40c3
2024-12-13gnu: Remove python-typeguard-4.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-typeguard-4): Delete variable. * gnu/packages/python-check.scm (python-icontract) [native-inputs]: Remove python-typeguard-4; add python-typeguard. * gnu/packages/python-science.scm (python-pandera) [propagated-inputs]: Remove python-typeguard-4; add python-typeguard. Change-Id: Ie20deee06629452c804fa6f62b1bd1f67038bc86
2024-12-13gnu: python-typeguard: Update to 4.4.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-typeguard): Update to 4.4.1. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Use default 'check phase. [propagated-inputs]: Add python-typing-extensions. [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/patches/python-typeguard-python3.10.patch: Delete file. gnu/local.mk: Deregister patch. Change-Id: Ibabc0645b4a6192614d714036fcba1f337924305
2024-12-13gnu: python-jupyter-core: Fix tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-jupyter-core) [native-inputs]: Add python-pip. Change-Id: I6c2c553cd6a0025fca29ca8bbb51d73f957c53c1
2024-12-13gnu: python-asttokens: Update to 2.4.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-asttokens): Update to 2.4.1. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I95381f41e6e09d65ee0bfcef4c39d39a658a7607
2024-12-13gnu: python-astroid: Update to 3.3.4.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-astroid): Update to 3.3.4. [build-system]: Swap to pyproject-build-system. [native-inputs]: Remove python-pytest-runner; add python-setuptools and python-wheel. Change-Id: Iba903fcf31f5ff7b014d74426f91e80f17877fff
2024-12-13gnu: python-fastjsonschema: Update to 2.20.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-fastjsonschema): Update to 2.20.0. Adjust style. [source]: Swap to git checkout containing tests. [arguments]<tests>: Enable them. [native-inputs]: Remove python-pylint. Change-Id: Ia5f9cccc3f225c621a56a17da07e5ea43d4489f9
2024-12-13gnu: python-prettytable: Update to 3.12.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-prettytable): Update to 3.12.0. [build-system]: Swap to pyproejct-build-system. [arguments]<phases>: Use custom 'check phase. [native-inputs]: Remove python-pytest-lazy-fixture; add python-hatchling, python-hatch-vcs, python-pytest-cov, and python-pytest-lazy-fixtures. Change-Id: I19d93bb92dec4f65d581dd8fcecbc137e1fdd4d6
2024-12-13gnu: python-qstylizer: Update to 0.2.4.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-qstylizer): Update to 0.2.4. [native-inputs]: Remove python-pytest-catchlog; add python-setuptools and python-wheel. Change-Id: I09ef64e0cd5a2f4336b4ff6a78f4f9eca0eae7b6
2024-12-13gnu: python-pydantic: Update to 1.10.19.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pydantic): Update to 1.10.19. [build-system]: Swap to pyproject-build-system. [arguments]<test-flags>: Deselect one failing test. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I58a30ef449bf689d129bf571ecf45d2b68f0925f
2024-12-13gnu: python-dirty-equals: Update to 0.8.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-dirty-equals): Update to 0.8.0. Adjust package indentation. [arguments]<test-flags>: Silent more tests. [native-inputs]: Remove python-pydantic, to break the cycle. Change-Id: I9499d79a4fc82e692aeed5b95fd69dd63e457635
2024-12-13gnu: python-apispec-webframeworks: Update to 1.2.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-apispec-webframeworks): Update to 1.2.0. Improve package style. [source]: Adjust URI as it's changed in PyPI. [propagated-inputs]: Remove python-setuptools. [native-inputs]: Remove python-flake8, python-flake8-bugbear, python-mock, and python-tox; add python-aiohttp and python-flit-core. Change-Id: I5dd727f729192290f449fd56ff32a13d77de7bed
2024-12-13gnu: python-flasgger: Update to 0.9.7.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-flasgger): Update to 0.9.7.1. [source]: Upstream introduced a new tagging style. [native-inputs]: Remove python-flake8 and python-flask-jwt. Change-Id: I5f740f064f2b82b62da5eedea3ca0384682967c6
2024-12-13gnu: python-apispec: Update to 6.7.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-apispec): Update to 6.7.1. Adjut indentation. [arguments]<test-flags>: Enable all tests. [propagated-inputs]: Remove python-packaging; add python-marshmallow and python-pyyaml. [native-inputs]: Remove python-flake8, python-flake8-bugbear, python-marshmallow, python-pyyaml, python-setuptools, and python-wheel; add python-flit-core and python-openapi-spec-validator. Change-Id: I0ab67f9ea7da59eab17beff9fd221616ccd569a7
2024-12-13gnu: python-itsdangerous: Update to 2.2.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-itsdangerous): Update to 2.2.0. [native-inputs]: Add python-flit-core, python-freezegun, and python-pytest. Change-Id: Icdb420c0b2fad6e0875042b80e577c97e3bbbbe8