[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
- 33/49: gnu: python-radiospectra: Update to 0.5.0., (continued)
- 33/49: gnu: python-radiospectra: Update to 0.5.0., guix-commits, 2024/03/29
- 17/49: gnu: python-astropy-iers-data: Update to 0.2024.3.18.0.29.47., guix-commits, 2024/03/29
- 18/49: gnu: python-cdflib: Update to 1.2.6., guix-commits, 2024/03/29
- 25/49: gnu: python-asdf-wcs-schemas: Update to 0.4.0., guix-commits, 2024/03/29
- 34/49: gnu: python-glymur: Update to 0.12.9., guix-commits, 2024/03/29
- 22/49: gnu: python-asdf-transform-schemas: Update to 0.5.0., guix-commits, 2024/03/29
- 15/49: gnu: python-glymur: Speed up tests., guix-commits, 2024/03/29
- 27/49: gnu: python-pyvo: Update to 1.5.1., guix-commits, 2024/03/29
- 29/49: gnu: python-gwcs: Update to 0.21.0., guix-commits, 2024/03/29
- 31/49: gnu: python-suntime: Update to 1.3.2., guix-commits, 2024/03/29
- 32/49: gnu: python-suntime: Refresh package style.,
guix-commits <=
- 35/49: gnu: python-specutils: Update to 1.13.0., guix-commits, 2024/03/29
- 37/49: gnu: python-stcal: Enable sanity check., guix-commits, 2024/03/29
- 47/49: gnu: Add python-pytest-examples., guix-commits, 2024/03/29
- 42/49: gnu: Add python-asdf-compression., guix-commits, 2024/03/29
- 49/49: gnu: python-hvpy: Update to 1.1.0., guix-commits, 2024/03/29
- 03/49: gnu: python-blosc: Move to python-compression., guix-commits, 2024/03/29
- 28/49: gnu: python-astroquery: Update to 0.4.7., guix-commits, 2024/03/29
- 38/49: gnu: python-stdatamodels: Update to 1.10.0., guix-commits, 2024/03/29
- 41/49: gnu: Add python-asdf-zarr., guix-commits, 2024/03/29
- 46/49: gnu: Add python-cmyt., guix-commits, 2024/03/29