summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-20 14:51:02 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-20 15:07:31 +0000
commite05f37092f45ceca54364285fb295b0a51fac2d8 (patch)
treea445fc8057bbd603ef0e65b7c11ee2ed2ff3b259 /gnu/packages/python-xyz.scm
parentbb3a96d42f58a8ec844a09005335c40cfc8081da (diff)
* 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 <package-name> Change-Id: Ief1ec88d4d31c27c5eeacf72cbc2db20834aaad6
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a37d1a82e2f..904d99322b4 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 <package-name>.
;;;