summaryrefslogtreecommitdiff
path: root/tests/import
diff options
context:
space:
mode:
Diffstat (limited to 'tests/import')
-rw-r--r--tests/import/pypi.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/import/pypi.scm b/tests/import/pypi.scm
index 2f6ec650a2d..59d0bfc2104 100644
--- a/tests/import/pypi.scm
+++ b/tests/import/pypi.scm
@@ -329,7 +329,7 @@ files specified by SPECS. Return its file name."
329 (native-inputs (list python-pytest 329 (native-inputs (list python-pytest
330 python-setuptools 330 python-setuptools
331 python-wheel)) 331 python-wheel))
332 (home-page "http://example.com") 332 (home-page "https://example.com")
333 (synopsis "summary") 333 (synopsis "summary")
334 (description "summary.") 334 (description "summary.")
335 (license license:lgpl2.0)) 335 (license license:lgpl2.0))
@@ -366,7 +366,7 @@ files specified by SPECS. Return its file name."
366 (propagated-inputs (list python-dummy-dep-a python-dummy-dep-b)) 366 (propagated-inputs (list python-dummy-dep-a python-dummy-dep-b))
367 (native-inputs (list python-dummy-build-dep-a python-dummy-build-dep-b 367 (native-inputs (list python-dummy-build-dep-a python-dummy-build-dep-b
368 python-dummy-test-dep-a python-dummy-test-dep-b)) 368 python-dummy-test-dep-a python-dummy-test-dep-b))
369 (home-page "http://example.com") 369 (home-page "https://example.com")
370 (synopsis "summary") 370 (synopsis "summary")
371 (description "summary.") 371 (description "summary.")
372 (license license:lgpl2.0)) 372 (license license:lgpl2.0))
@@ -408,7 +408,7 @@ files specified by SPECS. Return its file name."
408 (native-inputs (list python-dummy-build-dep-a python-dummy-build-dep-b 408 (native-inputs (list python-dummy-build-dep-a python-dummy-build-dep-b
409 python-dummy-test-dep-a python-dummy-test-dep-b 409 python-dummy-test-dep-a python-dummy-test-dep-b
410 python-pytest)) 410 python-pytest))
411 (home-page "http://example.com") 411 (home-page "https://example.com")
412 (synopsis "summary") 412 (synopsis "summary")
413 (description "summary.") 413 (description "summary.")
414 (license license:lgpl2.0)) 414 (license license:lgpl2.0))
@@ -449,7 +449,7 @@ files specified by SPECS. Return its file name."
449 (native-inputs (list python-pytest 449 (native-inputs (list python-pytest
450 python-setuptools 450 python-setuptools
451 python-wheel)) 451 python-wheel))
452 (home-page "http://example.com") 452 (home-page "https://example.com")
453 (synopsis "summary") 453 (synopsis "summary")
454 (description "summary.") 454 (description "summary.")
455 (license license:lgpl2.0)) 455 (license license:lgpl2.0))
@@ -478,7 +478,7 @@ files specified by SPECS. Return its file name."
478 (base32 ,(? string? hash))))) 478 (base32 ,(? string? hash)))))
479 (build-system pyproject-build-system) 479 (build-system pyproject-build-system)
480 (native-inputs (list python-setuptools python-wheel)) 480 (native-inputs (list python-setuptools python-wheel))
481 (home-page "http://example.com") 481 (home-page "https://example.com")
482 (synopsis "summary") 482 (synopsis "summary")
483 (description "summary.") 483 (description "summary.")
484 (license license:lgpl2.0)) 484 (license license:lgpl2.0))
@@ -510,7 +510,7 @@ files specified by SPECS. Return its file name."
510 (native-inputs (list python-pytest 510 (native-inputs (list python-pytest
511 python-setuptools 511 python-setuptools
512 python-wheel)) 512 python-wheel))
513 (home-page "http://example.com") 513 (home-page "https://example.com")
514 (synopsis "summary") 514 (synopsis "summary")
515 (description "summary.") 515 (description "summary.")
516 (license license:lgpl2.0)) 516 (license license:lgpl2.0))