mbox series

[bug#59665,0/2] gnu: python-sgp4: Update to 2.21.

Message ID 20221128232419.10274-1-sharlatanus@gmail.com
Headers show
Series gnu: python-sgp4: Update to 2.21. | expand

Message

Sharlatan Hellseher Nov. 28, 2022, 11:24 p.m. UTC
Hi Guix team!

This patch set includes python-sgp4 of the latest version tag which builds on
aarch64-linux  (reported as failing build in https://issues.guix.gnu.org/59113).

I see that package was added 2 years ago to python-science.scm but It's more suitable
for and is only in use within astronomy.scm so I've moved it there.

> ./pre-inst-env guix build --system=aarch64-linux --rounds=2 python-sgp4
> /gnu/store/qwcv08yygjk1fvpvcyyfdqhyz3dvjp05-python-sgp4-2.21
> ./pre-inst-env guix build --rounds=2 python-sgp4
> /gnu/store/i6400brvqr736vils8msq4v82a15qv8g-python-sgp4-2.21

Sharlatan Hellseher (2):
  gnu: python-sgp4: Update to 2.21.
  gnu: python-sgp4: Move to astronomy.

 gnu/packages/astronomy.scm      | 29 +++++++++++++++++++++++++++++
 gnu/packages/python-science.scm | 20 --------------------
 2 files changed, 29 insertions(+), 20 deletions(-)


base-commit: fddd62ff532972bd4ca9e1aeb8dd372a914e77a2-- 
2.38.1

Comments

Ludovic Courtès Dec. 5, 2022, 4:41 p.m. UTC | #1
Hi,

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

> This patch set includes python-sgp4 of the latest version tag which builds on
> aarch64-linux  (reported as failing build in https://issues.guix.gnu.org/59113).
>
> I see that package was added 2 years ago to python-science.scm but It's more suitable
> for and is only in use within astronomy.scm so I've moved it there.
>
>> ./pre-inst-env guix build --system=aarch64-linux --rounds=2 python-sgp4
>> /gnu/store/qwcv08yygjk1fvpvcyyfdqhyz3dvjp05-python-sgp4-2.21
>> ./pre-inst-env guix build --rounds=2 python-sgp4
>> /gnu/store/i6400brvqr736vils8msq4v82a15qv8g-python-sgp4-2.21
>
> Sharlatan Hellseher (2):
>   gnu: python-sgp4: Update to 2.21.
>   gnu: python-sgp4: Move to astronomy.

Applied, thanks!

Ludo’.