mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
etc: teams: Define python team scope.
* etc/teams.scm.in (python): Define it.
This commit is contained in:
parent
b6aef666d9
commit
9943bbfaa1
1 changed files with 13 additions and 1 deletions
|
@ -92,7 +92,19 @@ (define-team python
|
||||||
(team 'python
|
(team 'python
|
||||||
#:name "Python team"
|
#:name "Python team"
|
||||||
#:description
|
#:description
|
||||||
"Python, Python packages, the \"pypi\" importer, and the python-build-system."))
|
"Python, Python packages, the \"pypi\" importer, and the python-build-system."
|
||||||
|
#:scope
|
||||||
|
(list "gnu/packages/django.scm"
|
||||||
|
"gnu/packages/jupyter.scm"
|
||||||
|
;; Match haskell.scm and haskell-*.scm.
|
||||||
|
(make-regexp "^gnu/packages/python(-.+|)\\.scm$")
|
||||||
|
"gnu/packages/sphinx.scm"
|
||||||
|
"gnu/packages/tryton.scm"
|
||||||
|
"guix/build/python-build-system.scm"
|
||||||
|
"guix/build-system/python.scm"
|
||||||
|
"guix/import/pypi.scm"
|
||||||
|
"guix/scripts/import/pypi.scm"
|
||||||
|
"tests/pypi.scm")))
|
||||||
|
|
||||||
(define-team haskell
|
(define-team haskell
|
||||||
(team 'haskell
|
(team 'haskell
|
||||||
|
|
Loading…
Reference in a new issue