summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-03 20:01:17 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-06 20:42:24 +0000
commit4a3dccedac79db5a93661bac3c66f645f44a52b0 (patch)
tree5a1cbddbd009992844e9f896ddbc4d3256ca3175 /etc
parent001caf6e6374ac8d300e4b727bac308432f8f5e9 (diff)
teams: python: Adopt build/toml and tests/toml.
This is a following up discussion from <https://codeberg.org/guix/guix/pulls/5156#issuecomment-11164088>. * etc/teams.scm (python)<#:scope>: Sort alphabetcially; add "guix/build/toml.scm", and "tests/toml.scm". * CODEOWNERS: Regenerate file. Change-Id: I65d9b319eff8bbd240c74851dbd0b56f2b0e6c27
Diffstat (limited to 'etc')
-rwxr-xr-xetc/teams.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index ec00752e6b4..1bc8891c246 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -968,13 +968,15 @@ perl-build-system as well as the rakudo-build-system."
968 (make-regexp* "^gnu/packages/python(-.+|)\\.scm$") 968 (make-regexp* "^gnu/packages/python(-.+|)\\.scm$")
969 "gnu/packages/sphinx.scm" 969 "gnu/packages/sphinx.scm"
970 "gnu/packages/tryton.scm" 970 "gnu/packages/tryton.scm"
971 "guix/build/pyproject-build-system.scm"
972 "guix/build-system/pyproject.scm" 971 "guix/build-system/pyproject.scm"
973 "guix/build/python-build-system.scm"
974 "guix/build-system/python.scm" 972 "guix/build-system/python.scm"
973 "guix/build/pyproject-build-system.scm"
974 "guix/build/python-build-system.scm"
975 "guix/build/toml.scm" ;temporary, until other build system will use it
975 "guix/import/pypi.scm" 976 "guix/import/pypi.scm"
976 "guix/scripts/import/pypi.scm" 977 "guix/scripts/import/pypi.scm"
977 "tests/import/pypi.scm"))) 978 "tests/import/pypi.scm"
979 "tests/toml.scm")))
978 980
979(define-team qa-packages 981(define-team qa-packages
980 (team 'qa-packages 982 (team 'qa-packages