mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
teams: Add Perl and Raku team.
* etc/teams.scm (perl): New team.
("Wilko Meyer"): Add to perl team.
* CODEOWNERS: Regenerate file.
Change-Id: Ia9da6d87bb116d00bccad5322e25194793ebc17c
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
@@ -312,6 +312,14 @@ guix/import/opam\.scm @guix/ocaml
|
|||||||
guix/scripts/import/opam\.scm @guix/ocaml
|
guix/scripts/import/opam\.scm @guix/ocaml
|
||||||
tests/import/opam\.scm @guix/ocaml
|
tests/import/opam\.scm @guix/ocaml
|
||||||
|
|
||||||
|
gnu/packages/perl(-.+|)\.scm$ @guix/perl
|
||||||
|
guix/build/perl-build-system\.scm @guix/perl
|
||||||
|
guix/build/rakudo-build-system\.scm @guix/perl
|
||||||
|
guix/build-system/perl\.scm @guix/perl
|
||||||
|
guix/build-system/rakudo\.scm @guix/perl
|
||||||
|
guix/import/cpan\.scm @guix/perl
|
||||||
|
guix/scripts/import/cpan\.scm @guix/perl
|
||||||
|
|
||||||
gnu/packages/django\.scm @guix/python
|
gnu/packages/django\.scm @guix/python
|
||||||
gnu/packages/jupyter\.scm @guix/python
|
gnu/packages/jupyter\.scm @guix/python
|
||||||
gnu/packages/python(-.+|)\.scm$ @guix/python
|
gnu/packages/python(-.+|)\.scm$ @guix/python
|
||||||
|
|||||||
@@ -920,6 +920,21 @@ importer, and the ocaml-build-system."
|
|||||||
"guix/scripts/import/opam.scm"
|
"guix/scripts/import/opam.scm"
|
||||||
"tests/import/opam.scm")))
|
"tests/import/opam.scm")))
|
||||||
|
|
||||||
|
(define-team perl
|
||||||
|
(team 'perl
|
||||||
|
#:name "Perl and Raku team"
|
||||||
|
#:description
|
||||||
|
"Perl & Raku packages, the \"cpan\" importer, and the
|
||||||
|
perl-build-system as well as the rakudo-build-system."
|
||||||
|
#:scope
|
||||||
|
(list (make-regexp* "^gnu/packages/perl(-.+|)\\.scm$")
|
||||||
|
"guix/build/perl-build-system.scm"
|
||||||
|
"guix/build/rakudo-build-system.scm"
|
||||||
|
"guix/build-system/perl.scm"
|
||||||
|
"guix/build-system/rakudo.scm"
|
||||||
|
"guix/import/cpan.scm"
|
||||||
|
"guix/scripts/import/cpan.scm")))
|
||||||
|
|
||||||
(define-team python
|
(define-team python
|
||||||
(team 'python
|
(team 'python
|
||||||
#:name "Python team"
|
#:name "Python team"
|
||||||
@@ -1501,7 +1516,7 @@ the \"texlive\" importer."
|
|||||||
(define-member (person "Wilko Meyer"
|
(define-member (person "Wilko Meyer"
|
||||||
"w@wmeyer.eu"
|
"w@wmeyer.eu"
|
||||||
"theesm")
|
"theesm")
|
||||||
kernel)
|
kernel perl)
|
||||||
|
|
||||||
(define-member (person "Untrusem"
|
(define-member (person "Untrusem"
|
||||||
"mysticmoksh@riseup.net"
|
"mysticmoksh@riseup.net"
|
||||||
|
|||||||
Reference in New Issue
Block a user