gnu: python-typing-extensions-next: Set to python-typing-extensions. Replace all python-typing-extensions-next occurrences with python-setuptools-scm. * gnu/packages/python-build.scm (python-typing-extensions-next): Set to python-typing-extensions. Change-Id: Ib6a6e0af11c0e3f0da49dcbfe02d1da45cb4fbf7
gnu: python-setuptools-scm-next: Set to python-setuptools-scm. Replace all python-setuptools-scm-next occurrences with python-setuptools-scm. * gnu/packages/python-build.scm (python-setuptools-scm-next): Set to python-setuptools-scm. Change-Id: I929ca14d24ed05efecded4c23ff02c42d50098c6
gnu: python-setuptools-next: Set to python-setuptools. Replace all python-setuptools-next occurrences with python-setuptools. * gnu/packages/python-build.scm (python-setuptools-next): Set to python-setuptools. Change-Id: I9e5e0881310d160ec56be785f2dd2140364fa8e5
gnu: python-poetry-core-next: Set to python-poetry-core. * gnu/packages/python-build.scm (python-poetry-core-next): Set to python-poetry-core. Change-Id: Ia69fc596e654b0e015636c8b347a36f449366c72
gnu: python-flit-core-next: Set to python-flit-core. * gnu/packages/python-build.scm (python-flit-core-next): Set to python-flit-core. Change-Id: I8ae01214661186b2adb2c7855d54d8c71daeeeb2
gnu: python-pytoml: Switch to pyproject. * gnu/packages/python-build.scm (python-pytoml): [build-system]: Use pyproject. [arguments] <tests?>: Disable to avoid pytest dependency. [native-inputs]: Add python-setuptools. Change-Id: I0f1ad014c856a0653f3f50e91d9c8227d9028373
gnu: Add python-hatch-requirements-txt. * gnu/packages/python-build.scm (python-hatch-requirements-txt): New variable. Change-Id: I210329908614e73c49d2644cc083d7cc5a8d5d6b
gnu: python-tomli-w: Update to 1.2.0. * gnu/packages/python-build.scm (python-tomli-w): Update to 1.2.0. [native-inputs]: Remove python-pypa-build. Change-Id: If2293b88fefb2e9b57b9742659c61950d71ac73d
gnu: python-pip: Update to 25.1.1. * gnu/packages/python-build.scm (python-pip): Update to 25.1.1. [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: I4d3280d0cbf21c64f0564e4683a385fd936cbb2a
gnu: python-pdm-backend: Update to 2.4.5. * gnu/packages/python-build.scm (python-pdm-backend): Update to 2.4.5. Change-Id: I9e0438f5ff6f1048b48d7e1e3bf79f8301836d55
gnu: python-poetry-core: Update to 2.1.3. * gnu/packages/python-build.scm (python-poetry-core): Update to 2.1.3. Change-Id: I413513d97365f85cbc830cd82aafd20c9530d781
gnu: Add python-setuptools-67. * gnu/packages/python-build.scm (python-setuptools-67): New variable. Change-Id: I3f317ab961f25d2b5760a376148f932caa4c722a
gnu: Add python-wheel-0.40. * gnu/packages/python-build.scm (python-wheel-0.40): New variable. Change-Id: I67886ba3f30cac77dc92a6cef38cc7b1b971bb9b
gnu: python-pypa-build: Update to 0.9.0 * gnu/packages/python-build.scm (python-pypa-build): Update to 0.9.0. [build-system]: Use pyproject. [arguments] <phases>: Remove 'use-toml-instead-of-tomli. [native-inputs]: Add python-setuptools. Change-Id: Id1f9fea2b4d933fdf5ade8d8d5888345a1ae7b40
gnu: python-pep517-bootstrap: Update to 0.13.1. * gnu/packages/python-build.scm (python-pep517-bootstrap): Update to 0.13.1. [build-system]: Use pyproject. [propagated-inputs]: Remove python-toml and python-wheel. [native-inputs]: Add python-flit-core. Change-Id: Ifc578d8925a20c6c6b3e5efdbb5ed67714f3f093
gnu: python-pyparsing: Update to 3.2.3. * gnu/packages/python-build.scm (python-pyparsing): Update to 3.2.3. Change-Id: I478c1ded15e0470658a98490a767a7de723b9a80
gnu: python-six: Do not inherit. python-six-bootstrap is no longer required, this change removes it and refactor python-six as a stand alone package. * gnu/packages/python-build.scm (python-six-bootstrap): Remove variable. * gnu/packages/python-xyz.scm (python-six): Do not inherit, re-use package definition from python-six-bootstrap. (python2-six) [native-inputs]: Add python-setuptools, and python-wheel. Change-Id: Ia4abf667e0a2df65c171b3c8f5808d8e6d597b17
gnu: python-six-bootstrap: Update to 1.17.0. * gnu/packages/python-build.scm (python-six-bootstrap): Update to 1.17.0. [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: I3d673d13efe60d90221061759e4ea90fd4164882
gnu: python-exceptiongroup: Update to 1.3.0. * gnu/packages/python-build.scm (python-exceptiongroup): Update to 1.3.0. [build-system]: Use pyproject. [arguments] <build-backend>: Use 'setuptools.bulid_meta' propagated by flit_scm. <phases>: Use default 'build, 'install and 'check; add 'set-version. [propagated-inputs]: Add python-typing-extensions. [native-inputs]: Remove python-pypa-build. Change-Id: I400165688236086ad85d961698e14d8ed8dd486f
gnu: python-flit-scm: Improve package. Reduce closure size by removing redundant python-setuptools and python-wheel as it was a workaround import issue which was resolved by using flit_core.buildapi directly. * gnu/packages/python-build.scm (python-flit-scm): Fix indentation. [arguments] <build-backend>: Let it auto detect. <phases>: Add 'fix-backend. [native-inputs]: Remove python-setuptools and python-wheel. Change-Id: Ib3f591365411ba5f8b710a8256a324dfb7d5b565