mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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>
This commit is contained in:
parent
c220874a37
commit
00d827a931
1 changed files with 7 additions and 7 deletions
|
@ -2324,13 +2324,13 @@ (define-public python-ephem
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue