summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-02 23:08:30 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:24 +0100
commit582ca1dca38dd56bd8542bfd0bcefd80ad926476 (patch)
tree53b19d70ba11c6602761b2ef7446f7f791a1d8cd /gnu/packages/python-build.scm
parentbfae897c0b52635693b8a815e3bc5c3106e6e2e4 (diff)
gnu: python-pypa-build: Update to 1.3.0.
* gnu/packages/python-build.scm (python-pypa-build): Update to 1.3.0. [propagated-inputs]: Remove python-packaging-bootstrap, python-pep517-bootstrap, python-toml. Add python-colorama, python-packaging, python-pyproject-hooks, python-tomli. Change-Id: I9f89f3a08a59610f32a74c2ac39cd291d6f104fc Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm13
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 518fd6883f0..12d8f1d2890 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -1002,21 +1002,22 @@ write tooling that generates distribution files from Python projects.")
1002 (package 1002 (package
1003 (name "python-pypa-build") 1003 (name "python-pypa-build")
1004 ;; Newer version needs more inputs, consider to move to python-xyz. 1004 ;; Newer version needs more inputs, consider to move to python-xyz.
1005 (version "0.9.0") 1005 (version "1.3.0")
1006 (source 1006 (source
1007 (origin 1007 (origin
1008 (method url-fetch) 1008 (method url-fetch)
1009 (uri (pypi-uri "build" version)) 1009 (uri (pypi-uri "build" version))
1010 (sha256 1010 (sha256
1011 (base32 "0g5w28ban6k9qywqwdqiqms3crg75rsvfphl4f4qkg8wi57741qs")))) 1011 (base32 "15xk0w71x8v1c8by049rdwh74mhkl3rj3v9sym8fkgbhl87dv3k9"))))
1012 (build-system pyproject-build-system) 1012 (build-system pyproject-build-system)
1013 (arguments `(#:tests? #f)) ;disabled to avoid extra dependencies 1013 (arguments `(#:tests? #f)) ;disabled to avoid extra dependencies
1014 (native-inputs 1014 (native-inputs
1015 (list python-setuptools)) 1015 (list python-flit-core))
1016 (propagated-inputs 1016 (propagated-inputs
1017 (list python-packaging-bootstrap 1017 (list python-colorama
1018 python-pep517-bootstrap 1018 python-packaging
1019 python-toml)) 1019 python-pyproject-hooks
1020 python-tomli))
1020 (home-page "https://pypa-build.readthedocs.io/en/latest/") 1021 (home-page "https://pypa-build.readthedocs.io/en/latest/")
1021 (synopsis "Simple Python PEP 517 package builder") 1022 (synopsis "Simple Python PEP 517 package builder")
1022 (description "The @command{build} command invokes the PEP 517 hooks to 1023 (description "The @command{build} command invokes the PEP 517 hooks to