Age | Commit message (Collapse) | Author |
|
* guix/import/cran.scm (guix-name): Move to top-level.
|
|
* guix/import/cran.scm (guix-name): Replace period and underscore with
dash; always prepend package names with "r-".
|
|
* guix/import/cran.scm (string->license): Add cases for BSD licenses
with LICENSE file.
|
|
* guix/import/cran.scm (string->license): Translate "MIT" license to
Expat license.
|
|
* guix/import/cran.scm (string->license): Use exact license versions.
|
|
* guix/import/cran.scm (package->upstream-name): Do not include leading
slash in upstream name URL.
|
|
* guix/import/cran.scm (%bioconductor-svn-url): Update to release URL
for version 3.4.
|
|
* guix/import/cran.scm (latest-bioconductor-release): Wrap Bioconductor
URL in list in the "urls" field of the "upstream-source" value.
|
|
* guix/import/cran.scm (%bioconductor-svn-url): Update to release URL
for version 3.3.
|
|
* guix/upstream.scm (package-update-path): Pass PACKAGE to
'latest-release'.
* guix/gnu-maintenance.scm (latest-release*)
(latest-gnome-release, latest-xorg-release): Adjust accordingly.
* guix/import/cran.scm (latest-cran-release):
(latest-bioconductor-release): Likewise.
* guix/import/elpa.scm (latest-release): Likewise.
* guix/import/gem.scm (latest-release): Likewise.
* guix/import/github.scm (latest-release): Likewise.
* guix/import/hackage.scm (latest-release): Likewise.
* guix/import/pypi.scm (latest-release): Likewise.
|
|
* guix/import/cran.scm (package->upstream-name): Match single URL in
addition to list of URLs.
|
|
* guix/import/cran.scm (%bioconductor-updater,
latest-bioconductor-release, bioconductor-package?): New procedures.
(cran->guix-package): Support repositories other than CRAN.
(%bioconductor-url, %bioconductor-svn-url): New variables.
(description->package): Update signature to distinguish between packages
from different repositories.
(latest-release): Rename procedure ...
(latest-cran-release): ... to this.
(cran-package?): Do not assume all R packages are available on CRAN.
* tests/cran.scm: Update tests.
* guix/scripts/import/cran.scm: Add "--archive" option and default to
CRAN.
* guix/scripts/refresh.scm (%updaters): Add "%bioconductor-updater".
* doc/guix.texi: Document Bioconductor importer and updater.
|
|
* guix/import/cran.scm (beautify-description): Move from here...
* guix/import/utils.scm: ... to here.
|
|
* guix/import/cran.scm (cran-fetch): Rename procedure ...
(fetch-description): ... to this.
|
|
* guix/import/cran.scm (package->upstream-name): New procedure.
|
|
* guix/import/cran.scm (listify): Remove empty strings from result list.
|
|
* guix/import/cran.scm (description->alist, listify,
beautify-description, description->package): New procedures.
(table-datum, downloads->url, nodes->text, cran-sxml->sexp): Remove
proceduces.
(latest-release): Use parsed DESCRIPTION instead of SXML.
* tests/cran.scm: Rewrite to match importer.
|
|
* guix/import/cran.scm (string->license): Match more license strings to
license symbols.
|
|
Suggested by Ludovic Courtès <ludo@gnu.org>.
* guix/upstream.scm (<upstream-updater>): Use 'define-record-type*'.
[description]: New field.
(lookup-updater): Adjust accordingly.
* guix/gnu-maintenance.scm (%gnu-updater): Likewise.
* guix/import/cran.scm (%cran-updater): Likewise.
* guix/import/elpa.scm (%elpa-updater): Likewise.
* po/guix/POTFILES.in: Add guix/scripts/import/cran.scm and
guix/gnu-maintenance.scm.
|
|
Add notice for commit d882c23.
|
|
* guix/import/cran.scm (cran-fetch): Add trailing slash in URL to avoid
HTTP redirect.
|
|
* guix/import/cran.scm (downloads->url, nodes->text): New procedures.
(cran-sxml->sexp): Use them. Remove equivalent local code.
(latest-release, cran-package?): New procedures.
(%cran-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add %CRAN-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention CRAN.
|
|
* guix/import/cran.scm (cran-sxml->sexp): Use the cran-uri procedure in
the generated package expression.
|
|
* guix/import/cran.scm: New file.
* guix/scripts/import.scm: Add "cran" to 'importers'.
* guix/scripts/import/cran.scm: New file.
* tests/cran.scm: New file.
* Makefile.am (MODULES): Add 'guix/import/cran.scm' and
'guix/scripts/import/cran.scm'.
(SCM_TESTS): Add 'tests/cran.scm'.
* doc/guix.texi (Invoking guix import): Document it.
* po/guix/POTFILES.in: Add 'guix/scripts/import/cran.scm'.
|