guix-play/guix/import
Ludovic Courtès 450e1dd52e
import: cran: Allow imports of a specific version.
* guix/import/cran.scm (download): Handle the case where URL is a list.
(fetch-description-from-tarball): New procedure.
(fetch-description): Add #:version parameter.  Honor it when REPOSITORY
is 'cran.  Use 'fetch-description-from-tarball' when REPOSITORY is
'bioconductor.
(description->package): SOURCE-URL may now be a list.
(cran->guix-package): Pass VERSION to 'fetch-description'.
(cran-recursive-import): Add #:version parameter.
* guix/scripts/import/cran.scm (guix-import-cran): Expect a spec rather
than a mere package name.
* doc/guix.texi (Invoking guix import): Document it.
2021-11-11 00:14:30 +01:00
..
cabal.scm import: cabal: Treat identifier names correctly. 2021-09-15 14:28:38 +02:00
cpan.scm import, swh: Adjust to Guile-JSON 4.5.x unspecified value handling. 2021-01-21 00:14:38 +01:00
cran.scm import: cran: Allow imports of a specific version. 2021-11-11 00:14:30 +01:00
crate.scm import: crate: Gracefully handle missing license info. 2021-10-07 10:47:44 +02:00
egg.scm import: egg: Allow imports of a specific version. 2021-11-07 23:10:41 +01:00
elpa.scm import: elpa: Work around Guile 3.0.[5-7] compiler bug. 2021-11-06 23:01:21 +01:00
gem.scm import, swh: Adjust to Guile-JSON 4.5.x unspecified value handling. 2021-01-21 00:14:38 +01:00
git.scm import: Add 'generic-git' updater. 2021-09-18 19:37:45 +02:00
github.scm import: github: Gracefully handle projects that have disappeared. 2020-07-24 14:21:30 +02:00
gnome.scm import: gnome: Silence URL redirect messages. 2021-03-17 23:10:19 +01:00
gnu.scm import: gnu: Fix the detection of non-GNU packages. 2021-02-02 13:48:35 -05:00
go.scm import: go: Recognize major version suffixes. 2021-10-04 16:36:59 +02:00
hackage.scm import: hackage: Support mirror:// URLs 2021-10-08 09:13:52 +02:00
json.scm import/json: json->code: Handle files with more than one definition. 2020-04-16 23:41:52 +02:00
kde.scm import: KDE updater finds packages even in sub-directory. 2019-09-10 19:04:06 +02:00
launchpad.scm import: launchpad: Fix typo. 2021-06-19 22:21:47 +02:00
minetest.scm import/minetest: Define an updater for mods on ContentDB. 2021-10-02 17:16:43 +02:00
opam.scm guix: opam: More flexibility in the importer. 2021-08-21 00:05:21 +02:00
print.scm import/print: package->code: Fix license object. 2021-07-19 19:57:51 +02:00
pypi.scm import: pypi: Allow imports of a specific version. 2021-11-11 00:14:30 +01:00
stackage.scm import: stackage: Update to release 18.14. 2021-11-02 09:32:45 +01:00
texlive.scm import: texlive: Produce a partial package definition rather than crashing. 2021-01-10 23:30:30 -05:00
utils.scm Revert the #51061 patch series for now. 2021-10-08 23:31:34 +02:00