emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#59891: closed ([PATCH] etc: Science team: Add modules to the scope.)


From: GNU bug Tracking System
Subject: bug#59891: closed ([PATCH] etc: Science team: Add modules to the scope.)
Date: Fri, 09 Dec 2022 06:25:02 +0000

Your message dated Fri, 09 Dec 2022 14:24:45 +0800
with message-id <87359p9jrm.fsf@envs.net>
and subject line Re: bug#59891: [PATCH] etc: Science team: Add modules to the 
scope.
has caused the debbugs.gnu.org bug report #59891,
regarding [PATCH] etc: Science team: Add modules to the scope.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59891: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59891
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] etc: Science team: Add modules to the scope. Date: Wed, 7 Dec 2022 23:56:39 +0000
* etc/teams.scm.in (science): Add algebra, astronomy, geo, chemestry,
  maths modules to the scope.
---
 etc/teams.scm.in | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index f744204017..57d4357900 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -187,7 +187,14 @@ (define-team java
 
 (define-team science
   (team 'science
-        #:name "Science team"))
+        #:name "Science team"
+        #:description "The main science disciplines and fields related
+packages (e.g. Astronomy, Chemistry, Math, Physics etc.)"
+        #:scope (list "gnu/packages/algebra.scm"
+                      "gnu/packages/astronomy.scm"
+                      "gnu/packages/geo.scm"
+                      "gnu/packages/chemestry.scm"
+                      "gnu/packages/maths.scm")))
 
 (define-team emacs
   (team 'emacs
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#59891: [PATCH] etc: Science team: Add modules to the scope. Date: Fri, 09 Dec 2022 14:24:45 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Sharlatan Hellseher <sharlatanus@gmail.com> writes:

> * etc/teams.scm.in (science): Add algebra, astronomy, geo, chemestry,
>   maths modules to the scope.

Applied, thank you!


--- End Message ---

reply via email to

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