[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69924] [PATCH 32/49] gnu: python-suntime: Refresh package style.
From: |
Sharlatan Hellseher |
Subject: |
[bug#69924] [PATCH 32/49] gnu: python-suntime: Refresh package style. |
Date: |
Wed, 20 Mar 2024 22:28:02 +0000 |
* 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 @@ (define-public python-suntime
(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
--
2.41.0
- [bug#69924] [PATCH 37/49] gnu: python-stcal: Enable sanity check., (continued)
- [bug#69924] [PATCH 37/49] gnu: python-stcal: Enable sanity check., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 40/49] gnu: python-pynbody: Update to 1.6.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 45/49] gnu: Add python-ewah-bool-utils., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 46/49] gnu: Add python-cmyt., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 34/49] gnu: python-glymur: Update to 0.12.9., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 33/49] gnu: python-radiospectra: Update to 0.5.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 31/49] gnu: python-suntime: Update to 1.3.2., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 41/49] gnu: Add python-asdf-zarr., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 48/49] gnu: Add python-pydantic-settings., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 38/49] gnu: python-stdatamodels: Update to 1.10.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 32/49] gnu: python-suntime: Refresh package style.,
Sharlatan Hellseher <=
- [bug#69924] [PATCH 47/49] gnu: Add python-pytest-examples., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 42/49] gnu: Add python-asdf-compression., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 39/49] gnu: python-crds: Update to 11.17.19., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 43/49] gnu: Add python-astroplan., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 49/49] gnu: python-hvpy: Update to 1.1.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 44/49] gnu: Add python-nose-exclude., Sharlatan Hellseher, 2024/03/20
- bug#69924: [PATCH 00/49] gnu: Astronomy 2024/02 updates., Sharlatan Hellseher, 2024/03/29