import: print: Move tests to tests/import/print.scm. * tests/print.scm: Move to tests/import/print.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: hexpm: Move tests to tests/import/hexpm.scm. * tests/hexpm.scm: Move to tests/import/hexpm.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: opam: Move tests to tests/import/opam.scm. * tests/opam.scm: Move to tests/import/opam.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: elpa: Move tests to tests/import/elpa.scm. * tests/elpa.scm: Move to tests/import/elpa.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: cran: Move tests to tests/import/cran.scm. * tests/cran.scm: Move to tests/import/cran.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: git: Move tests to tests/import/git.scm. * tests/import-git.scm: Move to tests/import/git.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: gem: Move tests to tests/import/gem.scm. * tests/gem.scm: Move to tests/import/gem.scm. * Makefile.am: Refresh it. * CODEOWNERS: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: elm: Move tests to tests/import/elm.scm. * tests/elm.scm: Move to tests/import/elm.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: egg: Move tests to tests/import/egg.scm. * tests/egg.scm: Move to tests/import/egg.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: go: Move tests to tests/import/go.scm. * tests/go.scm: Move to tests/import/go.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: crate: Move tests to tests/import/crate.scm. * tests/crate.scm: Move to tests/import/crate.scm. * Makefile.am: Refresh it. * CODEOWNERS: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: cpan: Move tests to tests/import/cpan.scm. * tests/cpan.scm: Move to tests/import/cpan.scm. * gnu/packages/admin.scm (ansible): Update comment. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: hackage: Move tests to tests/import/hackage.scm. * tests/hackage.scm: Move to tests/import/hackage.scm. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: pypi: Move tests to tests/import/pypi.scm * tests/pypi.scm: Move to tests/import/pypi.scm * CODEOWNERS: Refresh it. * Makefile.am: Refresh it. * etc/teams.scm: Refresh it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: hackage: Use guix-hash-url. * guix/import/hackage.scm (hackage-module->sexp): Use guix-hash-url. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: go: Remove uneeded autoloads. * guix/import/go.scm: Remove uneeded autoloads. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: gnu: Use guix-hash-url. * guix/import/gnu.scm (gnu-package->sexp): Use guix-hash-url. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: elpa: Use guix-hash-url. * guix/import/elpa.scm (elpa-package->sexp): Use guix-hash-url. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: cpan: Use guix-hash-url. * guix/import/cpan.scm (cpan-module->sexp): Use guix-hash-url. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
import: pypi: Use guix-hash-url and download-to-store. * guix/import/pypi.scm (make-pypi-sexp): Use guix-hash-url and download-to-store instead of http-fetch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>