[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/203: gnu: python-pypa-build: Update to 0.7.0.
From: |
guix-commits |
Subject: |
96/203: gnu: python-pypa-build: Update to 0.7.0. |
Date: |
Wed, 3 Nov 2021 21:10:10 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 26e1f7fa9e8214cd4a52ec65a7d27126617c3965
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 1 11:16:49 2021 -0400
gnu: python-pypa-build: Update to 0.7.0.
* gnu/packages/python-build.scm (python-pypa-build): Update to 0.7.0.
[phases]{relax-requirements}: Rename to...
{use-toml-instead-of-tomli}: ... this. Replace tomli by toml.
---
gnu/packages/python-build.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 0688dcb..e55044d 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -250,26 +250,26 @@ information.")
(define-public python-pypa-build
(package
(name "python-pypa-build")
- (version "0.1.0")
+ (version "0.7.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "build" version))
(sha256
(base32
- "1d6m21lijwm04g50nwgsgj7x3vhblzw7jv05ah8psqgzk20bbch8"))))
+ "17xqija27x4my1yrnk6q2vwln60r39g2dhby9zg2l99qjgbdrahs"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ;to tests in the PyPI release
#:phases (modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
+ (add-after 'unpack 'use-toml-instead-of-tomli
+ ;; Using toml instead of tomli eases bootstrapping.
(lambda _
(substitute* "setup.cfg"
- ;; Drop the requirement on python-packaging, which is
- ;; not required.
- ((".*packaging.*")
- "")))))))
+ (("tomli>=.*")
+ "toml\n")))))))
(propagated-inputs
- `(("python-pep517", python-pep517-bootstrap)
+ `(("python-packaging" ,python-packaging-bootstrap)
+ ("python-pep517", python-pep517-bootstrap)
("python-toml" ,python-toml)))
(home-page "https://pypa-build.readthedocs.io/en/latest/")
(synopsis "Simple Python PEP 517 package builder")
- 37/203: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., (continued)
- 37/203: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/11/03
- 46/203: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/11/03
- 58/203: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/03
- 63/203: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/03
- 60/203: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/11/03
- 78/203: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/11/03
- 79/203: gnu: diffutils: Fix signal processing., guix-commits, 2021/11/03
- 88/203: guix: packages: Fix repacking of plain tarballs., guix-commits, 2021/11/03
- 112/203: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/11/03
- 95/203: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/11/03
- 96/203: gnu: python-pypa-build: Update to 0.7.0.,
guix-commits <=
- 102/203: gnu: meson: Patch to allow installing to independent prefixes., guix-commits, 2021/11/03
- 119/203: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/11/03
- 129/203: gnu: libsoup: Update to 3.0.1., guix-commits, 2021/11/03
- 134/203: gnu: llvm: Add make-lld-wrapper, lld-wrapper and lld-as-ld-wrapper., guix-commits, 2021/11/03
- 131/203: gnu: pulseaudio: Add doxygen to fix build., guix-commits, 2021/11/03
- 156/203: gnu: python-six-bootstrap: Update to 1.16.0., guix-commits, 2021/11/03
- 153/203: gnu: boost: Update to 1.77.0., guix-commits, 2021/11/03
- 147/203: gnu: nss: Update to 3.71., guix-commits, 2021/11/03
- 155/203: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/03
- 25/203: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/11/03