guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: etc: teams: Define python team scope.


From: guix-commits
Subject: 02/02: etc: teams: Define python team scope.
Date: Sun, 25 Sep 2022 06:42:48 -0400 (EDT)

lbraun pushed a commit to branch work-teams
in repository guix.

commit 9943bbfaa18fb3b63f2c39a4af44e431facbadfd
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Sep 25 12:41:33 2022 +0200

    etc: teams: Define python team scope.
    
    * etc/teams.scm.in (python): Define it.
---
 etc/teams.scm.in | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index e97801a561..b517e6e0cb 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -92,7 +92,19 @@
   (team 'python
         #:name "Python team"
         #: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
   (team 'haskell



reply via email to

[Prev in Thread] Current Thread [Next in Thread]