From unknown Sat Aug 16 19:15:54 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57549] [PATCH] gnu: Add comments to the bottom of a few package modules. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 02 Sep 2022 19:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57549 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57549@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16621453115218 (code B ref -1); Fri, 02 Sep 2022 19:02:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Sep 2022 19:01:51 +0000 Received: from localhost ([127.0.0.1]:40420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUBvL-0001M6-Eh for submit@debbugs.gnu.org; Fri, 02 Sep 2022 15:01:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:49298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUBvJ-0001Ly-FH for submit@debbugs.gnu.org; Fri, 02 Sep 2022 15:01:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUBvJ-0007It-9u for guix-patches@gnu.org; Fri, 02 Sep 2022 15:01:49 -0400 Received: from mira.cbaines.net ([212.71.252.8]:36710) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUBvH-0002HA-Ir for guix-patches@gnu.org; Fri, 02 Sep 2022 15:01:48 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 9437B27BBE9 for ; Fri, 2 Sep 2022 20:01:45 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id ab19bc64 for ; Fri, 2 Sep 2022 19:01:44 +0000 (UTC) From: Christopher Baines Date: Fri, 2 Sep 2022 20:01:44 +0100 Message-Id: <20220902190144.16221-1-mail@cbaines.net> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net 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, UNPARSEABLE_RELAY=0.001 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 (--) This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelyhood of conflicts when applying patches. --- gnu/packages/python-science.scm | 5 +++++ gnu/packages/python-xyz.scm | 5 +++++ gnu/packages/ruby.scm | 5 +++++ gnu/packages/tex.scm | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 95f60aae7b..1c165aa1de 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1478,3 +1478,8 @@ (define-public python-opt-einsum well as potentially any library which conforms to a standard API. See the documentation for more information.") (license license:expat))) + +;;; +;;; Avoid adding new packages to the end of this file. Place them above by +;;; existing packages with similar functionality or similar names. +;;; diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b058704172..e0e144de29 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30738,3 +30738,8 @@ (define-public python-lief "@code{python-lief} is a cross platform library which can parse, modify and abstract ELF, PE and MachO formats.") (license license:asl2.0))) + +;;; +;;; Avoid adding new packages to the end of this file. Place them above by +;;; existing packages with similar functionality or similar names. +;;; diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 94c3bfeb6f..a0c3990b98 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -13766,3 +13766,8 @@ (define (run-with-output-file file command . args) has not yet been packaged for Guix.") (license license:bsd-2) (properties `((upstream-name . "anystyle-cli"))))) + +;;; +;;; Avoid adding new packages to the end of this file. Place them above by +;;; existing packages with similar functionality or similar names. +;;; diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 212c7eb4a9..c09bae4303 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11572,3 +11572,8 @@ (define-public texlive-sourcecodepro Adobe in both Adobe Type 1 and OpenType formats, plus macros supporting the use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).") (license (list license:lppl1.3+ license:silofl1.1)))) + +;;; +;;; Avoid adding new packages to the end of this file. Place them above by +;;; existing packages with similar functionality or similar names. +;;; -- 2.37.0 From unknown Sat Aug 16 19:15:54 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57549] [PATCH] gnu: Add comments to the bottom of a few package modules. Resent-From: Maxime Devos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 02 Sep 2022 19:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57549 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines , 57549@debbugs.gnu.org Received: via spool by 57549-submit@debbugs.gnu.org id=B57549.16621455255589 (code B ref 57549); Fri, 02 Sep 2022 19:06:02 +0000 Received: (at 57549) by debbugs.gnu.org; 2 Sep 2022 19:05:25 +0000 Received: from localhost ([127.0.0.1]:40432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUByn-0001S5-43 for submit@debbugs.gnu.org; Fri, 02 Sep 2022 15:05:25 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:55696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUByl-0001Rx-Gx for 57549@debbugs.gnu.org; Fri, 02 Sep 2022 15:05:23 -0400 Received: from [IPV6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16] ([IPv6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16]) by albert.telenet-ops.be with bizsmtp id F75M2800A20ykKC0675M1D; Fri, 02 Sep 2022 21:05:22 +0200 Message-ID: <921fdeab-37cf-0104-4621-cb2947e6547b@telenet.be> Date: Fri, 2 Sep 2022 21:05:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Content-Language: en-US References: <20220902190144.16221-1-mail@cbaines.net> From: Maxime Devos In-Reply-To: <20220902190144.16221-1-mail@cbaines.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------zhYZdbwTiiCMa9rZfaTR1oV5" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1662145522; bh=Vz4CqRx6rS9tjbuyK19u3wVD64ZyFLCDwQrMFEFSsjQ=; h=Date:Subject:To:References:From:In-Reply-To; b=a9jvDX2BcTexy3B1ZDGOgBbIsYwax/6p7MObG8e2bEk5QqToA6UL2hprDhJr0mCy/ LR1hyh/ElZ1F2N4peGOTjdCZ0pUh5rAf61VEEBKheMkscs9pKsjJypPpKa3KZNzq9j pk4oE329m6Fgy20mwSnRAnAiUUy66vjM3tY/azuwVhYrNTBhBueWftjvtF7l4ViZb3 TTk2IS9pIJaiPKcZQExs49gwiROCX6H3j/RYmNcwzhuP+WG+Qi98vpiH3UpSay726w NmIB4T/J/bMk6u2m9ycaKwrrT430xMv4mcad3dhNFHq7WgC1gVE+EEA7dYdGJ4mtb+ cbmnxetdnIrhA== X-Spam-Score: -0.0 (/) 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 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------zhYZdbwTiiCMa9rZfaTR1oV5 Content-Type: multipart/mixed; boundary="------------PPMKZl7sYLQ2xUf3Stjlls27"; protected-headers="v1" From: Maxime Devos To: Christopher Baines , 57549@debbugs.gnu.org Message-ID: <921fdeab-37cf-0104-4621-cb2947e6547b@telenet.be> Subject: Re: [bug#57549] [PATCH] gnu: Add comments to the bottom of a few package modules. References: <20220902190144.16221-1-mail@cbaines.net> In-Reply-To: <20220902190144.16221-1-mail@cbaines.net> --------------PPMKZl7sYLQ2xUf3Stjlls27 Content-Type: multipart/mixed; boundary="------------yj3YS4optFzevVxwU1JIjLuQ" --------------yj3YS4optFzevVxwU1JIjLuQ Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 DQpPbiAwMi0wOS0yMDIyIDIxOjAxLCBDaHJpc3RvcGhlciBCYWluZXMgd3JvdGU6DQo+IFRo aXMgd2lsbCBob3BlZnVsbHkgZGlzY291cmFnZSBwYXRjaGVzIHdoaWNoIGFkZCBuZXcgcGFj a2FnZXMgdG8gdGhlIGJvdHRvbSBvZg0KPiBmaWxlcywgYXMgdGhpcyBpbmNyZWFzZXMgdGhl IGxpa2VseWhvb2Qgb2YgY29uZmxpY3RzIHdoZW4gYXBwbHlpbmcgcGF0Y2hlcy4NCj4gLS0t DQo+ICAgZ251L3BhY2thZ2VzL3B5dGhvbi1zY2llbmNlLnNjbSB8IDUgKysrKysNCj4gICBn bnUvcGFja2FnZXMvcHl0aG9uLXh5ei5zY20gICAgIHwgNSArKysrKw0KPiAgIGdudS9wYWNr YWdlcy9ydWJ5LnNjbSAgICAgICAgICAgfCA1ICsrKysrDQo+ICAgZ251L3BhY2thZ2VzL3Rl eC5zY20gICAgICAgICAgICB8IDUgKysrKysNCj4gICA0IGZpbGVzIGNoYW5nZWQsIDIwIGlu c2VydGlvbnMoKykNCg0KY3JhdGVzLWlvLnNjbSBjb3VsZCBiZW5lZml0IGZyb20gc3VjaCBs aW5lcyBhcyB3ZWxsLg0KDQpTb3VuZHMgdXNlZnVsLCBMR1RNLg0KDQpHcmVldGluZ3MsDQpN YXhpbWUuDQoNCg== --------------yj3YS4optFzevVxwU1JIjLuQ Content-Type: application/pgp-keys; name="OpenPGP_0x49E3EE22191725EE.asc" Content-Disposition: attachment; filename="OpenPGP_0x49E3EE22191725EE.asc" Content-Description: OpenPGP public key Content-Transfer-Encoding: quoted-printable -----BEGIN PGP PUBLIC KEY BLOCK----- xjMEX4ch6BYJKwYBBAHaRw8BAQdANPb/d6MrGnGi5HyvODCkBUJPRjiFQcRU5V+m xvMaAa/NL01heGltZSBEZXZvcyA8bWF4aW1lLmRldm9zQHN0dWRlbnQua3VsZXV2 ZW4uYmU+wpAEExYIADgWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCX4ch6AIbAwUL CQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRBJ4+4iGRcl7japAQC3opZ2KGWzWmRc /gIWSu0AAcfMwyinFEEPa/QhUt2CogD/e2RdF4CYAgaRHJJmZ9WU7piKbLZ7llB4 LzgezVDHggzNJU1heGltZSBEZXZvcyA8bWF4aW1lZGV2b3NAdGVsZW5ldC5iZT7C kAQTFggAOBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJf56ycAhsDBQsJCAcDBRUK CQgLBRYCAwEAAh4BAheAAAoJEEnj7iIZFyXujpQBAKV1SwDDl4f24rXciDlB9L8W ycZt30CgbewMSRQk4mvbAP9dFMbVVixYBd6C8cfhR+NsOBGiOJnQABlUmgNuqGFJ Dc44BF+HIegSCisGAQQBl1UBBQEBB0BOlzIWiJzgobMF6/cqwLaLk7jIcFSZ++c0 k9cCNT6YXwMBCAfCeAQYFggAIBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJfhyHo AhsMAAoJEEnj7iIZFyXuMr0BAJc8cl5PGvVmVuSQVKjleNl4DK1/XAaPAYPe34AE fZJPAP9IqLCQhH/FeJanHqBP8gNdGNI2qn8RnnLVfRJgUjZ1BA=3D=3D =3DOVqp -----END PGP PUBLIC KEY BLOCK----- --------------yj3YS4optFzevVxwU1JIjLuQ-- --------------PPMKZl7sYLQ2xUf3Stjlls27-- --------------zhYZdbwTiiCMa9rZfaTR1oV5 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYxJT8QUDAAAAAAAKCRBJ4+4iGRcl7pUm AP0WH5SZW1uOUwd96/IAj/i7UoShpY+DBKy04isj1ZezNQEAkiZOQyXES0Q9Iaq4F1gC9XhUQ7gk krwd1LuxkXSC7AE= =AkPX -----END PGP SIGNATURE----- --------------zhYZdbwTiiCMa9rZfaTR1oV5-- From unknown Sat Aug 16 19:15:54 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57549] [PATCH] gnu: Add comments to the bottom of a few package modules. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 08 Sep 2022 14:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57549 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines Cc: 57549@debbugs.gnu.org Received: via spool by 57549-submit@debbugs.gnu.org id=B57549.1662646850481 (code B ref 57549); Thu, 08 Sep 2022 14:21:02 +0000 Received: (at 57549) by debbugs.gnu.org; 8 Sep 2022 14:20:50 +0000 Received: from localhost ([127.0.0.1]:59730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWIOg-00007f-EO for submit@debbugs.gnu.org; Thu, 08 Sep 2022 10:20:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53548) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWIOe-00007F-Gz for 57549@debbugs.gnu.org; Thu, 08 Sep 2022 10:20:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59300) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWIOY-0004E4-92; Thu, 08 Sep 2022 10:20:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=cIJYQMtKY2HLwQJt645D5eMKwv7khGVxDRlnCDTEI6Q=; b=OADfosP16vT3N6wcfkSv 5viiXOnt5VqJW1gvGov9w+DaJw0UgVlLxDilMDrUzvuby8rRVBBNCEtV680+SeYecjfDA5Fc7ftOh Wwt8b1HGcRR0AcXJeCNV6HuTfAI3A9347iQGOfeZnQ7UTQf1UzY+taIoRBucqtcThQhWJE8t2tTJy 2kI5QLBAkVfXaJxDeDqEsaF13uS/TPWuab6ANAhbE10yT5hVw+c4ACn/xrLh1MxB2/QcJIExnlY7K qzE8+zWVb5l1NVrZZjbOGQArYQB0W8OzAatQmAAm7IpYxZ7WyVWEs2yYHl74wSz2fS+TlzA1tglHG iVsV4x/9UJhslw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=52554 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWIOA-0000Ug-55; Thu, 08 Sep 2022 10:20:41 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220902190144.16221-1-mail@cbaines.net> Date: Thu, 08 Sep 2022 16:20:16 +0200 In-Reply-To: <20220902190144.16221-1-mail@cbaines.net> (Christopher Baines's message of "Fri, 2 Sep 2022 20:01:44 +0100") Message-ID: <87k06eeyn3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) 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: -3.3 (---) Hi, Christopher Baines skribis: > This will hopefully discourage patches which add new packages to the bott= om of > files, as this increases the likelyhood of conflicts when applying patche= s. Please mention the modified files here. > +;;; > +;;; Avoid adding new packages to the end of this file. Place them above = by Maybe start with =E2=80=9CTo reduce the chances of a merge conflict, avoid = [=E2=80=A6]=E2=80=9D? Anyway, LGTM! Ludo=E2=80=99. From unknown Sat Aug 16 19:15:54 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: Christopher Baines Subject: bug#57549: closed (Re: bug#57549: [PATCH] gnu: Add comments to the bottom of a few package modules.) Message-ID: References: <87o7vn1p9v.fsf@cbaines.net> <20220902190144.16221-1-mail@cbaines.net> X-Gnu-PR-Message: they-closed 57549 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57549@debbugs.gnu.org Date: Sat, 10 Sep 2022 10:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1662806762-29015-1" This is a multi-part message in MIME format... ------------=_1662806762-29015-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57549: [PATCH] gnu: Add comments to the bottom of a few package modules. 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 57549@debbugs.gnu.org. --=20 57549: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57549 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1662806762-29015-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57549-done) by debbugs.gnu.org; 10 Sep 2022 10:45:38 +0000 Received: from localhost ([127.0.0.1]:36656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWxzW-0007XP-EA for submit@debbugs.gnu.org; Sat, 10 Sep 2022 06:45:38 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41422) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWxzR-0007XE-M9 for 57549-done@debbugs.gnu.org; Sat, 10 Sep 2022 06:45:37 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:fc93:27fb:8412:c8b7]) by mira.cbaines.net (Postfix) with ESMTPSA id CF12827BBE9 for <57549-done@debbugs.gnu.org>; Sat, 10 Sep 2022 11:45:32 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 9c9d074d for <57549-done@debbugs.gnu.org>; Sat, 10 Sep 2022 10:45:32 +0000 (UTC) References: <20220902190144.16221-1-mail@cbaines.net> <87k06eeyn3.fsf@gnu.org> User-agent: mu4e 1.6.11; emacs 28.1 From: Christopher Baines To: 57549-done@debbugs.gnu.org Subject: Re: bug#57549: [PATCH] gnu: Add comments to the bottom of a few package modules. Date: Sat, 10 Sep 2022 11:43:31 +0100 In-reply-to: <87k06eeyn3.fsf@gnu.org> Message-ID: <87o7vn1p9v.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: 57549-done 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 Ludovic Court=C3=A8s writes: > Christopher Baines skribis: > >> This will hopefully discourage patches which add new packages to the bot= tom of >> files, as this increases the likelyhood of conflicts when applying patch= es. > > Please mention the modified files here. Done. >> +;;; >> +;;; Avoid adding new packages to the end of this file. Place them above= by > > Maybe start with =E2=80=9CTo reduce the chances of a merge conflict, avoi= d [=E2=80=A6]=E2=80=9D? I've added this in the second sentence, since I want to keep the instruction first as this might make it harder to skip over and ignore. > Anyway, LGTM! Thanks Ludo and Maxime, pushed this as fe42befd64df016d755f56107a407f5e4b5c3814. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmMcasxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XeyzxAAlkMiGwA4yIvSB6RReWrnPz6FQMnoCDTM iVBVDGQ3Poi7ap/Dw4rLKe7liYUntQ/T4l5ONibqprmCbAEup4AYTXmmE1Idoezh bUBDF2EFY6329J+MztHp8cPt9olfxEhIr4Sw5g9vHY9ymlptHbX9N2kbuV1Y1Z9Q eW/4aUSszcWKc5mZnhIiSNA5fuKrAf+o6bD4DAQusKjov1l7sofkT+if1ksMwoNZ 6hdT02WyNwxT6T6ZiRoDHxlgyKx/OpQdgOXFUF3VTQofk6MdNsi2dLyAhf96Eiun Sgwg5cTlpoFjArTPIFM7iutT/+FtjZ44lMhtCsBG9UpQGte+5tbZy4Z+26gf+ljR z6x7sm3jRUTuPWYwnQMAWKRm/gbH2WIXSZ9dsX7Yccu6FiIbO8P4jOEBqU1hseEZ i0hmOSh7d3f4y9WHZ9mXpg5I2rixN1KJZFCPGpB6vG3wJHXaXRbWQLhqq+juUAzc dVhVmTyl+oIqh3mwi5X5w6CxtEd6vA7hlz/R8Z0buOZo2vihGNMKzW2FPGan8zMA itlGqER/eFr3LUVb6KSEF/t1GqgHDy3iRMZ4zFWBIgHpzVByE6hLJNKA2ItpYt5Q c6Gdt89SPrhI4Um2KhpP74W5kpPNeMjy5cJO9N8zB4bRNSfO7zmPu/k5RFj79OoR 75NjYluGbQA= =pES4 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1662806762-29015-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Sep 2022 19:01:51 +0000 Received: from localhost ([127.0.0.1]:40420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUBvL-0001M6-Eh for submit@debbugs.gnu.org; Fri, 02 Sep 2022 15:01:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:49298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUBvJ-0001Ly-FH for submit@debbugs.gnu.org; Fri, 02 Sep 2022 15:01:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUBvJ-0007It-9u for guix-patches@gnu.org; Fri, 02 Sep 2022 15:01:49 -0400 Received: from mira.cbaines.net ([212.71.252.8]:36710) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUBvH-0002HA-Ir for guix-patches@gnu.org; Fri, 02 Sep 2022 15:01:48 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 9437B27BBE9 for ; Fri, 2 Sep 2022 20:01:45 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id ab19bc64 for ; Fri, 2 Sep 2022 19:01:44 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: Add comments to the bottom of a few package modules. Date: Fri, 2 Sep 2022 20:01:44 +0100 Message-Id: <20220902190144.16221-1-mail@cbaines.net> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net 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, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelyhood of conflicts when applying patches. --- gnu/packages/python-science.scm | 5 +++++ gnu/packages/python-xyz.scm | 5 +++++ gnu/packages/ruby.scm | 5 +++++ gnu/packages/tex.scm | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 95f60aae7b..1c165aa1de 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1478,3 +1478,8 @@ (define-public python-opt-einsum well as potentially any library which conforms to a standard API. See the documentation for more information.") (license license:expat))) + +;;; +;;; Avoid adding new packages to the end of this file. Place them above by +;;; existing packages with similar functionality or similar names. +;;; diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b058704172..e0e144de29 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30738,3 +30738,8 @@ (define-public python-lief "@code{python-lief} is a cross platform library which can parse, modify and abstract ELF, PE and MachO formats.") (license license:asl2.0))) + +;;; +;;; Avoid adding new packages to the end of this file. Place them above by +;;; existing packages with similar functionality or similar names. +;;; diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 94c3bfeb6f..a0c3990b98 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -13766,3 +13766,8 @@ (define (run-with-output-file file command . args) has not yet been packaged for Guix.") (license license:bsd-2) (properties `((upstream-name . "anystyle-cli"))))) + +;;; +;;; Avoid adding new packages to the end of this file. Place them above by +;;; existing packages with similar functionality or similar names. +;;; diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 212c7eb4a9..c09bae4303 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11572,3 +11572,8 @@ (define-public texlive-sourcecodepro Adobe in both Adobe Type 1 and OpenType formats, plus macros supporting the use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).") (license (list license:lppl1.3+ license:silofl1.1)))) + +;;; +;;; Avoid adding new packages to the end of this file. Place them above by +;;; existing packages with similar functionality or similar names. +;;; -- 2.37.0 ------------=_1662806762-29015-1--