From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 09 08:27:07 2022 Received: (at submit) by debbugs.gnu.org; 9 Jun 2022 12:27:07 +0000 Received: from localhost ([127.0.0.1]:45300 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzHFj-0007RQ-6X for submit@debbugs.gnu.org; Thu, 09 Jun 2022 08:27:07 -0400 Received: from lists.gnu.org ([209.51.188.17]:36482) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzHFe-0007RE-Ns for submit@debbugs.gnu.org; Thu, 09 Jun 2022 08:27:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58958) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzHFe-0003Eo-Fv for guix-patches@gnu.org; Thu, 09 Jun 2022 08:27:02 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:49032) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1nzHFb-0007kQ-S7 for guix-patches@gnu.org; Thu, 09 Jun 2022 08:27:01 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4LJjyQ5X3dz9ssZ for ; Thu, 9 Jun 2022 14:26:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1654777614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=llLa2LrNGmIPety6ChcKSFx5RZX0Nm9Dy3QHJy0h8Jw=; b=MYUo6MADz2mYWAox4NIBJOF/g+ZX5yElgiJznwNHMtEqlNxDc+FVD1I0rrSAhuQSQOGDjT 2WRqU1k433CxnwzkB3rbWIkh/Xj11UsLTmMQuiMaev/1da1yg6Ix016r7mJ96O2/x0II+4 ElhIBv0PajbeuT/G8NfFx+QOi0eOhMWCdlTR8gawpkhHJ0yhBDw83rsqDOBYYeWa2/2o03 ddpQh/1R9Fp4AuECcGCMNcdWdcosrJ0Ug5wfWHagydG/tsiKSOdt4DpEFSA49CByKzUZun dS9rPEqkXJ/vGERRQQ5V2uNb8Yz20db2tWyIkxMIfEGmMGRwHdWRpFOayzK5Mw== Date: Thu, 9 Jun 2022 14:26:53 +0200 From: Lars-Dominik Braun To: guix-patches@gnu.org Subject: [PATCH] gnu: r-prereg: Add TeXLive dependencies. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Debbugs-CC: rekado@elephly.net X-Rspamd-Queue-Id: 4LJjyQ5X3dz9ssZ Received-SPF: pass client-ip=80.241.56.172; envelope-from=lars@6xq.net; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) * gnu/packages/cran.scm (r-prereg)[propagated-inputs]: Add texlive-amsfonts, texlive-amsmath, texlive-booktabs, texlive-etoolbox, texlive-generic-iftex, texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-geometry, texlive-latex-graphics, texlive-latex-threeparttable, texlive-latex-titlesec, texlive-latex-upquote, texlive-listings, texlive-lm, texlive-polyglossia, texlive-titling, texlive-tools, texlive-ulem. --- gnu/packages/cran.scm | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0299e0041e..c1f0dc08b7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -104,6 +104,7 @@ (define-module (gnu packages cran) #:use-module (gnu packages sqlite) #:use-module (gnu packages statistics) #:use-module (gnu packages tcl) + #:use-module (gnu packages tex) #:use-module (gnu packages textutils) #:use-module (gnu packages tls) #:use-module (gnu packages uglifyjs) @@ -30466,7 +30467,26 @@ (define-public r-prereg (properties `((upstream-name . "prereg"))) (build-system r-build-system) (propagated-inputs - (list r-rmarkdown)) + (list r-rmarkdown + ;; The package provides a custom LaTex template in + ;; inst/rmd/prereg_form.tex, which depends on these packages: + texlive-amsmath + texlive-booktabs + texlive-etoolbox + texlive-generic-iftex + texlive-latex-fancyhdr + texlive-latex-fancyvrb + texlive-latex-geometry + texlive-latex-graphics + texlive-latex-threeparttable + texlive-latex-titlesec + texlive-latex-upquote + texlive-listings + texlive-polyglossia + texlive-titling + texlive-tools + texlive-ulem + (texlive-updmap.cfg (list texlive-amsfonts texlive-lm)))) (home-page "https://github.com/crsh/prereg") (synopsis "R Markdown Templates to preregister Scientific Studies") -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 09 11:44:43 2022 Received: (at 55868) by debbugs.gnu.org; 9 Jun 2022 15:44:43 +0000 Received: from localhost ([127.0.0.1]:47442 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzKKx-0001RU-H1 for submit@debbugs.gnu.org; Thu, 09 Jun 2022 11:44:43 -0400 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzKKu-0001RL-LY for 55868@debbugs.gnu.org; Thu, 09 Jun 2022 11:44:41 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1654789477; cv=none; d=zohomail.com; s=zohoarc; b=e1FU0SnbQyko1ILnpW0Z1G7hN1fMTxdSRlxHt2Qw/zlpQEyYfv6aKjl2LkhBlJz+4CRXrdRlYfS8KvySobqMctln0C0ZgsGO+gq3MBGkr0D0TQSUMDLjuN0bb+B6djcNguro/X2cnxL7Q/hg58EAA8Irktghhlgef+qPdyBdfxI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1654789477; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=VP0YeMoZbgR4xJmJkNNvU3moq5q2sdagLpzpIk+7ZS4=; b=npGuBXKhzups7cn6Bjp2akDx+R8N+wrBoeALvRiNcKNguZ2Xl9fss8eAWXLdBSaLkm1HwSeMz/F7zF9ElfuAVir3ZjjgIRoyiIXuWVQj7OVRCoTsrL9O8khJWZNysFO7E5tIOoB+0Tf0ZvJtIFIuasjN+SJcSDEdFvQ392W286s= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1654789477; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=VP0YeMoZbgR4xJmJkNNvU3moq5q2sdagLpzpIk+7ZS4=; b=EaM2XqyH58pwc2oBnNZhvA15u3btQ+n45rFn5r0CSUl/KYoQq0Rr/7BK9HKnsVDp QVBh8a3fSCCMILfiebvL2eHlssD4L9BnTWbatzvD5g9b7r5IuWOt2vbKltziCJqhrAT 3TzjfwqNJ31XZ7nz89Aqo2ESh+AHw7zDgxbBMDw4= Received: from localhost (120-110-142-46.pool.kielnet.net [46.142.110.120]) by mx.zohomail.com with SMTPS id 165478947398871.16045645799329; Thu, 9 Jun 2022 08:44:33 -0700 (PDT) References: User-agent: mu4e 1.6.10; emacs 28.1 From: Ricardo Wurmus To: Lars-Dominik Braun Subject: Re: [bug#55868] [PATCH] gnu: r-prereg: Add TeXLive dependencies. Date: Thu, 09 Jun 2022 17:42:23 +0200 In-reply-to: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87leu53kpt.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 55868 Cc: 55868@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars-Dominik Braun writes: > + (texlive-updmap.cfg (list texlive-amsfonts texlive-lm)))) What=E2=80=99s up with this one? texlive-updmap.cfg isn=E2=80=99t supposed= to be propagated. Why is it used with only these two texlive-* packages? Should texlive-amsfonts and texlive-lm be moved one level up to propagated-inputs instead, and texlive-updmap.cfg be removed? --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 10 03:09:21 2022 Received: (at 55868) by debbugs.gnu.org; 10 Jun 2022 07:09:21 +0000 Received: from localhost ([127.0.0.1]:48541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzYll-0007TZ-DF for submit@debbugs.gnu.org; Fri, 10 Jun 2022 03:09:21 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:34918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzYlg-0007TL-VO for 55868@debbugs.gnu.org; Fri, 10 Jun 2022 03:09:20 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4LKBsJ74hWz9sQh; Fri, 10 Jun 2022 09:09:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1654844949; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TkPP91dX3tSRniU2ixRWRMRKJ0Er+qOkjCRdWXAyVCI=; b=u68ti92FWoMpRlxfRIHe1QBM0g/1aQAq3DlyW+W1qLOJRY7An4FxB/5rL3iQ/WIq9KWd0l y0EFPNU1COGbNhaYJXwo+9zUh1iLWItjfEOMSTflS0NCxI0qwSP6Upy/y4p2AOYk1dodfr QZbLmDOP9Ql9a77qeZv2Wobap2Ub89Vczz6+nt0GkQVIr6kN92z9y38Azpj+xnhujuHAD7 h1vBfBx1t8Mb4PwcfsRSuAy4mX5mqFcRlrSgg3z/LBaEBgLvM+eGjJaBhYS3+C7Q3r8Wkl Ju8esvOeQ1Gg4rbRYJTMAiTmQg/60cdihTE/NAEDLbbClS1qfklAFWWHjNbWHA== Date: Fri, 10 Jun 2022 09:09:07 +0200 From: Lars-Dominik Braun To: Ricardo Wurmus Subject: Re: [bug#55868] [PATCH] gnu: r-prereg: Add TeXLive dependencies. Message-ID: References: <87leu53kpt.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87leu53kpt.fsf@elephly.net> X-Rspamd-Queue-Id: 4LKBsJ74hWz9sQh X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 55868 Cc: 55868@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Ricardo, > > + (texlive-updmap.cfg (list texlive-amsfonts texlive-lm)))) > > What’s up with this one? texlive-updmap.cfg isn’t supposed to be > propagated. Why is it used with only these two texlive-* packages? my understanding was that texlive-updmap.cfg is only useful for font packages. Why is it not supposed to be propagated? I looked at python-nbconvert as a reference, which does the same thing. Cheers, Lars From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 10 12:02:41 2022 Received: (at 55868-done) by debbugs.gnu.org; 10 Jun 2022 16:02:41 +0000 Received: from localhost ([127.0.0.1]:51085 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzh5t-0002wE-4b for submit@debbugs.gnu.org; Fri, 10 Jun 2022 12:02:41 -0400 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21010) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzh5o-0002w0-Vw for 55868-done@debbugs.gnu.org; Fri, 10 Jun 2022 12:02:39 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1654876954; cv=none; d=zohomail.com; s=zohoarc; b=I+Pal7bnYzhKp0RSvkYWTM2SsCNgZAe0rAjD2Q/sgTf9J6t2Udf4Nx0cHYdW588mY08wCEOUNOANQ/n3GaGr7iOmWLyzAyKF8VJ9HO0uQ3TTu91tdX13l5MruYoaKPX+usr/OzMEnEOmzsadppdsWoAGjjwq10o9/ZJbadSr5w0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1654876954; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=ox9VUof/3c3dJjhLYTsOQ5IvDRfGHMo3oBOjEEQNxNk=; b=YdRk0MiFK40KfSec7eq2E8ojsftNezA74C+QORNaaOgImLhL1YC+SmVp5V8fpG1n11xUlRomfJDdCYd4a5nT0nEU941sKiWfVmhpEHQ5amCXMRz/ctiXAQ+hxBEZdkT4PO28sX+S2+tQKq8HyuwP2JGrc2P55jP0Vp500py3/LM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1654876954; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=ox9VUof/3c3dJjhLYTsOQ5IvDRfGHMo3oBOjEEQNxNk=; b=GYQJ1nmusy6Bs4HgUmwWS9xAnnoCJOpX3qkCeE0kfdB0d+tfYCNFDbMtApkE4YhP 8sTmjlccZLLmEtzJII+PsC2MwxeHzvkepusi9dbRA/IVWlCbu9+ZEcrw+XjpxCar0mb 65xAPbkJXQCDGdBehNEExcy+JUPpQ0Nj1RJwNcrY= Received: from localhost (120-110-142-46.pool.kielnet.net [46.142.110.120]) by mx.zohomail.com with SMTPS id 1654876952700408.5704157383376; Fri, 10 Jun 2022 09:02:32 -0700 (PDT) References: <87leu53kpt.fsf@elephly.net> User-agent: mu4e 1.6.10; emacs 28.1 From: Ricardo Wurmus To: Lars-Dominik Braun Subject: Re: [bug#55868] [PATCH] gnu: r-prereg: Add TeXLive dependencies. Date: Fri, 10 Jun 2022 17:57:27 +0200 In-reply-to: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87czfg33sa.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 55868-done Cc: 55868-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars-Dominik Braun writes: > Hi Ricardo, > >> > + (texlive-updmap.cfg (list texlive-amsfonts texlive-lm)))) >>=20 >> What=E2=80=99s up with this one? texlive-updmap.cfg isn=E2=80=99t suppo= sed to be >> propagated. Why is it used with only these two texlive-* packages? > my understanding was that texlive-updmap.cfg is only useful for font > packages. Why is it not supposed to be propagated? I looked at > python-nbconvert as a reference, which does the same thing. My mistake. I still remember texlive-union, which built a union directory from its inputs =E2=80=94 that union directory and its config file could not be composed with other files or packages. Propagating it would have been pointless. This texlive-union eventually gave way to texlive-updmap.cfg, which only creates font map files, while propagating its inputs. The font map files should be usable as is, and since the inputs are propagated the texlive-base profile hook can generate them anew (together with other installed texlive-* packages) when needed. So I guess this is fine after all. Sorry for the noise! I have applied your patch. --=20 Ricardo From unknown Fri Jun 20 07:16:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 09 Jul 2022 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator