import: pypi: Adjust URIs in tests.
This is a followup to d1e7ca2df8
.
* tests/pypi.scm ("pypi->guix-package")
("pypi->guix-package, wheels"): Expect (pypi-uri "foo" version) for the
'uri' field.
This commit is contained in:
parent
d46c4423f4
commit
b3d8153d39
|
@ -131,8 +131,7 @@ baz > 13.37")
|
||||||
('version "1.0.0")
|
('version "1.0.0")
|
||||||
('source ('origin
|
('source ('origin
|
||||||
('method 'url-fetch)
|
('method 'url-fetch)
|
||||||
('uri (string-append "https://example.com/foo-"
|
('uri ('pypi-uri "foo" 'version))
|
||||||
version ".tar.gz"))
|
|
||||||
('sha256
|
('sha256
|
||||||
('base32
|
('base32
|
||||||
(? string? hash)))))
|
(? string? hash)))))
|
||||||
|
@ -194,8 +193,7 @@ baz > 13.37")
|
||||||
('version "1.0.0")
|
('version "1.0.0")
|
||||||
('source ('origin
|
('source ('origin
|
||||||
('method 'url-fetch)
|
('method 'url-fetch)
|
||||||
('uri (string-append "https://example.com/foo-"
|
('uri ('pypi-uri "foo" 'version))
|
||||||
version ".tar.gz"))
|
|
||||||
('sha256
|
('sha256
|
||||||
('base32
|
('base32
|
||||||
(? string? hash)))))
|
(? string? hash)))))
|
||||||
|
|
Loading…
Reference in New Issue