summaryrefslogtreecommitdiff
path: root/tests/cpan.scm
AgeCommit message (Expand)Author
2023-06-09tests: Ensure 'cpan' updater test does not access the network.Ludovic Courtès
2023-05-31tests: Use quasiquoted 'match' patterns for package sexps.Ludovic Courtès
2023-05-31import: cpan: Updater provides input list.Ludovic Courtès
2023-05-31import: cpan: Represent dependencies as <upstream-input> records.Ludovic Courtès
2022-10-22Remove now unnecessary uses of (guix grafts).Ludovic Courtès
2020-01-15import: cpan: Rewrite tests to use an HTTP server instead of mocking.Ludovic Courtès
2020-01-15import: cpan: Rewrite to use 'define-json-mapping'.Ludovic Courtès
2019-08-22Revert "import: cpan: Adapt for the change to guile-json version 3."Mark H Weaver
2019-08-21import: cpan: Adapt for the change to guile-json version 3.Christopher Baines
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-08-24import: cpan: Adjust test to new URL.Ludovic Courtès
2017-10-30Revert "import: cpan: Use HTTPS for home pages."Tobias Geerinckx-Rice
2017-10-29import: cpan: Use HTTPS for home pages.Tobias Geerinckx-Rice
2017-10-28import: cpan: Add trailing "/" on home-page.Eric Bavier
2017-10-28import: cpan: Propagate imported dependencies.Eric Bavier
2017-09-14import: cpan: Adjust expected license in tests.Ludovic Courtès
2017-06-07import: cpan: Update CPAN importer to use MetaCPAN v1 API.James Richardson
2017-02-13tests: Adjust for 'http-fetch' change in (guix import json).Ludovic Courtès
2016-12-18tests: Mock up http-fetch.Ricardo Wurmus
2016-12-18tests: Adjust cpan tests.Ricardo Wurmus
2016-11-10tests: Adjust 'url-fetch' mocks to TLS changes.Ludovic Courtès
2016-08-31tests: cpan: Fix mock urls.Eric Bavier
2016-07-03import: cpan: Use our mirrors for 'https' URLs.Alex Sassmannshausen
2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin
2016-03-06tests: Disable grafting by default for most tests.Ludovic Courtès
2015-02-20import: cpan: Update tests for dependency handling.Eric Bavier
2015-01-09import: Add CPAN importer.Eric Bavier