From unknown Sat Aug 16 19:19:34 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57600] [PATCH] gnu: Add texlive-latex-seqsplit. Resent-From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 05 Sep 2022 17:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57600 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57600@debbugs.gnu.org Cc: Wiktor =?UTF-8?Q?=C5=BBelazny?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166240056422400 (code B ref -1); Mon, 05 Sep 2022 17:57:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Sep 2022 17:56:04 +0000 Received: from localhost ([127.0.0.1]:48775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVGKJ-0005pE-LZ for submit@debbugs.gnu.org; Mon, 05 Sep 2022 13:56:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:43794) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVGKH-0005ow-V3 for submit@debbugs.gnu.org; Mon, 05 Sep 2022 13:56:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVGKF-0003xi-Us for guix-patches@gnu.org; Mon, 05 Sep 2022 13:56:01 -0400 Received: from freeshell.de ([116.202.128.144]:47382) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVGK8-0006fy-NJ for guix-patches@gnu.org; Mon, 05 Sep 2022 13:55:59 -0400 Received: from localhost.localdomain (cst-prg-31-169.cust.vodafone.cz [46.135.31.169]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 20DDAB391326; Mon, 5 Sep 2022 19:55:47 +0200 (CEST) From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Date: Mon, 5 Sep 2022 19:55:33 +0200 Message-Id: <20220905175533.16049-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=116.202.128.144; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-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.4 (-) 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.4 (--) From: Wiktor Żelazny * gnu/packages/tex.scm (texlive-latex-seqsplit): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 56308c4cf9..86b1c50012 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5103,6 +5103,27 @@ (define-public texlive-seminar (define-deprecated-package texlive-latex-seminar texlive-seminar) +(define-public texlive-latex-seqsplit + (package + (inherit (simple-texlive-package + "texlive-latex-seqsplit" + (list "doc/latex/seqsplit/" + "tex/latex/seqsplit/") + (base32 "1vwzs90520qsk22djl6gs6gpqx83y4b19kziirwj2xwbivcfk1h4") + #:trivial? #t)) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/seqsplit") + (synopsis "Split long sequences of characters in a neutral way") + (description + "@code{seqsplit} provides a command @code{\\seqsplit}, which makes its +argument splittable anywhere, and then leaves the TeX paragraph-maker to do the +splitting. The package is suitable for situations when one needs to type long +sequences of letters or of numbers in which there is no obvious break points to +be found, such as in base-sequences in genes or calculations of transcendental +numbers. While the package may obviously be used to typeset DNA sequences, the +user may consider the @code{dnaseq} as a rather more powerful alternative.") + (license license:lppl1.3+))) + (define-public texlive-latex-stackengine (package (inherit (simple-texlive-package base-commit: 31b4eea5c0d361dfbca119c27cbc1e8c6f65782a -- 2.37.2 From unknown Sat Aug 16 19:19:34 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Wiktor =?UTF-8?Q?=C5=BBelazny?= Subject: bug#57600: closed (Re: [bug#57600] [PATCH] gnu: Add texlive-latex-seqsplit.) Message-ID: References: <87k06b1p8e.fsf@cbaines.net> <20220905175533.16049-1-wz@freeshell.de> X-Gnu-PR-Message: they-closed 57600 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57600@debbugs.gnu.org Date: Sat, 10 Sep 2022 10:47:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1662806822-29166-1" This is a multi-part message in MIME format... ------------=_1662806822-29166-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57600: [PATCH] gnu: Add texlive-latex-seqsplit. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57600@debbugs.gnu.org. --=20 57600: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57600 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1662806822-29166-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57600-done) by debbugs.gnu.org; 10 Sep 2022 10:46:28 +0000 Received: from localhost ([127.0.0.1]:36663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWy0J-0007ZN-QX for submit@debbugs.gnu.org; Sat, 10 Sep 2022 06:46:28 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41424) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWy0I-0007ZF-D3 for 57600-done@debbugs.gnu.org; Sat, 10 Sep 2022 06:46:27 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:fc93:27fb:8412:c8b7]) by mira.cbaines.net (Postfix) with ESMTPSA id F25C027BBE9; Sat, 10 Sep 2022 11:46:25 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 4b7b0f92; Sat, 10 Sep 2022 10:46:25 +0000 (UTC) References: <20220905175533.16049-1-wz@freeshell.de> User-agent: mu4e 1.6.11; emacs 28.1 From: Christopher Baines To: Wiktor =?utf-8?Q?=C5=BBelazny?= Subject: Re: [bug#57600] [PATCH] gnu: Add texlive-latex-seqsplit. Date: Sat, 10 Sep 2022 11:45:58 +0100 In-reply-to: <20220905175533.16049-1-wz@freeshell.de> Message-ID: <87k06b1p8e.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 57600-done Cc: Wiktor =?utf-8?Q?=C5=BBelazny?= , 57600-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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Wiktor =C5=BBelazny writes: > From: Wiktor =C5=BBelazny > > * gnu/packages/tex.scm (texlive-latex-seqsplit): New variable. > --- > gnu/packages/tex.scm | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) Thanks, pushed to master as fe42befd64df016d755f56107a407f5e4b5c3814. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmMcawFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XeTgw/+NDDRndX+htqHQPE9RUliNXYQZwEv84/U 7KzKFYfeJ9g7XnKwaWXVZVUWopAopyGNWnydybeLnKhU9S8rKcv3dzV+uNejXa2K +WtgBeW4uzu1tse+n8pVbpYTv7ryJgcRjbsRuMqiNYzHbu2k32k5/bfEbB4s6Wsu w+VgW9OeXgcreSLHeJiZrb0wT9JEstcin2XBRKl/94UCtmQUPD1/Wya6ZqYd5aLr ZM9ODQfagv0oQS9EC8LMyFeqLU0FW3WgbBXKoKUcVOTUqeNdwF4NtkMx0z+gpOsr xF5ZhF1lo+TSPfrIW3XcgitPx8IX7EvtwkPFEHxnrgUuUR4q2hwq7/SeohxSaZuy e+xrkIwffwJ4m3+9B2r2r6oQh7wabRLa6G2p/704JgxhqkEYpcfIOV6isjTaScLU ZIz+XkA+U1zmkvhnFxtzEugFGB+lys1p2eiIqwLRPHXDBYRUy9OUXVfvXNIbiVF5 hzNZxhZt6/7jiU4QOHKZIxhVEN7x4/Wq98YodcFYAUBv6Z+lgJ+1YEz0PJUk//mX C8Yuv/HKUimddsrPtFVUwCZktp1hSG79iRVL3OsvcbfdctfSlDINamPldsQdW572 bFQl94d0i+rQbGs8rqx8LfYw9vYQpMVH7HXtdoLKdGAvLM/AYzBOSlfJI2HvWMFC 32645xymuj4= =0IfK -----END PGP SIGNATURE----- --=-=-=-- ------------=_1662806822-29166-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Sep 2022 17:56:04 +0000 Received: from localhost ([127.0.0.1]:48775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVGKJ-0005pE-LZ for submit@debbugs.gnu.org; Mon, 05 Sep 2022 13:56:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:43794) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVGKH-0005ow-V3 for submit@debbugs.gnu.org; Mon, 05 Sep 2022 13:56:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVGKF-0003xi-Us for guix-patches@gnu.org; Mon, 05 Sep 2022 13:56:01 -0400 Received: from freeshell.de ([116.202.128.144]:47382) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVGK8-0006fy-NJ for guix-patches@gnu.org; Mon, 05 Sep 2022 13:55:59 -0400 Received: from localhost.localdomain (cst-prg-31-169.cust.vodafone.cz [46.135.31.169]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 20DDAB391326; Mon, 5 Sep 2022 19:55:47 +0200 (CEST) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add texlive-latex-seqsplit. Date: Mon, 5 Sep 2022 19:55:33 +0200 Message-Id: <20220905175533.16049-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=116.202.128.144; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-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.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Wiktor=20=C5=BBelazny?= 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.4 (--) From: Wiktor Żelazny * gnu/packages/tex.scm (texlive-latex-seqsplit): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 56308c4cf9..86b1c50012 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5103,6 +5103,27 @@ (define-public texlive-seminar (define-deprecated-package texlive-latex-seminar texlive-seminar) +(define-public texlive-latex-seqsplit + (package + (inherit (simple-texlive-package + "texlive-latex-seqsplit" + (list "doc/latex/seqsplit/" + "tex/latex/seqsplit/") + (base32 "1vwzs90520qsk22djl6gs6gpqx83y4b19kziirwj2xwbivcfk1h4") + #:trivial? #t)) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/seqsplit") + (synopsis "Split long sequences of characters in a neutral way") + (description + "@code{seqsplit} provides a command @code{\\seqsplit}, which makes its +argument splittable anywhere, and then leaves the TeX paragraph-maker to do the +splitting. The package is suitable for situations when one needs to type long +sequences of letters or of numbers in which there is no obvious break points to +be found, such as in base-sequences in genes or calculations of transcendental +numbers. While the package may obviously be used to typeset DNA sequences, the +user may consider the @code{dnaseq} as a rather more powerful alternative.") + (license license:lppl1.3+))) + (define-public texlive-latex-stackengine (package (inherit (simple-texlive-package base-commit: 31b4eea5c0d361dfbca119c27cbc1e8c6f65782a -- 2.37.2 ------------=_1662806822-29166-1--