guix-commits
[Top][All Lists]
Advanced

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

32/49: gnu: python-suntime: Refresh package style.


From: guix-commits
Subject: 32/49: gnu: python-suntime: Refresh package style.
Date: Fri, 29 Mar 2024 11:15:26 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 427c271aea25a90025c3ef7248f849549ecd9358
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Mar 11 14:32:52 2024 +0000

    gnu: python-suntime: Refresh package style.
    
    * gnu/packages/astronomy.scm (python-suntime): Re-indent package.
    [build-system]: Swap to pyproject-build-system
    [description]: Concatenate small paragraphs into single one.
    
    Change-Id: I368f042eeab2f49c6f41b2ccf0c9a69c8abfec17
---
 gnu/packages/astronomy.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index db220857f5..2986079221 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4156,21 +4156,21 @@ spectra, and data.")
   (package
     (name "python-suntime")
     (version "1.3.2")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "suntime" version))
-              (sha256
-               (base32
-                "1kyd1r6zcs0jmh5gq74adrnb1h7dfr1mzjq4k4vbngfiga8gfd28"))))
-    (build-system python-build-system)
-    (propagated-inputs (list python-dateutil))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "suntime" version))
+       (sha256
+        (base32 "1kyd1r6zcs0jmh5gq74adrnb1h7dfr1mzjq4k4vbngfiga8gfd28"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs
+     (list python-dateutil))
     (home-page "https://github.com/SatAgro/suntime";)
     (synopsis "Sunset and sunrise time calculation python library")
     (description
-     "Python library doing sunrise and sunset time calculation.
-
-Takes a WGS84 (GPS) latitude/longitude as input as well as an UTC or local
-datetime object.")
+     "Python library doing sunrise and sunset time calculation.  Takes a
+WGS84 (GPS) latitude/longitude as input as well as an UTC or local datetime
+object.")
     (license license:lgpl3+)))
 
 (define-public python-synphot



reply via email to

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