summaryrefslogtreecommitdiff
path: root/etc
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 /etc
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>
Diffstat (limited to 'etc')
-rwxr-xr-xetc/teams.scm3
1 files changed, 2 insertions, 1 deletions
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"