summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-18 15:27:49 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:40 +0100
commit30b8bc4b6b2ab8e87a5a15422099ef2cc637e973 (patch)
tree3d04afbac8392c7dccff4f81a59021f446c25a0c
parentd4db790a9ee173003aad6aff744765470d4dd007 (diff)
teams: Record python aux-files.
* CODEOWNERS, etc/teams.scm: Record python aux-files. Change-Id: I74e40364f5bccdf2b3cfc24dc24b691d635a6dcb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--CODEOWNERS1
-rwxr-xr-xetc/teams.scm3
2 files changed, 3 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 0d994536a70..5c0d69d698e 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -341,6 +341,7 @@ guix/build-system/rakudo\.scm @guix/perl
341guix/import/cpan\.scm @guix/perl 341guix/import/cpan\.scm @guix/perl
342guix/scripts/import/cpan\.scm @guix/perl 342guix/scripts/import/cpan\.scm @guix/perl
343 343
344gnu/packages/aux-files/python/.*\.py$ @guix/python
344gnu/packages/django\.scm @guix/python 345gnu/packages/django\.scm @guix/python
345gnu/packages/jupyter\.scm @guix/python 346gnu/packages/jupyter\.scm @guix/python
346gnu/packages/python(-.+|)\.scm$ @guix/python 347gnu/packages/python(-.+|)\.scm$ @guix/python
diff --git a/etc/teams.scm b/etc/teams.scm
index 4aac736071d..592a81f0924 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -984,7 +984,8 @@ perl-build-system as well as the rakudo-build-system."
984 #:description 984 #:description
985 "Python, Python packages, the \"pypi\" importer, and the python-build-system." 985 "Python, Python packages, the \"pypi\" importer, and the python-build-system."
986 #:scope 986 #:scope
987 (list "gnu/packages/django.scm" 987 (list (make-regexp* "^gnu/packages/aux-files/python/.*\\.py$")
988 "gnu/packages/django.scm"
988 "gnu/packages/jupyter.scm" 989 "gnu/packages/jupyter.scm"
989 (make-regexp* "^gnu/packages/python(-.+|)\\.scm$") 990 (make-regexp* "^gnu/packages/python(-.+|)\\.scm$")
990 "gnu/packages/sphinx.scm" 991 "gnu/packages/sphinx.scm"