~ruther/guix-local

ref: 5190d30ad814608f7c5894c16df72de1df0b16b3 guix-local/gnu/packages/python-build.scm -rw-r--r-- 33.3 KiB
884c92fd — Sharlatan Hellseher 6 months ago
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
762352c9 — Sharlatan Hellseher 8 months ago
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
b79fbf27 — Sharlatan Hellseher 8 months ago
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
9d6ce0d0 — Sharlatan Hellseher 8 months ago
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
a34d8e42 — Sharlatan Hellseher 8 months ago
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
93a2615d — Sharlatan Hellseher 8 months ago
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
a33fdca8 — Sharlatan Hellseher 8 months ago
gnu: Add python-hatch-requirements-txt.

* gnu/packages/python-build.scm (python-hatch-requirements-txt): New variable.

Change-Id: I210329908614e73c49d2644cc083d7cc5a8d5d6b
11a549bd — Sharlatan Hellseher 8 months ago
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
6167484e — Sharlatan Hellseher 8 months ago
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
c5fee1e0 — Sharlatan Hellseher 8 months ago
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
bca19352 — Sharlatan Hellseher 8 months ago
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
79d32de9 — Sharlatan Hellseher 8 months ago
gnu: Add python-setuptools-67.

* gnu/packages/python-build.scm (python-setuptools-67): New variable.

Change-Id: I3f317ab961f25d2b5760a376148f932caa4c722a
1a01bd67 — Sharlatan Hellseher 8 months ago
gnu: Add python-wheel-0.40.

* gnu/packages/python-build.scm (python-wheel-0.40): New variable.

Change-Id: I67886ba3f30cac77dc92a6cef38cc7b1b971bb9b
959d1674 — Sharlatan Hellseher 8 months ago
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
6562b221 — Sharlatan Hellseher 8 months ago
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
fc33f438 — Sharlatan Hellseher 8 months ago
gnu: python-pyparsing: Update to 3.2.3.

* gnu/packages/python-build.scm (python-pyparsing): Update to 3.2.3.

Change-Id: I478c1ded15e0470658a98490a767a7de723b9a80
941edd29 — Sharlatan Hellseher 8 months ago
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
8a711514 — Sharlatan Hellseher 8 months ago
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
f1351846 — Sharlatan Hellseher 8 months ago
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
e4c2f803 — Sharlatan Hellseher 8 months ago
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
Next