[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/15: import: pypi: Adjust tests for new build system.
From: |
guix-commits |
Subject: |
01/15: import: pypi: Adjust tests for new build system. |
Date: |
Sun, 30 Apr 2023 17:22:12 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1ad52e2eebbd19963319a8530d413b1956ec5de7
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Apr 30 22:30:49 2023 +0200
import: pypi: Adjust tests for new build system.
This is a followup to cb8d080349a0691f4d563fcdd7bc8d8c40d0d88b.
* tests/pypi.scm ("pypi->guix-package, no wheel")
("pypi->guix-package, wheels")
("pypi->guix-package, no usable requirement file.")
("pypi->guix-package, package name contains \"-\" followed by digits"):
Replace 'python-build-system' by 'pyproject-build-system'.
---
tests/pypi.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/pypi.scm b/tests/pypi.scm
index 88bb0a3116..1ddcc542ff 100644
--- a/tests/pypi.scm
+++ b/tests/pypi.scm
@@ -255,7 +255,7 @@ Requires-Dist: pytest (>=3.1.0); extra == 'testing'
('sha256
('base32
(? string? hash)))))
- ('build-system 'python-build-system)
+ ('build-system 'pyproject-build-system)
('propagated-inputs ('list 'python-bar 'python-foo))
('native-inputs ('list 'python-pytest))
('home-page "http://example.com")
@@ -323,7 +323,7 @@ Requires-Dist: pytest (>=3.1.0); extra == 'testing'
('sha256
('base32
(? string? hash)))))
- ('build-system 'python-build-system)
+ ('build-system 'pyproject-build-system)
('propagated-inputs ('list 'python-bar 'python-baz))
('native-inputs ('list 'python-pytest))
('home-page "http://example.com")
@@ -371,7 +371,7 @@ Requires-Dist: pytest (>=3.1.0); extra == 'testing'
('sha256
('base32
(? string? hash)))))
- ('build-system 'python-build-system)
+ ('build-system 'pyproject-build-system)
('home-page "http://example.com")
('synopsis "summary")
('description "summary")
@@ -420,7 +420,7 @@ Requires-Dist: pytest (>=3.1.0); extra == 'testing'
('base32
(? string? hash)))))
('properties ('quote (("upstream-name" . "foo-99"))))
- ('build-system 'python-build-system)
+ ('build-system 'pyproject-build-system)
('propagated-inputs ('list 'python-bar 'python-foo))
('native-inputs ('list 'python-pytest))
('home-page "http://example.com")
- branch master updated (a27e0d4533 -> 08675129aa), guix-commits, 2023/04/30
- 05/15: guix: import: crate: Fix incorrect returned values., guix-commits, 2023/04/30
- 01/15: import: pypi: Adjust tests for new build system.,
guix-commits <=
- 02/15: gnu: Add diffpdf., guix-commits, 2023/04/30
- 07/15: scripts: import: crate: Handle non-existent package., guix-commits, 2023/04/30
- 04/15: gnu: Add chicken-srfi-18., guix-commits, 2023/04/30
- 08/15: system: guix: Use config's ACL file location., guix-commits, 2023/04/30
- 03/15: gnu: Add chicken-compile-file., guix-commits, 2023/04/30
- 09/15: installer: Filter out C.UTF-8 from the list of locales., guix-commits, 2023/04/30
- 11/15: gnu: mumi: Add guile-gnutls to inputs., guix-commits, 2023/04/30
- 12/15: gnu: slim: Fix build failure with GCC-11, guix-commits, 2023/04/30
- 14/15: gnu: plover: Fix build., guix-commits, 2023/04/30
- 06/15: gnu: guix: Add guile-semver., guix-commits, 2023/04/30