~ruther/guix-local

00d827a931c5f0d23642afb3389686c20ff33f29 — Sharlatan Hellseher 1 year, 11 months ago c220874
gnu: python-ephem: Use pyproject-build-system.

* gnu/packages/astronomy.scm (python-ephem): Adjust indentation.
[build-system]: Swap to pyproject-build-system.

Change-Id: Idc21c004f93f2362a70b2e9fb874ff125fd8c3fa
Signed-off-by: Andrew Tropin <andrew@trop.in>
1 files changed, 7 insertions(+), 7 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +7 -7
@@ 2324,13 2324,13 @@ implemented using the astropy.modeling framework.")
  (package
    (name "python-ephem")
    (version "4.1.5")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "ephem" version))
              (sha256
               (base32
                "0ainqbnvw320pc61q5b6ad6f2mhn1pvrlnq489cwfx0m82mahr0c"))))
    (build-system python-build-system)
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "ephem" version))
       (sha256
        (base32 "0ainqbnvw320pc61q5b6ad6f2mhn1pvrlnq489cwfx0m82mahr0c"))))
    (build-system pyproject-build-system)
    (native-inputs (list tzdata))
    (home-page "https://rhodesmill.org/pyephem/")
    (synopsis "Compute positions of the planets and stars")