all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47156] [PATCH 00/10] Move some Bioconductor packages to (gnu packages bioconductor).
@ 2021-03-15 12:58 zimoun
  2021-03-15 13:01 ` [bug#47156] [PATCH 01/10] gnu: r-grohmm: Move " zimoun
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: zimoun @ 2021-03-15 12:58 UTC (permalink / raw)
  To: 47156; +Cc: rekado, zimoun

Hi,

Janitor [1] patch set.  It moves Bioconductor packages from (gnu packages
bioinformatics) to (gnu packages bioconductor).  Far to be complete; still 5
pacth set like this one are coming...

1: <https://lists.gnu.org/archive/html/guix-commits/2020-09/msg00416.html>


To transfer the Copyright, I use:

   git --no-pager log --date=format:"%Y" --format="%ad %an %s" --grep=r-<name>

Then, after the move, I run:

   ./pre-inst-env guix build r-<name> --no-grafts
   ./pre-inst-env guix build r-<name> --no-grafts --check

and at the end of the series, I run:

    make as-derivation

to check that "guix pull" is not broken; just in case.

Last, I have not carefully checked the imported modules, so it could
be possible to perhaps remove couple of #:use-module (gnu packages <useless>)
in gnu/packages/bioinformatics.scm.

All the best,
simon

zimoun (10):
  gnu: r-grohmm: Move to (gnu packages bioconductor).
  gnu: r-biocviews: Move to (gnu packages bioconductor).
  gnu: r-biocstyle: Move to (gnu packages bioconductor).
  gnu: r-bioccheck: Move to (gnu packages bioconductor).
  gnu: r-s4vectors: Move to (gnu packages bioconductor).
  gnu: r-iranges: Move to (gnu packages bioconductor).
  gnu: r-genomeinfodbdata: Move to (gnu packages bioconductor).
  gnu: r-genomeinfodb: Move to (gnu packages bioconductor).
  gnu: r-edger: Move to (gnu packages bioconductor).
  gnu: r-variantannotation: Move to (gnu packages bioconductor).

 gnu/packages/bioconductor.scm   | 303 +++++++++++++++++++++++++++++++
 gnu/packages/bioinformatics.scm | 307 --------------------------------
 2 files changed, 303 insertions(+), 307 deletions(-)


base-commit: 1ed435bf394eee1a6cd9c354efb405920c212f0e
-- 
2.30.1





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-03-15 13:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 12:58 [bug#47156] [PATCH 00/10] Move some Bioconductor packages to (gnu packages bioconductor) zimoun
2021-03-15 13:01 ` [bug#47156] [PATCH 01/10] gnu: r-grohmm: Move " zimoun
2021-03-15 13:01   ` [bug#47156] [PATCH 02/10] gnu: r-biocviews: " zimoun
2021-03-15 13:01   ` [bug#47156] [PATCH 03/10] gnu: r-biocstyle: " zimoun
2021-03-15 13:01   ` [bug#47156] [PATCH 04/10] gnu: r-bioccheck: " zimoun
2021-03-15 13:01   ` [bug#47156] [PATCH 05/10] gnu: r-s4vectors: " zimoun
2021-03-15 13:01   ` [bug#47156] [PATCH 06/10] gnu: r-iranges: " zimoun
2021-03-15 13:01   ` [bug#47156] [PATCH 07/10] gnu: r-genomeinfodbdata: " zimoun
2021-03-15 13:01   ` [bug#47156] [PATCH 08/10] gnu: r-genomeinfodb: " zimoun
2021-03-15 13:01   ` [bug#47156] [PATCH 09/10] gnu: r-edger: " zimoun
2021-03-15 13:01 ` [bug#47156] [PATCH 10/10] gnu: r-variantannotation: " zimoun
2021-03-15 13:09 ` bug#47156: [PATCH 00/10] Move some Bioconductor packages " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.