emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47171: closed ([PATCH 00/10] Move some Bioconductor packages to (gnu


From: GNU bug Tracking System
Subject: bug#47171: closed ([PATCH 00/10] Move some Bioconductor packages to (gnu packages bioconductor).)
Date: Wed, 31 Mar 2021 19:30:02 +0000

Your message dated Wed, 31 Mar 2021 21:29:49 +0200
with message-id <871rbv3yvm.fsf@elephly.net>
and subject line Re: [PATCH v2 1/3] gnu: r-bisquerna: Move to (gnu packages 
bioconductor).
has caused the debbugs.gnu.org bug report #47171,
regarding [PATCH 00/10] Move some Bioconductor packages to (gnu packages 
bioconductor).
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
47171: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47171
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 00/10] Move some Bioconductor packages to (gnu packages bioconductor). Date: Mon, 15 Mar 2021 19:07:14 +0100
Hi,

Janitor [1] patch set.  It moves Bioconductor packages from (gnu packages
bioinformatics) to (gnu packages bioconductor).  Far to be complete; still 4
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-limma: Move to (gnu packages bioconductor).
  gnu: r-xvector: Move to (gnu packages bioconductor).
  gnu: r-genomicranges: Move to (gnu packages bioconductor).
  gnu: r-biobase: Move to (gnu packages bioconductor).
  gnu: r-annotationdbi: Move to (gnu packages bioconductor).
  gnu: r-biomart: Move to (gnu packages bioconductor).
  gnu: r-biocparallel: Move to (gnu packages bioconductor).
  gnu: r-biostrings: Move to (gnu packages bioconductor).
  gnu: r-rsamtools: Move to (gnu packages bioconductor).
  gnu: r-delayedarray: Move to (gnu packages bioconductor).

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


base-commit: 266d55dc3080475544bf45e72359c9b9bbcecd53
-- 
2.30.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2 1/3] gnu: r-bisquerna: Move to (gnu packages bioconductor). Date: Wed, 31 Mar 2021 21:29:49 +0200 User-agent: mu4e 1.4.15; emacs 27.2
Thanks for this new patch set.  I applied it and ran “make
as-derivation” without problems.

I pushed these three commits to the master branch.

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]