From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: Integrating many packages in Guix at once Date: Sun, 07 Jul 2019 09:32:32 +0200 Message-ID: <389E3C97-549A-4589-BF00-7D444846E8D8@lepiller.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60182) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hk1fG-0004ly-BP for help-guix@gnu.org; Sun, 07 Jul 2019 03:32:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hk1fF-00055i-49 for help-guix@gnu.org; Sun, 07 Jul 2019 03:32:50 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:53254) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hk1fE-00053P-RG for help-guix@gnu.org; Sun, 07 Jul 2019 03:32:49 -0400 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?UTF-8?Q?Todor_Kondi=C4=87?= , "help-guix@gnu.org" Le 7 juillet 2019 09:18:46 GMT+02:00, "Todor Kondi=C4=87" a =C3=A9crit : >Hi, > >Our work at LCSB-ECI >https://wwwen=2Euni=2Elu/lcsb/research/environmental_cheminformatics >depends on few top-level R packages such as RMassBank, ReSOLUTION and >RChemMass=2E These pull in many massspec related dependencies that I >noticed (last time i checked) are not yet in the official Guix=2E > >What is the best strategy to integrate all those packages and the >dependencies in Guix? A single commit? A package per commit (this >sounds like i won't have time for that)? Suggestions are appreciated=2E > >The packages in question are available as a public Guix channel from: >https://git-r3lab=2Euni=2Elu/eci/eci-pkg-menu > >Thanks! > >Todor Hi, We always do one package per commit=2E Unless I oversaw something, it's on= ly a dozen packages, so it shouldn't be too difficult to copy-paste them in= guix' sources, right? Before that, you'll have to make sure the descriptio= n contains only full sentences=2E (The easiest way is to start with "R-some= thing is =E2=80=A6") Once you have one commit per package, you can send them all together with = git send-email=2E Thanks for your work!