mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -338,13 +338,15 @@ gnu/packages/jupyter\.scm @guix/python
|
|||||||
gnu/packages/python(-.+|)\.scm$ @guix/python
|
gnu/packages/python(-.+|)\.scm$ @guix/python
|
||||||
gnu/packages/sphinx\.scm @guix/python
|
gnu/packages/sphinx\.scm @guix/python
|
||||||
gnu/packages/tryton\.scm @guix/python
|
gnu/packages/tryton\.scm @guix/python
|
||||||
guix/build/pyproject-build-system\.scm @guix/python
|
|
||||||
guix/build-system/pyproject\.scm @guix/python
|
guix/build-system/pyproject\.scm @guix/python
|
||||||
guix/build/python-build-system\.scm @guix/python
|
|
||||||
guix/build-system/python\.scm @guix/python
|
guix/build-system/python\.scm @guix/python
|
||||||
|
guix/build/pyproject-build-system\.scm @guix/python
|
||||||
|
guix/build/python-build-system\.scm @guix/python
|
||||||
|
guix/build/toml\.scm @guix/python
|
||||||
guix/import/pypi\.scm @guix/python
|
guix/import/pypi\.scm @guix/python
|
||||||
guix/scripts/import/pypi\.scm @guix/python
|
guix/scripts/import/pypi\.scm @guix/python
|
||||||
tests/import/pypi\.scm @guix/python
|
tests/import/pypi\.scm @guix/python
|
||||||
|
tests/toml\.scm @guix/python
|
||||||
|
|
||||||
gnu/ci\.scm @guix/qa-packages
|
gnu/ci\.scm @guix/qa-packages
|
||||||
gnu/packages/benchmark\.scm @guix/qa-packages
|
gnu/packages/benchmark\.scm @guix/qa-packages
|
||||||
|
|||||||
@@ -968,13 +968,15 @@ perl-build-system as well as the rakudo-build-system."
|
|||||||
(make-regexp* "^gnu/packages/python(-.+|)\\.scm$")
|
(make-regexp* "^gnu/packages/python(-.+|)\\.scm$")
|
||||||
"gnu/packages/sphinx.scm"
|
"gnu/packages/sphinx.scm"
|
||||||
"gnu/packages/tryton.scm"
|
"gnu/packages/tryton.scm"
|
||||||
"guix/build/pyproject-build-system.scm"
|
|
||||||
"guix/build-system/pyproject.scm"
|
"guix/build-system/pyproject.scm"
|
||||||
"guix/build/python-build-system.scm"
|
|
||||||
"guix/build-system/python.scm"
|
"guix/build-system/python.scm"
|
||||||
|
"guix/build/pyproject-build-system.scm"
|
||||||
|
"guix/build/python-build-system.scm"
|
||||||
|
"guix/build/toml.scm" ;temporary, until other build system will use it
|
||||||
"guix/import/pypi.scm"
|
"guix/import/pypi.scm"
|
||||||
"guix/scripts/import/pypi.scm"
|
"guix/scripts/import/pypi.scm"
|
||||||
"tests/import/pypi.scm")))
|
"tests/import/pypi.scm"
|
||||||
|
"tests/toml.scm")))
|
||||||
|
|
||||||
(define-team qa-packages
|
(define-team qa-packages
|
||||||
(team 'qa-packages
|
(team 'qa-packages
|
||||||
|
|||||||
Reference in New Issue
Block a user