From e05f37092f45ceca54364285fb295b0a51fac2d8 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 20 Mar 2026 14:51:02 +0000 Subject: [PATCH] * gnu: python-xyz: Add accent on alphabetical order in the footer. The python-xyz module provides more than 1200 packages which becomes problematic to sync during rebase. Alphabetical order of packages improves this situation, it prevents duplicity of packages and quicker spot of similar changes in branches made separately. This change to the footer note insists on alphabetical order only, without similar functionality with import example which places new package in correct position starting from the top of the file. guix import --insert=gnu/packages/python-xyz.scm pypi Change-Id: Ief1ec88d4d31c27c5eeacf72cbc2db20834aaad6 --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a37d1a82e2..904d99322b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -41371,6 +41371,6 @@ path.") ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances -;;; of a merge conflict, place them above by existing packages with similar -;;; functionality or similar names. +;;; of a merge conflict, place them above in alphabetic order: +;;; guix import --insert=gnu/packages/python-xyz.scm pypi . ;;;