gnu: python-pydevd: Use git tag. * 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 <sharlatanus@gmail.com>
gnu: python-pydevd: Move to pyproject-build-system. * 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 <sharlatanus@gmail.com>
gnu: python-jupytext: Move to pyproject-build-system. * 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 <sharlatanus@gmail.com> Change-Id: I465bf1e117fc9b4cb457c24c2ed2b41cdee30968
gnu: python-jupytext: Adjust inputs * gnu/packages/python-xyz.scm (python-jupytext) [native-inputs]: Remove pre-commit, python-autopep8, python-black, python-flake8, python-isort. Change-Id: I4aa622a58dfc3ab5ad9f1c88b78d6ac301f270d1
gnu: pre-commit: Update to 3.7.1. * gnu/packages/version-control.scm (pre-commit): Update to 3.7.1. [build-system]: Use pyproject-build-system. [arguments]: Use G-Expressions. Do not override the check phase, skip the tests in #:test-flags instead. Don't make source tree writable in the prepare-check-env phase. [native-inputs]: Use the new style. Change-Id: I4a1c56ce0903d6aa185d65d39c03c9566a6cf0d9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-nodeenv: Update to 1.8.0. * 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 <sharlatanus@gmail.com>
gnu: python-identify: Update to 2.5.36. * 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 <sharlatanus@gmail.com>
gnu: Add python-ukkonen. * gnu/packages/python-xyz.scm (python-ukkonen): New variable. Change-Id: I826b003f1c22e5bf28829d9f2adc5f467d17ed45 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-cfgv: Update to 3.4.0. * 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 <sharlatanus@gmail.com>
gnu: python-seaborn: Remove pre-commit from native-inputs. * gnu/packages/python-xyz.scm (python-seaborn)[native-inputs]: Remove python-pre-commit. Change-Id: I8b7016f1d8103dd9297626b7ec74a120fa1c848b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-omnipath: Remove pre-commit from native-inputs. * gnu/packages/python-xyz.scm (python-omnipath)[native-inputs]: Remove python-pre-commit. Change-Id: Idfdf978df55e2c3cb3c8447aa18456cc9de4c4c2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-rich-click: Remove pre-commit from native-inputs. * gnu/packages/python-xyz.scm (python-rich-click)[native-inputs]: Remove python-pre-commit. Change-Id: I7a1de6166e4fe9f255cff8819b4779e76d7a4537 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-traitlets: Remove pre-commit from native-inputs. * gnu/packages/python-xyz.scm (python-traitlets)[native-inputs]: Remove python-pre-commit. Change-Id: I3d36f47e8955c648282bc707fafa57ba00cda933 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-jsonargparse: Remove pre-commit from native-inputs. * gnu/packages/python-xyz.scm (python-jsonargparse)[native-inputs]: Remove python-pre-commit. Change-Id: Iac844f4521f985cb07ef407b999dfc7f61605bca Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-joblib: Update to 1.4.2. * 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 <sharlatanus@gmail.com>
gnu: python-httpx: Update to 0.27.2. * gnu/packages/python-web.scm (python-httpx): Update to 0.27.2. [native-inputs]: Add python-zstandard. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-httpcore: Update to 1.0.7. * gnu/packages/python-web.scm (python-httpcore): Update to 1.0.7. [arguments]<#:test-flags>: Remove uneeded field. [native-inputs]: Remove python-setuptools and python-wheel. Add python-hatch-fancy-pypi-readme, and python-hatchling. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-coveralls: Update to 4.0.1. * gnu/packages/python-check.scm (python-coveralls): Update to 4.0.1. [source]<origin>: Remove uneeded modules and snippet fields. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Move functionality to... <#:test-flags>: ...here. Add failing tests. [native-inputs]: Add poetry. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-pytest-httpx: Update to 0.34.0. * gnu/packages/python-check.scm (python-pytest-httpx): Update to 0.34.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-websockets: Update to 13.1. * gnu/packages/python-web.scm (python-websockets): Update to 13.1. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>