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

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

bug#55509: closed ([PATCH 0/1] gnu: Add calceph)


From: GNU bug Tracking System
Subject: bug#55509: closed ([PATCH 0/1] gnu: Add calceph)
Date: Mon, 30 May 2022 14:33:02 +0000

Your message dated Mon, 30 May 2022 16:32:48 +0200
with message-id <87bkvf3xbj.fsf_-_@gnu.org>
and subject line Re: bug#55509: [PATCH 0/1] gnu: Add calceph
has caused the debbugs.gnu.org bug report #55509,
regarding [PATCH 0/1] gnu: Add calceph
to be marked as done.

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


-- 
55509: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55509
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] gnu: Add calceph Date: Wed, 18 May 2022 21:40:37 +0100
Hi Guix team!

While saving up to update python-asdf due to dependency on newer
python-pytest package, I've found one more astronomical library which
it is simple to pack with few farther packages depending on it.

gnu/packages/astronomy.scm | 39 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)


base-commit: 4f7cd5daa2291ac976ad47a66306b982033c09f0


-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

--- End Message ---
--- Begin Message --- Subject: Re: bug#55509: [PATCH 0/1] gnu: Add calceph Date: Mon, 30 May 2022 16:32:48 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

> From 896533a7f558d975d96367eb1ae3fe34e90a5c8f Mon Sep 17 00:00:00 2001
> From: Sharlatan Hellseher <sharlatanus@gmail.com>
> Date: Wed, 18 May 2022 21:31:18 +0100
> Subject: [PATCH 1/1] gnu: Add calceph
>
> * gnu/packages/astronomy.scm (calceph): New variable.

Applied with the cosmetic changes below, thanks!

Ludo’.

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 99b8e16b9c..86705bbf19 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -98,15 +98,11 @@ (define-public calceph
 
 @itemize
 @item text Planetary Constants Kernel (KPL/PCK) files;
-
 @item binary PCK (DAF/PCK) files;
-
 @item binary SPK (DAF/SPK) files containing segments of type 1, 2, 3, 5, 8, 9,
 12, 13, 17, 18, 19, 20, 21, 102, 103 and 120;
-
 @item meta kernel (KPL/MK) files;
-
-@item frame kernel (KPL/FK) files.  Only a basic support is provided;)
+@item frame kernel (KPL/FK) files (only basic support).
 @end itemize\n")
     (license license:cecill)))
 

--- End Message ---

reply via email to

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