mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
tests: pypi: Switch to pyproject-build-system.
* tests/import/pypi.scm ("package-latest-release"): Switch to
pyproject-build-system.
Change-Id: I8ba5cdd45e793cd2aae7b3025f7598245de6c87e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
f919d60e82
commit
2ed0137c63
@@ -32,6 +32,7 @@
|
||||
#:use-module (guix tests http)
|
||||
#:use-module ((guix download) #:select (url-fetch))
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix build-system pyproject)
|
||||
#:use-module ((guix build utils)
|
||||
#:select (delete-file-recursively
|
||||
which mkdir-p dump-port
|
||||
@@ -555,7 +556,7 @@ files specified by SPECS. Return its file name."
|
||||
(source (dummy-origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "foo" version))))
|
||||
(build-system python-build-system))
|
||||
(build-system pyproject-build-system))
|
||||
(list %pypi-updater)))
|
||||
|
||||
(list (map basename (upstream-source-urls source))
|
||||
|
||||
Reference in New Issue
Block a user