Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-09 | import: json: Explicitly ask for JSON data. | Federico Beffa | |
* guix/import/json.scm (json-fetch): Add #:headers to http-fetch call. | |||
2016-12-12 | import: json: Silence json-fetch output. | Eric Bavier | |
* guix/import/json.scm (json-fetch): Use http-fetch instead of url-fetch to avoid writing to stdout and a temporary file for each invocation. * guix/import/gem.scm (rubygems-fetch): Do not redirect json-fetch output to /dev/null. * guix/import/pypi.scm (pypi-fetch): Likewise. | |||
2015-01-09 | import: Factorize utility functions. | Eric Bavier | |
* guix/import/pypi.scm (hash-table->alist, flatten, assoc-ref*, url-fetch, json-fetch): Pull procedures from here into... * guix/import/utils.scm: Here and... * guix/import/json.scm: Here. New file. * Makefile.am (MODULE)[HAVE_GUILE_JSON]: Add it. * guix/import/gnu.scm (file-sha256): Move from here to... * guix/hash.scm: Here. * tests/pypi.scm (pypi->guix-package): Update mock module reference. |