[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/217: gnu: python-pypa-build: Update to 0.7.0.
From: |
guix-commits |
Subject: |
96/217: gnu: python-pypa-build: Update to 0.7.0. |
Date: |
Sun, 14 Nov 2021 19:20:51 -0500 (EST) |
vagrantc 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")
- 71/217: gnu: dbus-c++: Fix build., (continued)
- 71/217: gnu: dbus-c++: Fix build., guix-commits, 2021/11/14
- 68/217: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/14
- 63/217: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/14
- 62/217: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/11/14
- 67/217: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/14
- 54/217: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/11/14
- 73/217: bluez: Update to 5.61., guix-commits, 2021/11/14
- 72/217: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/11/14
- 80/217: gnu: diffutils: Update to 3.8., guix-commits, 2021/11/14
- 81/217: build: qt-utils: Don't wrap .X-real files., guix-commits, 2021/11/14
- 96/217: gnu: python-pypa-build: Update to 0.7.0.,
guix-commits <=
- 85/217: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/14
- 86/217: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/14
- 94/217: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/11/14
- 107/217: gnu: lsof: Disable the LTlock test., guix-commits, 2021/11/14
- 104/217: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/14
- 110/217: gnu: Add docbook-xsl-ns., guix-commits, 2021/11/14
- 108/217: gnu: lsof: Fix indentation., guix-commits, 2021/11/14
- 113/217: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/11/14
- 109/217: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/11/14
- 117/217: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/11/14