guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit de0f1dc43c9b6a9b498dc19355111a7e49f9eb05
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Mar 18 15:27:49 2026 +0100

    teams: Record python aux-files.
    
    * CODEOWNERS, etc/teams.scm: Record python aux-files.
    
    Change-Id: I74e40364f5bccdf2b3cfc24dc24b691d635a6dcb
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 CODEOWNERS    | 1 +
 etc/teams.scm | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 1216214d0b..50facc8b60 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -333,6 +333,7 @@ guix/build-system/rakudo\.scm                      
@guix/perl
 guix/import/cpan\.scm                              @guix/perl
 guix/scripts/import/cpan\.scm                      @guix/perl
 
+gnu/packages/aux-files/python/.*\.py$              @guix/python
 gnu/packages/django\.scm                           @guix/python
 gnu/packages/jupyter\.scm                          @guix/python
 gnu/packages/python(-.+|)\.scm$                    @guix/python
diff --git a/etc/teams.scm b/etc/teams.scm
index dae3c23ade..b475822002 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -970,7 +970,8 @@ perl-build-system as well as the rakudo-build-system."
         #:description
         "Python, Python packages, the \"pypi\" importer, and the 
python-build-system."
         #:scope
-        (list "gnu/packages/django.scm"
+        (list (make-regexp* "^gnu/packages/aux-files/python/.*\\.py$")
+              "gnu/packages/django.scm"
               "gnu/packages/jupyter.scm"
               (make-regexp* "^gnu/packages/python(-.+|)\\.scm$")
               "gnu/packages/sphinx.scm"

Reply via email to