me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2024-03-11 14:32:52 +00:00
parent 00dcf62a8d
commit 427c271aea
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 12 additions and 12 deletions

View File

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