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

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

bug#52991: closed ([PATCH] gnu: Add python-astral)


From: GNU bug Tracking System
Subject: bug#52991: closed ([PATCH] gnu: Add python-astral)
Date: Sat, 08 Jan 2022 22:24:01 +0000

Your message dated Sat, 08 Jan 2022 23:23:26 +0100
with message-id <87v8yt27fl.fsf_-_@gnu.org>
and subject line Re: bug#52991: [PATCH] gnu: Add python-astral
has caused the debbugs.gnu.org bug report #52991,
regarding [PATCH] gnu: Add python-astral
to be marked as done.

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


-- 
52991: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52991
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-astral Date: Mon, 03 Jan 2022 23:22:49 +0000
Empty Message

Attachment: 0001-Add-python-astral.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#52991: [PATCH] gnu: Add python-astral Date: Sat, 08 Jan 2022 23:23:26 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Disseminate Dissent <disseminatedissent@protonmail.com> skribis:

> From edf40f038e037f891bc3aaede0015da064f4c0bb Mon Sep 17 00:00:00 2001
> From: paladhammika <paladhammika@protonmail.com>
> Date: Tue, 4 Jan 2022 10:42:24 -0500
> Subject: [PATCH] gnu: Add python=astral.
>
> ---
>  gnu/packages/astronomy.scm | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)

Applied with the minor tweak below plus a commit log.

Thank you, and thanks Vinicius for reviewing!

Ludo’.

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 88966d7ecc..a7a07fa3a8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -730,9 +730,9 @@ (define-public python-astral
      (list python-dataclasses python-pytest python-pytz))
     (home-page "https://github.com/sffjunkie/astral";)
     (synopsis "Calculations for the position of the sun and moon")
-   (description "@code{Astral} a Python module which calculates times
- for various positions of the sun: dawn, sunrise, solar noon, sunset, dusk,
-solar elevation, solar azimuth, rahukaalam, and the phases of the moon.")
+    (description "Astral is a Python module that calculates times for various
+positions of the sun: dawn, sunrise, solar noon, sunset, dusk, solar
+elevation, solar azimuth, rahukaalam, and the phases of the moon.")
     (license license:asl2.0)))
 
 (define-public libnova

--- End Message ---

reply via email to

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