mbox series

[bug#62061,0/3] : gnu: Add python-poliastro.

Message ID 20230308232138.6516-1-sharlatanus@gmail.com
Headers show
Series : gnu: Add python-poliastro. | expand

Message

Sharlatan Hellseher March 8, 2023, 11:21 p.m. UTC
Hi Guix!

This patch series adds 2 new packages to Astronomy with minor fixes for
python-plotly resolving sanity check failure in python-poliastro.

Thanks,
Oleg

> ./pre-inst-env guix build --rounds=2 python-czml3 python-plotly python-poliastro
> /gnu/store/b13b1qr5z96k8kx4lkakyjsgycm5rldn-python-poliastro-0.17.0
> /gnu/store/7bz72gcf5l2rc2xrh3ixvq9fh9496y3j-python-plotly-5.6.0
> /gnu/store/wa4vzpfj0b9g0r3lnvzp2619w3fq19hm-python-czml3-0.7.0

Sharlatan Hellseher (3):
  gnu: Add python-czml3.
  gnu: python-plotly: Fix version detection.
  gnu: Add python-poliastro.

 gnu/packages/astronomy.scm | 105 +++++++++++++++++++++++++++++++++++++
 gnu/packages/graph.scm     |  34 +++++++-----
 2 files changed, 125 insertions(+), 14 deletions(-)

base-commit: 5befcff66edb4d72ab8e713c81836fb8519ce3e6

Comments

Nicolas Goaziou March 15, 2023, 11:19 p.m. UTC | #1
Hello,

Sharlatan Hellseher <sharlatanus@gmail.com> writes:

> This patch series adds 2 new packages to Astronomy with minor fixes for
> python-plotly resolving sanity check failure in python-poliastro.

Applied. Thank you.

Regards,