Archived
1
0
Fork 0

gnu: python-sgp4: Use pyproject-build-system.

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

Change-Id: Iebaba503a439d858f1e603ab3f7e4bd17be2adb1
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Sharlatan Hellseher 2024-05-20 23:12:30 +01:00 committed by Andrew Tropin
parent 00d827a931
commit adb56c3666
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -2855,7 +2855,7 @@ changing the pixel resolution, orientation, coordinate system.")
(uri (pypi-uri "sgp4" version)) (uri (pypi-uri "sgp4" version))
(sha256 (sha256
(base32 "0aalbmldks6ykgkcxwkvnp04q0avhv903m5zwvg8i7zvl99xrbfq")))) (base32 "0aalbmldks6ykgkcxwkvnp04q0avhv903m5zwvg8i7zvl99xrbfq"))))
(build-system python-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-numpy)) (list python-numpy))
(home-page "https://github.com/brandon-rhodes/python-sgp4") (home-page "https://github.com/brandon-rhodes/python-sgp4")